Author: kono
Date: 2011-06-17 14:00:21 -0700 (Fri, 17 Jun 2011)
New Revision: 25797
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/DiscreteValuePropertyEditor.java
Log:
Source code format was broken and had been re-formatted. NO FUNCTIONAL CHANGE.
Modified:
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/DiscreteValuePropertyEditor.java
===================================================================
---
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/DiscreteValuePropertyEditor.java
2011-06-17 20:37:38 UTC (rev 25796)
+++
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/DiscreteValuePropertyEditor.java
2011-06-17 21:00:21 UTC (rev 25797)
@@ -19,16 +19,16 @@
*/
public class DiscreteValuePropertyEditor<T> extends
BasicVisualPropertyEditor<T> {
- public DiscreteValuePropertyEditor(Class<T> type, Set<T> values, final
CyTableManager manager,
- final CyApplicationManager appManager, final
SelectedVisualStyleManager selectedManager,
- final EditorManager editorManager, final VisualMappingManager vmm) {
- super(type, new CyComboBoxPropertyEditor());
+ public DiscreteValuePropertyEditor(Class<T> type, Set<T> values, final
CyTableManager manager,
+ final CyApplicationManager appManager, final
SelectedVisualStyleManager selectedManager,
+ final EditorManager editorManager, final
VisualMappingManager vmm) {
+ super(type, new CyComboBoxPropertyEditor());
- discreteTableCellRenderer = REG.getRenderer(type);
- // continuousTableCellRenderer = new IconCellRenderer<T>(icons);
+ discreteTableCellRenderer = REG.getRenderer(type);
+ // continuousTableCellRenderer = new IconCellRenderer<T>(icons);
- CyComboBoxPropertyEditor cbe = (CyComboBoxPropertyEditor)
propertyEditor;
- cbe.setAvailableValues(values.toArray());
- continuousEditor = new C2DEditor<T>(manager, appManager,
selectedManager, editorManager, vmm);
- }
+ CyComboBoxPropertyEditor cbe = (CyComboBoxPropertyEditor)
propertyEditor;
+ cbe.setAvailableValues(values.toArray());
+ continuousEditor = new C2DEditor<T>(manager, appManager,
selectedManager, editorManager, vmm);
+ }
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.