Uses of Class
org.gvsig.gui.beans.panelGroup.AbstractPanelGroup
Packages that use AbstractPanelGroup
Package
Description
-
Uses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup
Methods in org.gvsig.gui.beans.panelGroup that return AbstractPanelGroupModifier and TypeMethodDescriptionPanelGroupManager.getPanelGroup(Object reference) Gets the defaultAbstractPanelGroupclass type. -
Uses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup.panels
Methods in org.gvsig.gui.beans.panelGroup.panels that return AbstractPanelGroupModifier and TypeMethodDescriptionAbstractPanel.getPanelGroup()IPanel.getPanelGroup()Gets a reference to the object that contains the group which this panel is a member.Methods in org.gvsig.gui.beans.panelGroup.panels with parameters of type AbstractPanelGroupModifier and TypeMethodDescriptionvoidAbstractPanel.setPanelGroup(AbstractPanelGroup panelGroup) voidIPanel.setPanelGroup(AbstractPanelGroup panelGroup) Sets a reference to the object that contains the group which this panel is a member. -
Uses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup.tabbedPanel
Subclasses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup.tabbedPanelModifier and TypeClassDescriptionclassGraphical interface that's aJPanelwith an innerJTabbedPanethat contains theIPanel's of this group, and supports work with them. -
Uses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup.treePanel
Subclasses of AbstractPanelGroup in org.gvsig.gui.beans.panelGroup.treePanelModifier and TypeClassDescriptionclassGraphical interface that's aJPanelwith an innerJSplitPanethat contains theIPanel's grouped in aJTree.