Searched refs:OutputViewType (Results 1 – 1 of 1) sorted by relevance
58 private enum OutputViewType { enum in TargetControlPane66 static String getXmlName(OutputViewType type) { in getXmlName()190 OutputViewType[] outputTypes = OutputViewType.values(); in setUpUI()251 OutputViewType outputType =252 OutputViewType.valueOf((String) mOutputSpinner.getSelectedItem());293 private TargetSubPane createOutputView(OutputViewType type) { in createOutputView()