Package | Description |
---|---|
org.eclipse.gef4.layout |
This package provides an interface-based facade to exchange layout
information with layout algorithms (within this package), concrete
implementations of layout algorithms (
org.eclipse.gef4.layout.algorithms ), as well as listeners to hook
into the layout computation (org.eclipse.gef4.layout.listeners ). |
org.eclipse.gef4.layout.listeners |
This package contains interfaces for various listeners which can be
registered on an
ILayoutContext , as well as a
support class which can handle the listener (un-)registration and firing of
events. |
Modifier and Type | Method and Description |
---|---|
void |
ILayoutContext.addPruningListener(IPruningListener listener)
Adds a listener to the context that will be notified about changes in
graph pruning, that is hiding and showing of nodes.
|
void |
AbstractLayoutContext.addPruningListener(IPruningListener listener) |
void |
ILayoutContext.removePruningListener(IPruningListener listener)
Removes a pruning structure listener from this context.
|
void |
AbstractLayoutContext.removePruningListener(IPruningListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutListenerSupport.addPruningListener(IPruningListener listener)
Adds the given
IPruningListener to the list of listeners which
are notified about pruning changes. |
void |
LayoutListenerSupport.removePruningListener(IPruningListener listener)
Removes the given
IPruningListener from the list of listeners
which are notified about pruning changes. |
Copyright (c) 2014 itemis AG and others. All rights reserved.