Uses of Interface
org.graffiti.plugin.mode.Mode
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors that return Mode Modifier and Type Method Description Mode[]
ChartAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings that return Mode Modifier and Type Method Description Mode[]
ChartAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors that return Mode Modifier and Type Method Description Mode[]
ClusterColorAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image that return Mode Modifier and Type Method Description Mode[]
CompoundImageAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color that return Mode Modifier and Type Method Description Mode[]
LabelColorAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings that return Mode Modifier and Type Method Description Mode[]
LabelFontAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style that return Mode Modifier and Type Method Description Mode[]
LabelStyleAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings that return Mode Modifier and Type Method Description Mode[]
FontAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type that return Mode Modifier and Type Method Description Mode[]
KeggAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment that return Mode Modifier and Type Method Description Mode[]
LabelAlignmentAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute that return Mode Modifier and Type Method Description Mode[]
URLAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute that return Mode Modifier and Type Method Description Mode[]
XMLAttributePlugin. getModes()
-
Uses of Mode in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe that return Mode Modifier and Type Method Description Mode[]
DBEplugin. getModes()
-
Uses of Mode in org.graffiti.managers
Methods in org.graffiti.managers that return Mode Modifier and Type Method Description Mode
DefaultModeManager. getMode(String mode)
Mode
ModeManager. getMode(String mode)
Returns the specified mode from the list of modes.Methods in org.graffiti.managers with parameters of type Mode Modifier and Type Method Description void
DefaultModeManager. addMode(Mode mode)
Adds the given mode to the list of modes.void
ModeManager. addMode(Mode mode)
Adds the specified mode to the list of modes this manager contains.void
DefaultModeManager. removeMode(Mode mode)
void
ModeManager. removeMode(Mode mode)
Removes the specified mode from the list of modes the manager contains. -
Uses of Mode in org.graffiti.plugin
-
Uses of Mode in org.graffiti.plugin.gui
Constructors in org.graffiti.plugin.gui with parameters of type Mode Constructor Description ModeToolbar(Mode m)
Constructor that sets the id of this toolbar.ModeToolbar(Mode m, int orientation)
Constructor that sets the id of this toolbar to the name of the given mode and the orientation to the given value. -
Uses of Mode in org.graffiti.plugin.mode
Classes in org.graffiti.plugin.mode that implement Mode Modifier and Type Class Description class
AbstractMode
This class provides a skeletal implementation of the interfaceMode
. -
Uses of Mode in org.graffiti.plugins.modes.defaultEditMode
Classes in org.graffiti.plugins.modes.defaultEditMode that implement Mode Modifier and Type Class Description class
DefaultEditMode
-
Uses of Mode in org.graffiti.session
Methods in org.graffiti.session that return Mode Modifier and Type Method Description Mode
Session. getActiveMode()
Returns the mode that is active in this session.Methods in org.graffiti.session with parameters of type Mode Modifier and Type Method Description void
Session. changeActiveMode(Mode activeMode)
Changes the active mode of this session.