Uses of Class
com.tensegrity.gui.swing.control.multiselect.MultiSelectPanel

Packages that use MultiSelectPanel
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.multiselect This package contains the MultiSelectPanel and MultiSelectComboBox implementation. 
 

Uses of MultiSelectPanel in com.tensegrity.gui.swing.control
 

Methods in com.tensegrity.gui.swing.control that return MultiSelectPanel
protected  MultiSelectPanel StrokeFormatComboBox.createMultiSelect()
          Creates the list of StrokeMultiSelectItem's and adds them to a new MultiSelectPanel.
 MultiSelectPanel ColorComboBox.createMultiSelect()
          Method createMultiSelect creates the color MultiSelectPanel control with ColorMultiSelectItem initialized with ColorUtilities.colorCacheDefault.
protected  MultiSelectPanel MarkerComboBox.createMultiSelect()
           
protected  MultiSelectPanel PatternComboBox.createMultiSelect()
          Creates the MultiSelectPanel consisting of PatternMultiSelectItem's.
protected  MultiSelectPanel GradientComboBox.createMultiSelect()
          Creates the MultiSelectPanel with a fixed number of GradientMultiSelectItem's.
protected  MultiSelectPanel TextureComboBox.createMultiSelect()
          Creates a MultiSelectPanel consisting of a fixed size list of TextureMultiSelectItem's.
protected  MultiSelectPanel RasterComboBox.createMultiSelect()
           
protected  MultiSelectPanel AnchorComboBox.createMultiSelect()
           
 

Uses of MultiSelectPanel in com.tensegrity.gui.swing.control.multiselect
 

Fields in com.tensegrity.gui.swing.control.multiselect declared as MultiSelectPanel
protected  MultiSelectPanel MultiSelectComboBox.multiSelect
          MultiSelectPanel for the various colors.
 

Methods in com.tensegrity.gui.swing.control.multiselect that return MultiSelectPanel
protected abstract  MultiSelectPanel MultiSelectComboBox.createMultiSelect()
          Implemented by subclass to specify the MultiSelectPanel control used within the popup menu.
 MultiSelectPanel MultiSelectComboBox.getMultiSelect()
          Method getMultiSelect returns the internal MultiSelectPanel.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.