Package | Description |
---|---|
ilog.views.symbology.palettes |
Contains the support 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 | Class and Description |
---|---|
class |
IlvPaletteCategory
IlvPaletteCategory allows to organize the content of a palette in a hierarchy
of logical groups. |
class |
IlvPaletteCategoryChild
This class is the base class for objects that can be contained in a
palette category.
|
class |
IlvPaletteSymbol
Palette symbols are objects containing description data of symbols that can
be added in a dashboard or a map, for example.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteObject |
IlvPaletteObject.copy()
Creates a copy of this object.
|
IlvPaletteObject |
IlvPaletteCategoryChild.copy()
Makes a copy of this object.
|
IlvPaletteObject |
IlvPaletteCategory.copy()
Makes a deep copy of this category, meaning that it also copies the objects
(symbol or categories) contained into this category.
|
IlvPaletteObject |
IlvPaletteCategory.getChild(int index)
Returns the child located at specified index in the category.
|
IlvPaletteObject |
IlvPalette.getPaletteObject(String path)
Returns the first occurrence of a category or symbol matching the specified
path.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteCategory.add(IlvPaletteObject object)
Adds an object into the category.
|
void |
IlvPaletteCategory.add(int index,
IlvPaletteObject object)
Adds an object into the category at the specified position.
|
URL |
IlvPaletteDocumentation.createPaletteObjectsDocumentation(IlvPaletteObject[] objects)
Creates documentation for the given symbols or categories.
|
void |
IlvPaletteCategory.remove(IlvPaletteObject object)
Removes an object from the category.
|
void |
IlvPaletteCategory.replace(IlvPaletteObject oldObject,
IlvPaletteObject newObject)
Replaces the old palette object with the new palette object.
|
void |
IlvPalette.replace(IlvPaletteObject oldObject,
IlvPaletteObject newObject)
Replaces the old palette object with the new palette object.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteObject |
IlvPaletteDragAndDropData.getPaletteObject()
Returns the object which has been dropped.
|
IlvPaletteObject |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedPaletteObject()
Returns the selected object in the palette tree.
|
IlvPaletteObject[] |
IlvPaletteTreeViewer.getSelectedPaletteObjects()
Returns the selected palette objects selected in the tree
|
IlvPaletteObject[] |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedPaletteObjects()
Returns an array containing references to the selected objects
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteDocumentationDialog.run(Component parent,
IlvPalette palette,
IlvPaletteObject[] selectedObject)
Create the documentation from selected palette or symbols and
displays the modal dialog centered relatively to given parent.
|
void |
IlvPaletteDocumentationDialog.run(IlvPalette palette,
IlvPaletteObject[] selectedObject)
Create the documentation from selected palette or symbols and
displays the modal dialog.
|
void |
IlvPaletteViewer.select(IlvPaletteObject object)
Selects an object in the viewer.
|
void |
IlvPaletteTreeViewer.select(IlvPaletteObject object)
Selects an object in the viewer.
|
void |
IlvPaletteToolbarViewer.select(IlvPaletteObject object)
Selects an object in the viewer.
|
Constructor and Description |
---|
IlvPaletteDragAndDropData(IlvPaletteObject object,
IlvPaletteViewer viewer)
Creates a instance of that object.
|
IlvPaletteObjectTransferable(IlvPaletteObject object,
IlvPaletteViewer viewer)
Creates a transferable object for this data
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.