Uses of Enum Class
repast.simphony.visualization.editor.DisplayEditor.Mode
Packages that use DisplayEditor.Mode
-
Uses of DisplayEditor.Mode in repast.simphony.visualization.editor
Methods in repast.simphony.visualization.editor that return DisplayEditor.ModeModifier and TypeMethodDescriptionVizEditorForm.getMode()Deprecated.static DisplayEditor.ModeReturns the enum constant of this class with the specified name.static DisplayEditor.Mode[]DisplayEditor.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in repast.simphony.visualization.editor with parameters of type DisplayEditor.ModeModifier and TypeMethodDescriptionvoidDisplayEditor.modeSwitched(DisplayEditor.Mode mode) Deprecated.Called when the palette mode is switched.voidDisplayEditor2D.modeSwitched(DisplayEditor.Mode mode) Deprecated.Called when the palette mode is switched.voidVizEditorForm.setMode(DisplayEditor.Mode mode) Deprecated. -
Uses of DisplayEditor.Mode in repast.simphony.visualization.editor.gis
Methods in repast.simphony.visualization.editor.gis with parameters of type DisplayEditor.ModeModifier and TypeMethodDescriptionvoidDisplayEditorGIS.addModalListener(DisplayEditor.Mode mode, PEditorEventListener listener) Deprecated.voidDisplayEditorGIS.modeSwitched(DisplayEditor.Mode mode) Deprecated.Called when the palette mode is switched.