Uses of Class
org.graffiti.plugin.inspector.InspectorTab
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return InspectorTab Modifier and Type Method Description InspectorTab[]
IPK_PluginAdapter. getInspectorTabs()
-
Uses of InspectorTab 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 InspectorTab Modifier and Type Method Description InspectorTab[]
ChartAttributePlugin. getInspectorTabs()
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe that return InspectorTab Modifier and Type Method Description InspectorTab[]
DBEplugin. getInspectorTabs()
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view with parameters of type InspectorTab Modifier and Type Method Description boolean
FastView. worksWithTab(InspectorTab tab)
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview with parameters of type InspectorTab Modifier and Type Method Description boolean
NullView. worksWithTab(InspectorTab tab)
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control Modifier and Type Class Description class
TabPatternLayout
Represents the tab, which contains the functionality to edit the attributes of the current graph object.class
TabPluginControl
Represents the tab, which contains the functionality to edit the attributes of the current graph object.class
TabVisualisationControl
Deprecated.Do not use, will be removed in future. -
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.biomodels
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.biomodels Modifier and Type Class Description class
TabBiomodels
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe Modifier and Type Class Description class
TabDBE
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg Modifier and Type Class Description class
TabKegg
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.metacrop Modifier and Type Class Description class
PathwayWebLinkTab
class
RimasTab
class
TabMetaCrop
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.network
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.network Modifier and Type Class Description class
TabAglet
Represents the tab, which contains the functionality to edit the attributes of the current graph object.class
TabNetworkAlgorithms
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics Modifier and Type Class Description class
TabStatistics
-
Uses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow
Subclasses of InspectorTab in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.workflow Modifier and Type Class Description class
TabExampleFiles
class
WorkflowHelper
Deprecated.Since 2.7.0, it contains outdated information and has been moved to vanted.org, where an updated version can be found at the tutorials section. -
Uses of InspectorTab in org.graffiti.plugin
Methods in org.graffiti.plugin that return InspectorTab Modifier and Type Method Description InspectorTab[]
EditorPlugin. getInspectorTabs()
InspectorTab[]
EditorPluginAdapter. getInspectorTabs()
-
Uses of InspectorTab in org.graffiti.plugin.inspector
Subclasses of InspectorTab in org.graffiti.plugin.inspector Modifier and Type Class Description class
SubtabHostTab
Methods in org.graffiti.plugin.inspector that return InspectorTab Modifier and Type Method Description InspectorTab[]
InspectorPlugin. getTabs()
Returns an array containing all theInspectorTab
s of theInspectorPlugin
.Methods in org.graffiti.plugin.inspector that return types with arguments of type InspectorTab Modifier and Type Method Description Collection<InspectorTab>
SubtabHostTab. getTabs()
Methods in org.graffiti.plugin.inspector with parameters of type InspectorTab Modifier and Type Method Description void
InspectorPlugin. addTab(InspectorTab tab)
Adds anotherInspectorTab
to the currentInspectorPlugin
.void
SubtabHostTab. addTab(InspectorTab tab, ImageIcon icon)
Adds a tab to the inspector.void
InspectorTab. focusAndHighlight(InspectorTab whenFinishedHighlight, boolean highlight, boolean cycleChildren)
static void
InspectorTab. focusAndHighlightComponent(JComponent thisss, String title, InspectorTab whenFinishedHighlight, boolean highlight, boolean cycleChildren)
void
SubtabHostTab. hideTab(InspectorTab tab)
void
SubtabHostTab. removeTab(InspectorTab tab)
Removes a tab from the inspector.void
InspectorPlugin. setSelectedTab(InspectorTab tab)
void
SubtabHostTab. showTab(InspectorTab tab)
Constructors in org.graffiti.plugin.inspector with parameters of type InspectorTab Constructor Description SubtabHostTab(String title, InspectorTab[] inspectorTabs)
Constructor parameters in org.graffiti.plugin.inspector with type arguments of type InspectorTab Constructor Description SubtabHostTab(String title, Collection<InspectorTab> subtabs)
-
Uses of InspectorTab in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type InspectorTab Modifier and Type Method Description boolean
AbstractView. worksWithTab(InspectorTab tab)
boolean
View. worksWithTab(InspectorTab tab)
-
Uses of InspectorTab in org.graffiti.plugins.inspectors.defaults
Subclasses of InspectorTab in org.graffiti.plugins.inspectors.defaults Modifier and Type Class Description class
AbstractTab
Represents an inspector tab.class
EdgeTab
Represents a tabulator in the inspector, which handles the properties of edges.class
GraphTab
Represents the tab, which contains the functionality to edit the attributes of the current graph object.class
NodeTab
Represents the tab of the inspector, which edits the properties of a node.Methods in org.graffiti.plugins.inspectors.defaults that return InspectorTab Modifier and Type Method Description InspectorTab
Inspector. getSelectedTab()
InspectorTab[]
Inspector. getTabs()
Returns an array containing all theInspectorTab
s of theInspectorPlugin
.Methods in org.graffiti.plugins.inspectors.defaults that return types with arguments of type InspectorTab Modifier and Type Method Description List<InspectorTab>
InspectorContainer. getTabs()
Methods in org.graffiti.plugins.inspectors.defaults with parameters of type InspectorTab Modifier and Type Method Description void
Inspector. addTab(InspectorTab tab)
Adds anotherInspectorTab
to the currentInspectorPlugin
.void
InspectorContainer. addTab(InspectorTab tab, ImageIcon icon)
Adds a tab to the inspector.void
InspectorContainer. hideTab(InspectorTab tab)
void
InspectorContainer. removeTab(InspectorTab tab)
Removes a tab from the inspector.void
Inspector. setSelectedTab(InspectorTab tab)
void
InspectorContainer. showTab(InspectorTab tab)