Uses of Class
ca.sqlpower.architect.swingui.ContainerPane

Packages that use ContainerPane
ca.sqlpower.architect.swingui   
ca.sqlpower.architect.swingui.event   
ca.sqlpower.architect.swingui.olap   
 

Uses of ContainerPane in ca.sqlpower.architect.swingui
 

Subclasses of ContainerPane in ca.sqlpower.architect.swingui
 class TablePane
           
 

Fields in ca.sqlpower.architect.swingui declared as ContainerPane
protected  ContainerPane<?,?> PlayPen.PlayPenDropListener.tpTarget
          When the user moves over a container pane, its drop target's dragEnter method will be called, and this variable will reference it.
 

Methods in ca.sqlpower.architect.swingui that return types with arguments of type ContainerPane
 java.util.List<ContainerPane<?,?>> PlayPen.getSelectedContainers()
          Returns a read-only view of the set of selected ContainerPane's in the PlayPen.
 

Constructors in ca.sqlpower.architect.swingui with parameters of type ContainerPane
PlayPen.FloatingContainerPaneListener(PlayPen pp, ContainerPane<?,?> cp, java.awt.Point handle)
          Creates a new mouse event handler that tracks mouse motion and moves a container pane around on the play pen accordingly.
 

Uses of ContainerPane in ca.sqlpower.architect.swingui.event
 

Methods in ca.sqlpower.architect.swingui.event that return ContainerPane
 ContainerPane<T,C> ItemSelectionEvent.getSource()
          Returns the container pane whose item selection state changed.
 

Constructors in ca.sqlpower.architect.swingui.event with parameters of type ContainerPane
ItemSelectionEvent(ContainerPane<T,C> source, java.util.Set<C> items)
          Creates a new event object that holds information about the items in a container pane becoming selected or deselected.
 

Uses of ContainerPane in ca.sqlpower.architect.swingui.olap
 

Subclasses of ContainerPane in ca.sqlpower.architect.swingui.olap
 class CubePane
           
 class DimensionPane
          Visual representation of a dimension.
 class OLAPPane<T extends OLAPObject,C extends OLAPObject>
          A class that provides all the generic behaviour applicable to OLAP playpen components that have titles and sections of selectable items.
 class VirtualCubePane
           
 



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca