Uses of Interface
org.graffiti.plugin.tool.Tool
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
ChartAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
ChartAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
ClusterColorAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
CompoundImageAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
LabelColorAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
LabelFontAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
LabelStyleAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
FontAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
KeggAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
LabelAlignmentAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
URLAttributePlugin. getTools()
-
Uses of Tool 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 Tool Modifier and Type Method Description Tool[]
XMLAttributePlugin. getTools()
-
Uses of Tool in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe that return Tool Modifier and Type Method Description Tool[]
DBEplugin. getTools()
-
Uses of Tool in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools that implement Tool Modifier and Type Class Description class
IPK_AdvancedLabelTool
A modified editing toolclass
IPK_MegaCreateTool
A modified editing toolclass
IPK_MegaMoveTool
A modified editing tool. -
Uses of Tool in org.graffiti.managers
-
Uses of Tool in org.graffiti.plugin
Fields in org.graffiti.plugin declared as Tool Modifier and Type Field Description Tool[]
EditorPluginAdapter. tools
The tools the plugin provides. -
Uses of Tool in org.graffiti.plugin.gui
Methods in org.graffiti.plugin.gui that return Tool Modifier and Type Method Description Tool
ModeToolbar. getActiveTool()
Returns the tool that is selected in this ModeToolbar's button group.Tool
GraffitiToolComponent. getTool()
Returns the tool this button is identified with.Tool
ToolButton. getTool()
Returns the tool this button is identified with.Tool[]
ModeToolbar. getTools()
Returns the tools that are represented by buttons in this toolbar.Constructors in org.graffiti.plugin.gui with parameters of type Tool Constructor Description ToolButton(Tool t)
Constructor that sets the buttons tool to the givenTool
.ToolButton(Tool t, String preferredComponent)
Creates a new ToolButton object.ToolButton(Tool t, String preferredComponent, String text)
Creates a new ToolButton object.ToolButton(Tool t, String preferredComponent, ImageIcon icon)
Creates a new ToolButton object. -
Uses of Tool in org.graffiti.plugin.mode
-
Uses of Tool in org.graffiti.plugin.tool
Classes in org.graffiti.plugin.tool that implement Tool Modifier and Type Class Description class
AbstractTool
Provides an abstract implementation of theTool
interface.class
AbstractUndoableTool
Superclass for all tools that provide undo information for their actions.Methods in org.graffiti.plugin.tool that return Tool Modifier and Type Method Description static Tool
AbstractTool. getActiveTool()
-
Uses of Tool in org.graffiti.plugins.modes.defaults
Classes in org.graffiti.plugins.modes.defaults that implement Tool Modifier and Type Class Description class
AdvancedLabelTool
A tool for creating and editing labels of graphelements.class
LabelTool
A tool for creating and editing labels of graphelements.class
MegaCreateTool
A tool for creating and editing a graph.class
MegaMoveTool
A tool for creating and editing a graph.class
MegaTools
DOCUMENT ME!