Uses of Interface
org.gvsig.gui.beans.panelGroup.panels.IPanel
Packages that use IPanel
Package
Description
-
Uses of IPanel in org.gvsig.gui.beans.filterPanel
Classes in org.gvsig.gui.beans.filterPanel that implement IPanelModifier and TypeClassDescriptionclassThis abstract class represents the common components of the FilterQuery panels -
Uses of IPanel in org.gvsig.gui.beans.filterPanel.filterQueryPanel
Classes in org.gvsig.gui.beans.filterPanel.filterQueryPanel that implement IPanelModifier and TypeClassDescriptionclassThis class is a version of the graphical interface of "FilterDialog" which was made by Fernando and is in 'appgvSIG' project. -
Uses of IPanel in org.gvsig.gui.beans.filterPanel.tableFilterQueryPanel
Classes in org.gvsig.gui.beans.filterPanel.tableFilterQueryPanel that implement IPanelModifier and TypeClassDescriptionclassThis class is the graphical interface of the "FilterDialog" which was made by Fernando and is in 'appgvSIG' project. -
Uses of IPanel in org.gvsig.gui.beans.panelGroup
Fields in org.gvsig.gui.beans.panelGroup with type parameters of type IPanelModifier and TypeFieldDescriptionAbstractPanelGroup.registeredPanelsArray list with allIPanelof this group.Methods in org.gvsig.gui.beans.panelGroup that return IPanelModifier and TypeMethodDescriptionIPanelGroup.getActivePanel()Gets a reference to the active panel in this group.Methods in org.gvsig.gui.beans.panelGroup that return types with arguments of type IPanelModifier and TypeMethodDescriptionfinal Collection<IPanel> AbstractPanelGroup.values()Returns all panels of this group.Methods in org.gvsig.gui.beans.panelGroup with parameters of type IPanelModifier and TypeMethodDescriptionvoidvoidAdds anotherIPanelto this group.protected booleanAbstractPanelGroup.belongsThisGroup(IPanel panel) Validates if the panel as parameter belongs this panel group.booleanIPanelGroup.isPanelInGUI(IPanel panel) Returnstrueif the panel as parameter belongs to a this group and it's loaded in the graphical user interface; otherwise returnsfalse.protected voidLoads a particular panel.voidAbstractPanelGroup.removePanel(IPanel panel) voidIPanelGroup.removePanel(IPanel panel) Removes anIPanelfrom this group.voidIPanelGroup.setPanelInGUI(IPanel panel, boolean b) Changes the visibility of an existent panel of this group.protected voidAbstractPanelGroup.unLoadPanel(IPanel panel) Unloads a particular panel. -
Uses of IPanel in org.gvsig.gui.beans.panelGroup.loaders
Method parameters in org.gvsig.gui.beans.panelGroup.loaders with type arguments of type IPanelModifier and TypeMethodDescriptionvoidIPanelGroupLoader.loadPanels(ArrayList<IPanel> panels) Loads and returns allAbstractPanelregistered as aninvalid reference
ExtensionPointvoidPanelGroupLoaderFromList.loadPanels(ArrayList<IPanel> panels) -
Uses of IPanel in org.gvsig.gui.beans.panelGroup.panels
Classes in org.gvsig.gui.beans.panelGroup.panels that implement IPanelModifier and TypeClassDescriptionclassRepresents aJPaneladapted to work as a panel of anAbstractPanelGroup.Methods in org.gvsig.gui.beans.panelGroup.panels with parameters of type IPanel -
Uses of IPanel in org.gvsig.gui.beans.panelGroup.tabbedPanel
Methods in org.gvsig.gui.beans.panelGroup.tabbedPanel that return IPanelMethods in org.gvsig.gui.beans.panelGroup.tabbedPanel with parameters of type IPanelModifier and TypeMethodDescriptionbooleanTabbedPanel.isPanelInGUI(IPanel panel) protected voidvoidTabbedPanel.setPanelInGUI(IPanel panel, boolean b) protected voidTabbedPanel.unLoadPanel(IPanel panel) -
Uses of IPanel in org.gvsig.gui.beans.panelGroup.treePanel
Classes in org.gvsig.gui.beans.panelGroup.treePanel that implement IPanelModifier and TypeClassDescriptionprotected classA trivial implementation ofAbstractPanelused in the initialization of thejSplitPaneattribute.Methods in org.gvsig.gui.beans.panelGroup.treePanel that return IPanelMethods in org.gvsig.gui.beans.panelGroup.treePanel with parameters of type IPanelModifier and TypeMethodDescriptionprotected voidTreePanel.addPanelImpl(IPanel panel) Has the algorithms that allows adding a panel to the JTree component.protected voidTreePanel.addPanelSortOrdered(IPanel panel) Has the algorithms that allows adding a panel to the JTree component, considering the position of that panel in the group, and the group position in the JTree.protected booleanTreePanel.isPanelAtBranch(IPanel panel, DefaultMutableTreeNode node) Returnstrueif the panel is a child of the tree node as parameter.booleanTreePanel.isPanelInGUI(IPanel panel) protected voidprotected voidTreePanel.removePanelImpl(IPanel panel) Has the algorithms that allows removing a panel from the JTree component.voidTreePanel.setPanelInGUI(IPanel panel, boolean b) protected voidTreePanel.unLoadPanel(IPanel panel)