Package | Description |
---|---|
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 | 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.
|
class |
IlvPaletteSymbolParameter
This class allows user to create an additional parameter that will be added
to a symbol.
|
class |
IlvPaletteSymbolParameterValueSet
This class represents a set of distinct values allowed for a
symbol parameter.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameterValueSet.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameter.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbol.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteCategoryChild.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteCategory.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteBaseObject.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameterValueSet.createNew()
Allocates a new object of the same type.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameter.createNew()
Allocates a new object of the same type.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbol.createNew()
Allocates a new object of the same type.
|
protected IlvPaletteBaseObject |
IlvPaletteCategory.createNew()
Allocates a new object of the same type.
|
protected abstract IlvPaletteBaseObject |
IlvPaletteBaseObject.createNew()
Allocates a new object of the same type.
|
IlvPaletteBaseObject |
IlvPaletteBaseObject.getBaseObjectOwner()
Returns the owner of this object as palette base object.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameterValueSet.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbolParameter.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteSymbol.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteCategoryChild.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteCategory.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
protected IlvPaletteBaseObject |
IlvPaletteBaseObject.copy(IlvPaletteBaseObject owner)
Makes a copy of this object.
|
Modifier and Type | Field and Description |
---|---|
protected IlvPaletteBaseObject |
PaletteEvent.child
The child.
|
Modifier and Type | Method and Description |
---|---|
protected String |
IlvPaletteTreeViewer.convertValueToText(IlvPaletteBaseObject obj,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Returns the string representation of the value.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.