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 |
Provides support for symbols and palettes of symbols.
|
ilog.views.symbology.palettes |
Contains the support for palettes of symbols.
|
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.
|
ilog.views.symbology.palettes.swing.event |
Contains the events and adapters for the Swing version of the
graphical user interface (GUI) components
for displaying and managing the content of palettes.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
IlvDashboardContext.loadPalette(String packageName)
Loads a symbol palette in
packageName using the
local IlvPaletteManager . |
IlvPalette[] |
IlvDashboardContext.loadPalettes(URL paletteURL)
This method loads the content of jar file containing one or more
palette definitions.
|
Modifier and Type | Method and Description |
---|---|
protected Iterator<IlvPalette> |
IlvDashboardEditor.loadInitialPalettes()
Returns the URLs of the symbol palettes to load when the
Dashboard Editor starts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvDashboardSymbolPalette.isClosable(IlvPalette palette)
Tests if the
palette can be closed by the user. |
void |
IlvDashboardSymbolPalette.setClosable(IlvPalette palette,
boolean closable)
Specifies if
palette can be closed by the user. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbolCompiler.compilePalette(IlvPalette palette,
String javaDir,
String resourceDir,
String classDir)
Compiles the symbols of a given palette.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
IlvSymbolDescriptor.getPalette()
Returns the palette this object belongs to.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
IlvPaletteSymbolParameterValueSet.getPalette()
Returns the palette of this object.
|
IlvPalette |
IlvPaletteSymbolParameter.getPalette()
Returns the palette of the symbol the parameter belongs to.
|
IlvPalette |
IlvPaletteObject.getPalette()
Returns the palette of this object.
|
IlvPalette |
IlvPaletteCategoryChild.getPalette()
Returns the palette of this object.
|
IlvPalette |
IlvPaletteManager.getPalette(int index)
Returns the palette at specified index.
|
IlvPalette |
IlvPaletteManager.getPalette(String paletteResourceName)
Returns the palette that has the given palette resource name.
|
IlvPalette |
IlvPaletteManager.getPaletteWithSymbol(String symbolFullID,
String symbolCSSResourceName,
String symbolClassName)
Returns the palette that contains a symbol that matches the input
parameters.
|
IlvPalette |
IlvPaletteManager.load(String palettePackageName)
Loads a palette and adds it to the palette manager.
|
IlvPalette[] |
IlvPaletteManager.load(URL paletteJarURL)
This method loads the content of jar file containing one or several palette
definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteManager.add(IlvPalette palette)
Adds a palette.
|
boolean |
IlvPaletteManager.contains(IlvPalette palette)
Returns whether the palette is contained in this manager.
|
URL |
IlvPaletteDocumentation.createPaletteDocumentation(IlvPalette palette)
Creates documentation for a whole palette.
|
protected void |
IlvPaletteManager.firePaletteAdded(IlvPalette palette)
Fires a event when adding a palette to the palette manager.
|
protected void |
IlvPaletteManager.firePaletteRemoved(IlvPalette palette)
Fires a event when removing a palette from the palette manager.
|
int |
IlvPaletteManager.getPaletteIndex(IlvPalette palette)
Returns the index of a palette.
|
boolean |
IlvPaletteManager.isPaletteReadOnly(IlvPalette palette)
Indicates if the specified palette is locked in read-only mode.
|
void |
IlvPaletteManager.remove(IlvPalette palette)
Removes the palette from the palette manager.
|
void |
IlvPaletteManager.save(IlvPalette palette,
File jar)
Save the specified palette in the working directory and package it into a
jar file referenced by given URL The palette must belong to this palette
manager.
|
void |
IlvPaletteManager.save(IlvPalette palette,
File jar,
boolean cleanBefore,
boolean cleanAfter)
Save the specified palette in the working directory and package it into a
jar file referenced by given URL The palette must belong to this palette
manager.
|
Modifier and Type | Field and Description |
---|---|
protected IlvPalette |
PaletteViewerEvent.palette
The palette.
|
protected IlvPalette |
PaletteManagerEvent.palette
The palette.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
PaletteViewerEvent.getPalette()
Returns the palette containing the category or the symbol associated to
this event
|
IlvPalette |
PaletteManagerEvent.getPalette()
Returns the palette that has been added or removed.
|
IlvPalette |
PaletteEvent.getPalette()
Returns the palette that has caused the event.
|
Constructor and Description |
---|
PaletteEvent(IlvPalette source,
IlvPaletteCategory parent,
IlvPaletteCategoryChild child,
boolean added)
Creates an event
|
PaletteEvent(IlvPalette source,
IlvPaletteSymbolParameterValueSet vset,
boolean added)
Creates an event
|
PaletteManagerEvent(IlvPaletteManager source,
IlvPalette palette)
Creates an event
|
PaletteViewerEvent(IlvPaletteViewer viewer,
IlvPalette palette,
IlvPaletteCategory category,
IlvPaletteSymbol symbol)
Creates an event
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
IlvPaletteViewer.getPalette()
Returns the palette represented in this viewer
|
IlvPalette |
IlvPaletteTreeViewer.getPalette()
Returns the palette represented in this viewer
|
IlvPalette |
IlvPaletteToolbarViewer.getPalette()
Returns the palette represented in this viewer
|
IlvPalette |
IlvPaletteManagerViewer.getSelectedPalette()
Returns the current selected palette.
|
IlvPalette |
IlvPaletteManagerTabbedViewer.getSelectedPalette()
Returns the current selected palette
|
IlvPalette |
IlvPaletteManagerComboboxViewer.getSelectedPalette()
Returns the current selected palette.
|
IlvPalette |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedPalette()
Returns the selected palette.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvPaletteTreeViewer.fireCategoryDeselected(IlvPalette p,
IlvPaletteCategory c)
Fires a
PaletteViewerEvent to the registered listeners,
indicating that a category has been deselected. |
protected void |
IlvPaletteTreeViewer.fireCategorySelected(IlvPalette p,
IlvPaletteCategory c)
Fires a
PaletteViewerEvent to the registered listeners,
indicating that a category has been selected. |
protected void |
IlvPaletteToolbarViewer.fireCategorySelected(IlvPalette p,
IlvPaletteCategory c)
Do nothing because this viewer does not represent categories.
|
protected void |
IlvPaletteTreeViewer.fireObjectCopied(IlvPalette sourcePalette,
IlvPalette targetPalette,
Collection objects)
Fire an event when copying objects into a palette using drag and drop
|
protected void |
IlvPaletteTreeViewer.fireObjectMoved(IlvPalette sourcePalette,
IlvPalette targetPalette,
Collection objects)
Fire an event when moving objects into a palette using drag and drop
|
protected void |
IlvPaletteTreeViewer.fireSymbolDeselected(IlvPalette p,
IlvPaletteSymbol s)
Fire a
PaletteViewerEvent to the registered listeners,
indicating that a symbol has been deselected. |
protected void |
IlvPaletteTreeViewer.fireSymbolSelected(IlvPalette p,
IlvPaletteSymbol s)
Fire a
PaletteViewerEvent to the registered listeners,
indicating that a symbol has been selected. |
protected void |
IlvPaletteToolbarViewer.fireSymbolSelected(IlvPalette p,
IlvPaletteSymbol s)
Fire a
PaletteViewerEvent to the registered listeners, indicating that
a symbol has been selected. |
boolean |
IlvPaletteManagerTabbedViewer.isClosable(IlvPalette palette)
Returns whether the tab corresponding to the specified palette can be closed by some user action
|
void |
IlvPaletteManagerCollapsibleTreeViewer.refreshCollapsiblePanelHeader(IlvPalette palette)
Refresh the header of the collapsible panel containing the given palette.
|
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 |
IlvPaletteManagerViewer.select(IlvPalette palette)
Selects a palette in the viewer.
|
void |
IlvPaletteManagerTabbedViewer.select(IlvPalette palette)
Selects a palette in the viewer.
|
void |
IlvPaletteManagerComboboxViewer.select(IlvPalette palette)
Selects a palette in the viewer.
|
void |
IlvPaletteManagerCollapsibleTreeViewer.select(IlvPalette palette)
Selects a palette in the viewer.
|
void |
IlvPaletteManagerCollapsibleTreeViewer.select(IlvPalette palette,
boolean expand)
Selects the collapsible panel corresponding to the given palette and
expands it.
|
void |
IlvPaletteManagerTabbedViewer.setClosable(IlvPalette palette,
boolean closable)
Sets whether the tab corresponding to the specified palette can be closed by some user action.
|
void |
IlvPaletteViewer.setPalette(IlvPalette palette)
Sets the palette represented in this viewer.
|
void |
IlvPaletteTreeViewer.setPalette(IlvPalette palette)
Sets the palette represented in this viewer.
|
void |
IlvPaletteToolbarViewer.setPalette(IlvPalette palette)
Sets the palette represented in this viewer.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
IlvPaletteSaveAsAction.getPalette()
Returns the palette on which this action is performed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteSaveAsAction.setPalette(IlvPalette palette)
Sets the palette to save.
|
Modifier and Type | Field and Description |
---|---|
protected IlvPalette |
PaletteDropEvent.sourcePalette
The source palette of the drag-and-drop operation.
|
protected IlvPalette |
PaletteDropEvent.targetPalette
The target palette of the drag-and-drop operation.
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
PaletteDropEvent.getSourcePalette()
Returns the palette that has caused the event.
|
IlvPalette |
PaletteDropEvent.getTargetPalette()
Returns the palette that is target of the event.
|
Constructor and Description |
---|
PaletteDropEvent(IlvPalette sourcePalette,
IlvPalette targetPalette,
Collection children)
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.