|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphLayoutEventListener | |
|---|---|
| ilog.views.graphlayout | A high-level, generic framework for the graph layout services provided by ILOG JViews, which allows you to easily obtain readable representations of graphs and networks. |
| ilog.views.graphlayout.multiple | The Multiple Layout class is not really a layout algorithm but rather a facility to compose multiple layout algorithms and treat them as one algorithm object. |
| ilog.views.graphlayout.recursive | The Recursive Layout class is not really a layout algorithm but rather a facility to traverse a nested graph containing subgraphs and perform layouts recursively for each subgraph. |
| ilog.views.graphlayout.swing | Provides Swing components useful for creating an application mixing JViews Graph Layout and Swing. |
| Uses of GraphLayoutEventListener in ilog.views.graphlayout |
|---|
| Methods in ilog.views.graphlayout with parameters of type GraphLayoutEventListener | |
|---|---|
void |
IlvGraphLayout.addGraphLayoutEventListener(GraphLayoutEventListener listener)
Adds a listener for the layout events delivered during the layout. |
void |
IlvGraphLayout.removeGraphLayoutEventListener(GraphLayoutEventListener listener)
Removes a listener for the layout events delivered during the layout. |
| Uses of GraphLayoutEventListener in ilog.views.graphlayout.multiple |
|---|
| Classes in ilog.views.graphlayout.multiple that implement GraphLayoutEventListener | |
|---|---|
class |
IlvMultipleLayout
The main class for the Multiple Layout algorithm. |
| Uses of GraphLayoutEventListener in ilog.views.graphlayout.recursive |
|---|
| Classes in ilog.views.graphlayout.recursive that implement GraphLayoutEventListener | |
|---|---|
class |
IlvRecursiveLayout
The main class for the Recursive Layout algorithm. |
class |
IlvRecursiveMultipleLayout
The main class for the Recursive Multiple Layout algorithm. |
| Methods in ilog.views.graphlayout.recursive with parameters of type GraphLayoutEventListener | |
|---|---|
void |
IlvRecursiveLayout.addGraphLayoutEventListener(GraphLayoutEventListener listener,
boolean includeSelf,
boolean traverse)
Adds a listener for the layout events delivered during the layout. |
void |
IlvRecursiveLayout.addSubLayoutEventListener(GraphLayoutEventListener listener)
Adds a listener for the layout events delivered during the layout of subgraphs. |
void |
IlvRecursiveLayout.removeGraphLayoutEventListener(GraphLayoutEventListener listener,
boolean includeSelf,
boolean traverse)
Removes a listener for the layout events delivered during the layout. |
void |
IlvRecursiveLayout.removeSubLayoutEventListener(GraphLayoutEventListener listener)
Removes a listener for the layout events delivered during the layout of subgraphs. |
| Uses of GraphLayoutEventListener in ilog.views.graphlayout.swing |
|---|
| Classes in ilog.views.graphlayout.swing that implement GraphLayoutEventListener | |
|---|---|
class |
IlvJGraphLayoutProgressBar
A progress bar for the layout. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||