Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.symbol.compiler |
Contains the Symbol Compiler core library used by the Symbol Compiler Application.
|
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.
|
ilog.views.symbology.palettes.swing.action |
Contains predefined Swing action to manage palettes manager.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteManager |
IlvDashboardContext.getPaletteManager()
Returns the palette manager used by this dashboard context.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteManager |
IlvSymbolCompiler.getPaletteManager()
Returns the palette manager used by the Symbol Compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbolCompiler.setPaletteManager(IlvPaletteManager paletteManager)
Specifies a palette manager to be used by the Symbol Compiler.
|
Constructor and Description |
---|
IlvSymbolCompiler(IlvPaletteManager paletteManager)
Constructs an
IlvSymbolCompiler with the given palette
manager. |
Modifier and Type | Method and Description |
---|---|
IlvPaletteManager |
PaletteManagerEvent.getPaletteManager()
Returns the palette manager that has caused the event.
|
Constructor and Description |
---|
PaletteManagerEvent(IlvPaletteManager source,
IlvPalette palette)
Creates an event
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteManager |
IlvPaletteManagerViewer.getPaletteManager()
Returns the palette manager represented in this viewer
|
IlvPaletteManager |
IlvPaletteManagerTabbedViewer.getPaletteManager()
Returns the palette manager associated with this viewer.
|
IlvPaletteManager |
IlvPaletteManagerComboboxViewer.getPaletteManager()
Returns the palette manager associated with this viewer.
|
IlvPaletteManager |
IlvPaletteManagerCollapsibleTreeViewer.getPaletteManager()
Returns the palette manager associated with this viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteManagerViewer.setPaletteManager(IlvPaletteManager paletteManager)
Sets the palette manager represented in this viewer.
|
void |
IlvPaletteManagerTabbedViewer.setPaletteManager(IlvPaletteManager paletteManager)
Sets the new palette manager for this viewer.
|
void |
IlvPaletteManagerComboboxViewer.setPaletteManager(IlvPaletteManager paletteManager)
Sets the new palette manager for this viewer.
|
void |
IlvPaletteManagerCollapsibleTreeViewer.setPaletteManager(IlvPaletteManager paletteManager)
Sets the new palette manager for this viewer.
|
Constructor and Description |
---|
IlvPaletteDocumentationDialog(IlvPaletteManager mgr)
Creates the dialog
|
IlvPaletteManagerComboboxViewer(IlvPaletteManager paletteManager)
Creates the viewer for the specified palette manager.
|
IlvPaletteManagerTabbedViewer(IlvPaletteManager paletteManager)
Creates the viewer for the specified palette manager.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteManager |
IlvPaletteAction.getPaletteManager()
Returns the palette manager associated with this action.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteAction.setPaletteManager(IlvPaletteManager paletteManager)
Sets the palette manager associated with this action
|
Constructor and Description |
---|
IlvPaletteAction(Component parent,
String name,
ImageIcon icon,
String tooltip,
IlvPaletteManager paletteManager)
Creates the action.
|
IlvPaletteCreateAction(Component parent,
IlvPaletteManager paletteManager)
Creates the action.
|
IlvPaletteDocumentationAction(Component parent,
IlvPaletteManager paletteManager)
Creates the action
|
IlvPaletteLoadAction(Component parent,
IlvPaletteManager paletteManager)
Creates the action and sets the palette manager
|
IlvPaletteSaveAsAction(Component parent,
IlvPaletteManager paletteManager)
Creates the action to save the palette.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.