Package | Description |
---|---|
ilog.views.symbology.palettes.event |
Contains the listeners and event classes for palettes of symbols.
|
ilog.views.symbology.palettes.swing |
Contains the Swing version of the graphical user interface (GUI) components
for displaying and managing the content of palettes.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteViewer |
PaletteViewerEvent.getViewer()
Returns the viewer that has caused the event.
|
Constructor and Description |
---|
PaletteViewerEvent(IlvPaletteViewer viewer,
IlvPalette palette,
IlvPaletteCategory category,
IlvPaletteSymbol symbol)
Creates an event
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPaletteDockTreeViewer
This viewer is based on the
IlvPaletteTreeViewer but it's look and feel
has been changed in order to look like a set of collapsible/expandable panels docked
into a container.Each "panel" corresponds to a category and displays symbols of this category. |
class |
IlvPaletteToolbarViewer
This viewer displays the content of the first level of a palette: symbols directly children of root.
|
class |
IlvPaletteTreeViewer
This viewer creates a
JTree that displays the associated palette
as a nested hierarchy of nodes (categories, class
IlvPaletteCategory ) and leaves (symbols, class
IlvPaletteSymbol ). |
Modifier and Type | Method and Description |
---|---|
IlvPaletteViewer |
IlvPaletteManagerComboboxViewer.getPaletteViewer()
Returns the palette viewer associated with this GUI.
|
IlvPaletteViewer |
IlvPaletteDragAndDropData.getPaletteViewer()
Returns the viewer where the drag-and-drop operation started.
|
IlvPaletteViewer |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedPaletteViewer()
Returns the selected palette viewer.
|
Constructor and Description |
---|
IlvPaletteDragAndDropData(Collection objects,
IlvPaletteViewer viewer)
Creates a transfer data that contains several dropped objects
|
IlvPaletteDragAndDropData(IlvPaletteObject object,
IlvPaletteViewer viewer)
Creates a instance of that object.
|
IlvPaletteObjectTransferable(Collection objects,
IlvPaletteViewer viewer)
Creates a transferable for several objects
|
IlvPaletteObjectTransferable(IlvPaletteObject object,
IlvPaletteViewer viewer)
Creates a transferable object for this data
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.