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 classIPK_AdvancedLabelToolA modified editing toolclassIPK_MegaCreateToolA modified editing toolclassIPK_MegaMoveToolA 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. toolsThe 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 ToolModeToolbar. getActiveTool()Returns the tool that is selected in this ModeToolbar's button group.ToolGraffitiToolComponent. getTool()Returns the tool this button is identified with.ToolToolButton. 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 classAbstractToolProvides an abstract implementation of theToolinterface.classAbstractUndoableToolSuperclass 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 ToolAbstractTool. 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 classAdvancedLabelToolA tool for creating and editing labels of graphelements.classLabelToolA tool for creating and editing labels of graphelements.classMegaCreateToolA tool for creating and editing a graph.classMegaMoveToolA tool for creating and editing a graph.classMegaToolsDOCUMENT ME!