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.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteSymbol |
IlvDashboardSymbol.getPaletteSymbol()
Returns the palette symbol defining this dashboard symbol.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDashboardLinkManager.enterLinkCreationMode(IlvDashboardDiagram dashboard,
IlvPaletteSymbol link)
This method is invoked before the Dashboard Editor switches to
link creation mode.
|
protected boolean |
IlvDashboardEditManager.isSymbolCreationAllowed(IlvDashboardDiagram dashboard,
IlvPaletteSymbol paletteSymbol)
Tests if the dragged symbol is accepted by the given
dashboard
diagram. |
protected boolean |
IlvDashboardLinkManager.isValidDestination(IlvPaletteSymbol link,
IlvDashboardSymbol sourceNode,
IlvGraphic portOut,
IlvDashboardSymbol targetNode,
IlvGraphic portIn)
Tests whether a symbol or a port is accepted as a link destination.
|
protected boolean |
IlvDashboardLinkManager.isValidOrigin(IlvPaletteSymbol link,
IlvDashboardSymbol sourceNode,
IlvGraphic outPort)
Tests whether a symbol or a port is accepted as a link origin.
|
Constructor and Description |
---|
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
Object modelObject,
String id,
boolean defaultMapping)
Creates an instance of
IlvDashboardSymbol for a SDM model
object. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
String id)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol, with a specific ID. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
String id,
boolean defaultMapping)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol, with a specific ID, and with or without
default parameter mappings. |
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbolCompiler.generateSymbol(IlvPaletteSymbol symbol,
String javaDir,
String resourceDir)
Generates the Java class source file for
symbol . |
void |
IlvSymbolCompiler.writeSymbolClass(Writer writer,
IlvPaletteSymbol symbol)
Generates the Java class source file of
symbol . |
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbolCompiler.compileSymbols(ArrayList<IlvPaletteSymbol> paletteSymbols,
String javaDir,
String resourceDir,
String classDir)
Generates the Java class source files for
paletteSymbols , and
then compiles to Java .class files. |
Modifier and Type | Method and Description |
---|---|
IlvPaletteSymbol |
IlvSymbolDescriptor.getPaletteSymbol()
Returns the palette symbol this object was originated from.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteSymbol |
IlvPalette.addSymbol(IlvPaletteCategory parent,
String symbolID)
Add a symbol in the palette.
|
IlvPaletteSymbol |
IlvPaletteSymbolParameter.getSymbol()
Returns the symbol the parameter belongs to.
|
IlvPaletteSymbol |
IlvPalette.getSymbol(String path)
Returns the first occurrence of a symbol matching the specified path.
|
IlvPaletteSymbol |
IlvPalette.getSymbol(String cssResourceName,
String className)
Returns the first occurrence of a symbol that has the specified CSS
resource name and the specified class name.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPaletteCategory.add(IlvPaletteSymbol symbol)
Adds a symbol into the category.
|
void |
IlvPaletteCategory.add(int index,
IlvPaletteSymbol symbol)
Adds a symbol into the category at the specified position.
|
protected void |
IlvPalette.fireSymbolAdded(IlvPaletteCategory parent,
IlvPaletteSymbol symbol)
Fire an event when adding a symbol into a category.
|
protected void |
IlvPalette.fireSymbolRemoved(IlvPaletteCategory parent,
IlvPaletteSymbol symbol)
Fire an event when removing a symbol from a category.
|
void |
IlvPaletteCategory.remove(IlvPaletteSymbol symbol)
Removes a symbol from this category.
|
Modifier and Type | Field and Description |
---|---|
protected IlvPaletteSymbol |
PaletteViewerEvent.symbol
The palette symbol.
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteSymbol |
PaletteViewerEvent.getSymbol()
Returns the symbol selected or deselected in the palette viewer which generated
the event
|
Constructor and Description |
---|
PaletteViewerEvent(IlvPaletteViewer viewer,
IlvPalette palette,
IlvPaletteCategory category,
IlvPaletteSymbol symbol)
Creates an event
|
Modifier and Type | Method and Description |
---|---|
IlvPaletteSymbol |
IlvPaletteManagerViewer.getSelectedSymbol()
Returns the symbols that is selected in the current palette
|
IlvPaletteSymbol |
IlvPaletteManagerTabbedViewer.getSelectedSymbol()
Returns the current selected symbol
|
IlvPaletteSymbol |
IlvPaletteManagerComboboxViewer.getSelectedSymbol()
Returns the symbol selected in the current palette.
|
IlvPaletteSymbol |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedSymbol()
Returns the selected symbol.
|
IlvPaletteSymbol[] |
IlvPaletteManagerCollapsibleTreeViewer.getSelectedSymbols()
Returns a set of selected symbols in an array of
IlvPaletteSymbol objects. |
Modifier and Type | Method and Description |
---|---|
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. |
void |
IlvPaletteManagerViewer.select(IlvPaletteSymbol symbol)
Selects a symbol in the viewer.
|
void |
IlvPaletteManagerTabbedViewer.select(IlvPaletteSymbol symbol)
Select a symbol in the symbol viewer.
|
void |
IlvPaletteManagerComboboxViewer.select(IlvPaletteSymbol symbol)
Select a symbol in the symbol viewer.
|
void |
IlvPaletteManagerCollapsibleTreeViewer.select(IlvPaletteSymbol symbol)
Selects a symbol in the symbol viewer.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.