Package | Description |
---|---|
ilog.views.maps.defense.terrain3d.symbol |
Classes to manage symbols on top of the 3D view.
|
ilog.views.sdm.event |
Contains the event-related classes in the SDM package.
|
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
ilog.views.sdm.swing |
Contains JFC/Swing-based components that can be used
to build a complete GUI with the SDM facilities.
|
Modifier and Type | Method and Description |
---|---|
void |
Ilv3DSymbolManager.adjustmentFinished(SDMModelEvent event)
Updates the list of 3D symbols (Implementation of
SDMModelListener ). |
void |
Ilv3DSymbolManager.dataChanged(SDMModelEvent event)
Updates the list of 3D symbols (Implementation of
SDMModelListener ). |
void |
Ilv3DSymbolManager.linkDestinationChanged(SDMModelEvent event)
Does nothing (Implementation of
SDMModelListener ). |
void |
Ilv3DSymbolManager.linkSourceChanged(SDMModelEvent event)
Does nothing (Implementation of
SDMModelListener ). |
void |
Ilv3DSymbolManager.objectAdded(SDMModelEvent event)
Updates the list of 3D symbols
|
void |
Ilv3DSymbolManager.objectRemoved(SDMModelEvent event)
Updates the list of 3D symbols (Implementation of
SDMModelListener ). |
Modifier and Type | Class and Description |
---|---|
class |
SDMPropertyChangeEvent
Events of type
SDMPropertyChangeEvent
are sent to SDMModelListener s
by an IlvSDMModel when one or more
properties of a data object have changed. |
Modifier and Type | Method and Description |
---|---|
void |
SDMModelListener.adjustmentFinished(SDMModelEvent event)
Invoked at the end of an adjustment sequence,
when
setAdjusting(false)
is called on the model. |
void |
SDMModelAdapter.adjustmentFinished(SDMModelEvent event)
Invoked at the end of an adjustment sequence,
when
setAdjusting(false)
is called on the model. |
void |
SDMModelListener.dataChanged(SDMModelEvent event)
Invoked after the SDM model has changed in such
a way that the SDM view must completely re-create
its graphic objects.
|
void |
SDMModelAdapter.dataChanged(SDMModelEvent event)
Invoked after the SDM model has changed in such
a way that the SDM view must completely recreate
its graphic objects.
|
void |
SDMModelListener.linkDestinationChanged(SDMModelEvent event)
Invoked after the destination node of a link has been changed.
|
void |
SDMModelAdapter.linkDestinationChanged(SDMModelEvent event)
Invoked after the destination node of a link has been changed.
|
void |
SDMModelListener.linkSourceChanged(SDMModelEvent event)
Invoked after the source node of a link has been changed.
|
void |
SDMModelAdapter.linkSourceChanged(SDMModelEvent event)
Invoked after the source node of a link has been changed.
|
void |
SDMModelListener.objectAdded(SDMModelEvent event)
Invoked after nodes and/or links
have been added to the SDM model.
|
void |
SDMModelAdapter.objectAdded(SDMModelEvent event)
Invoked after nodes and/or links
have been added to the SDM model.
|
void |
SDMModelListener.objectRemoved(SDMModelEvent event)
Invoked after nodes and/or links
have been removed from the SDM model.
|
void |
SDMModelAdapter.objectRemoved(SDMModelEvent event)
Invoked after nodes and/or links
have been removed from the SDM model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMultipleSDMModel.adjustmentFinished(SDMModelEvent event)
This method is called at the end of an adjustment sequence on the underlying filtered model.
|
void |
IlvFilterSDMModel.adjustmentFinished(SDMModelEvent event)
This method is called at the end of an adjustment sequence on the underlying filtered model.
|
void |
IlvMultipleSDMModel.dataChanged(SDMModelEvent event)
This method is called when the contents of a submodel are changed.
|
void |
IlvFilterSDMModel.dataChanged(SDMModelEvent event)
This method is called when the contents of the underlying filtered model are changed.
|
void |
IlvMultipleSDMModel.linkDestinationChanged(SDMModelEvent event)
This method is called when the destination of a link has changed in a submodel.
|
void |
IlvFilterSDMModel.linkDestinationChanged(SDMModelEvent event)
This method is called when the destination of a link has changed in the underlying filtered model.
|
void |
IlvMultipleSDMModel.linkSourceChanged(SDMModelEvent event)
This method is called when the source of a link has changed in a submodel.
|
void |
IlvFilterSDMModel.linkSourceChanged(SDMModelEvent event)
This method is called when the source of a link has changed in the underlying filtered model.
|
void |
IlvMultipleSDMModel.objectAdded(SDMModelEvent event)
This method is called when an object is added to a submodel.
|
void |
IlvFilterSDMModel.objectAdded(SDMModelEvent event)
This method is called when an object is added to the underlying filtered model.
|
void |
IlvMultipleSDMModel.objectRemoved(SDMModelEvent event)
This method is called when an object is removed from a submodel.
|
void |
IlvFilterSDMModel.objectRemoved(SDMModelEvent event)
This method is called when an object is removed from the underlying filtered model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSDMTableModel.adjustmentFinished(SDMModelEvent event)
Invoked at the end of an adjustment sequence,
when
setAdjusting(false)
is called on the model. |
void |
IlvSDMTableModel.dataChanged(SDMModelEvent event)
Invoked after the SDM model has changed in such
a way that the SDM view must completely recreate
its graphic objects.
|
void |
IlvSDMTableModel.linkDestinationChanged(SDMModelEvent event)
Invoked after the destination node of a link has been changed.
|
void |
IlvSDMTableModel.linkSourceChanged(SDMModelEvent event)
Invoked after the source node of a link has been changed.
|
void |
IlvSDMTableModel.objectAdded(SDMModelEvent event)
Invoked after nodes or links
have been added to the SDM model.
|
void |
IlvSDMTableModel.objectRemoved(SDMModelEvent event)
Invoked after nodes or links
have been removed from the SDM model.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.