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 booleanFastView. 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 booleanNullView. 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 classTabPatternLayoutRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classTabPluginControlRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classTabVisualisationControlDeprecated.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 classTabBiomodels -
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 classTabDBE -
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 classTabKegg -
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 classPathwayWebLinkTabclassRimasTabclassTabMetaCrop -
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 classTabAgletRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classTabNetworkAlgorithms -
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 classTabStatistics -
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 classTabExampleFilesclassWorkflowHelperDeprecated.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 classSubtabHostTabMethods in org.graffiti.plugin.inspector that return InspectorTab Modifier and Type Method Description InspectorTab[]InspectorPlugin. getTabs()Returns an array containing all theInspectorTabs 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 voidInspectorPlugin. addTab(InspectorTab tab)Adds anotherInspectorTabto the currentInspectorPlugin.voidSubtabHostTab. addTab(InspectorTab tab, ImageIcon icon)Adds a tab to the inspector.voidInspectorTab. focusAndHighlight(InspectorTab whenFinishedHighlight, boolean highlight, boolean cycleChildren)static voidInspectorTab. focusAndHighlightComponent(JComponent thisss, String title, InspectorTab whenFinishedHighlight, boolean highlight, boolean cycleChildren)voidSubtabHostTab. hideTab(InspectorTab tab)voidSubtabHostTab. removeTab(InspectorTab tab)Removes a tab from the inspector.voidInspectorPlugin. setSelectedTab(InspectorTab tab)voidSubtabHostTab. 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 booleanAbstractView. worksWithTab(InspectorTab tab)booleanView. 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 classAbstractTabRepresents an inspector tab.classEdgeTabRepresents a tabulator in the inspector, which handles the properties of edges.classGraphTabRepresents the tab, which contains the functionality to edit the attributes of the current graph object.classNodeTabRepresents 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 InspectorTabInspector. getSelectedTab()InspectorTab[]Inspector. getTabs()Returns an array containing all theInspectorTabs 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 voidInspector. addTab(InspectorTab tab)Adds anotherInspectorTabto the currentInspectorPlugin.voidInspectorContainer. addTab(InspectorTab tab, ImageIcon icon)Adds a tab to the inspector.voidInspectorContainer. hideTab(InspectorTab tab)voidInspectorContainer. removeTab(InspectorTab tab)Removes a tab from the inspector.voidInspector. setSelectedTab(InspectorTab tab)voidInspectorContainer. showTab(InspectorTab tab)