|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultiSelectItem | |
| 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 MultiSelectItem in com.tensegrity.gui.swing.control |
| Subclasses of MultiSelectItem in com.tensegrity.gui.swing.control | |
class |
ColorMultiSelectItem
A selectable item representing a color. |
class |
GradientMultiSelectItem
The GradientMultiSelectItem based on a java.awt.Paint, represents a multiselectitem for various Gradient styles. |
class |
MarkerMultiSelectItem
The MarkerMultiSelectItem represents a single item of the
MarkerComboBox. |
class |
PaintFormatMultiSelectItem
PaintFormatMultiSelectItem is the Item implementation for the PaintFormatMultiSelectPanel used within the PaintFormatComboBox. |
class |
PatternMultiSelectItem
The PatternMultiSelectItem is used within the PatternComboBox. |
class |
StrokeMultiSelectItem
A StrokeMultiSelectItem instance represents a selectable item for various stroke formats. |
class |
TextureMultiSelectItem
A TextureMultiSelectItem represents one of the predefined texture images stored in the textures array. |
| Methods in com.tensegrity.gui.swing.control with parameters of type MultiSelectItem | |
protected java.awt.event.ItemEvent |
StrokeFormatComboBox.getItemEvent(MultiSelectItem item)
Returns a new ItemEvent with this combo as source and a StrokeFormat instance as item. |
protected void |
StrokeFormatComboBox.updateItemLabel(MultiSelectItem item)
Updates the label with the style, weight and color values from the given (Stroke)MultiSelectItem. |
protected java.awt.event.ItemEvent |
ColorComboBox.getItemEvent(MultiSelectItem item)
Creates an ItemEvent with a Color instance as item. |
protected void |
ColorComboBox.updateItemLabel(MultiSelectItem item)
Sets the color retrieved by the given MultiSelectItem parameter on the label. |
protected void |
MarkerComboBox.updateItemLabel(MultiSelectItem item)
|
protected void |
PatternComboBox.updateItemLabel(MultiSelectItem item)
Sets the pattern from the given MultiSelectItem as new pattern for the label. |
protected void |
GradientComboBox.updateItemLabel(MultiSelectItem item)
|
protected void |
TextureComboBox.updateItemLabel(MultiSelectItem item)
Updates the internal Label with the values of the given MultiSelectItem. |
protected java.awt.event.ItemEvent |
PaintFormatComboBox.getItemEvent(MultiSelectItem item)
Returns a new ItemEvent with this combo as source and a PaintFormat instance as item. |
protected void |
PaintFormatComboBox.updateItemLabel(MultiSelectItem item)
Updates the label with the PaintFormat from the given item. |
static Raster |
RasterComboBox.getRaster(MultiSelectItem item)
Returns the raster value of a MultiSelectItem as the
RasterMultiSelectItem is not visible to the outside. |
protected void |
RasterComboBox.updateItemLabel(MultiSelectItem item)
|
static Anchor |
AnchorComboBox.getAnchor(MultiSelectItem item)
Returns the anchor value of a MultiSelectItem as the
AnchorMultiSelectItem is not visible to the outside. |
protected void |
AnchorComboBox.updateItemLabel(MultiSelectItem item)
|
| Uses of MultiSelectItem in com.tensegrity.gui.swing.control.multiselect |
| Methods in com.tensegrity.gui.swing.control.multiselect that return MultiSelectItem | |
MultiSelectItem |
MultiSelectComboBox.getSelection()
Method getSelection returns the current selected MultiSelectItem. |
MultiSelectItem[] |
MultiSelectPanel.getElements()
Returns the elements. |
MultiSelectItem |
MultiSelectPanel.getSelection()
Returns the current selected item. |
| Methods in com.tensegrity.gui.swing.control.multiselect with parameters of type MultiSelectItem | |
protected abstract void |
MultiSelectComboBox.updateItemLabel(MultiSelectItem item)
Called by the ComboBox when a selection occurs within the
MultiSelectPanel. |
protected java.awt.event.ItemEvent |
MultiSelectComboBox.getItemEvent(MultiSelectItem item)
This method returns a new ItemEvent with this as
source and the given MultMultiSelectItem instance as
item.
|
void |
MultiSelectComboBox.fireEvent(MultiSelectItem item)
Fires an ItemEvent to all listeners of this ComboBox. |
protected void |
MultiSelectPanel.setSelection(MultiSelectItem item)
Clears the current selection and sets the internal selection to item. |
void |
MultiSelectPanel.setElements(MultiSelectItem[] elements)
Sets the elements of this panel |
| Constructors in com.tensegrity.gui.swing.control.multiselect with parameters of type MultiSelectItem | |
MultiSelectPanel(int rows,
int columns,
MultiSelectItem[] elements)
Creates a new MultiSelectPanel with the given number of rows and colums and adds the list of elements. |
|
MultiSelectPanel(MultiSelectItem[] elements)
Method MultiSelectPanel creates a new MultiSelectPanel from the given list of elements. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||