Modifier and Type | Method and Description |
---|---|
GraphContainer |
WidgetContext.getGraphContainer() |
GraphContainer |
OperationContext.getGraphContainer() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryOperation.applyHistory(GraphContainer container,
Map<String,String> settings) |
void |
HistoryManager.applyHistory(String fragmentId,
GraphContainer container) |
String |
HistoryManager.create(GraphContainer container) |
Map<String,String> |
HistoryOperation.createHistory(GraphContainer graphContainer) |
Map<String,String> |
AbstractCheckedOperation.createHistory(GraphContainer container)
By default, save the state based on the checked status of the operation,
independent of any currently-selected vertices.
|
protected boolean |
AbstractCheckedOperation.enabled(GraphContainer container)
Return true by default.
|
void |
GraphContainer.ChangeListener.graphChanged(GraphContainer graphContainer) |
protected boolean |
AbstractCheckedOperation.isChecked(GraphContainer container) |
void |
LayoutAlgorithm.updateLayout(GraphContainer graph) |
Modifier and Type | Method and Description |
---|---|
void |
SavedHistory.apply(GraphContainer graphContainer,
Collection<HistoryOperation> operations) |
void |
AbstractHistoryManager.applyHistory(String fragment,
GraphContainer container) |
String |
AbstractHistoryManager.create(GraphContainer graphContainer) |
Constructor and Description |
---|
SavedHistory(GraphContainer graphContainer,
Collection<HistoryOperation> operations) |
Modifier and Type | Class and Description |
---|---|
class |
VEProviderGraphContainer |
Modifier and Type | Method and Description |
---|---|
GraphContainer |
TopologyWidgetTestApplication.getGraphContainer() |
Modifier and Type | Method and Description |
---|---|
TopoContextMenu |
CommandManager.getContextMenu(GraphContainer graphContainer,
com.vaadin.ui.Window mainWindow)
Gets the ContextMenu addon for the app based on OSGi Operations
|
void |
TopologyWidgetTestApplication.graphChanged(GraphContainer graphContainer) |
void |
TopologyComponent.graphChanged(GraphContainer container) |
com.vaadin.ui.MenuBar.Command |
CommandManager.menuCommand(Command command,
GraphContainer graphContainer,
com.vaadin.ui.Window mainWindow,
OperationContext operationContext,
SelectionManager selectionManager) |
void |
CommandManager.updateContextMenuItem(Object target,
TopoContextMenu.TopoContextMenuItem contextItem,
GraphContainer graphContainer,
com.vaadin.ui.Window mainWindow) |
void |
SimpleLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
ManualLayoutAlgorithm.updateLayout(GraphContainer graph) |
void |
CommandManager.updateMenuItem(com.vaadin.ui.MenuBar.MenuItem menuItem,
GraphContainer graphContainer,
com.vaadin.ui.Window mainWindow,
SelectionManager selectionManager) |
Constructor and Description |
---|
DefaultLayout(GraphContainer graphContainer) |
GCFilterableContainer(GraphContainer graphContainer) |
TopologyComponent(GraphContainer dataSource,
IconRepositoryManager iconRepositoryManager,
SelectionManager selectionManager,
ContextMenuHandler contextMenuHandler) |
VertexSelectionTree(String title,
GraphContainer graphContainer,
SelectionManager selectionManager) |
Modifier and Type | Method and Description |
---|---|
protected Dimension |
CircleLayoutAlgorithm.selectLayoutSize(GraphContainer g) |
protected Dimension |
AbstractLayoutAlgorithm.selectLayoutSize(GraphContainer g) |
void |
SpringLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
RealUltimateLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
KKLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
ISOMLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
FRLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
void |
CircleLayoutAlgorithm.updateLayout(GraphContainer graphContainer) |
abstract void |
AbstractLayoutAlgorithm.updateLayout(GraphContainer graph) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutOperation.applyHistory(GraphContainer container,
Map<String,String> settings) |
protected boolean |
LayoutOperation.isChecked(GraphContainer container) |
Modifier and Type | Field and Description |
---|---|
protected GraphContainer |
SelectionTree.m_graphContainer |
Modifier and Type | Method and Description |
---|---|
void |
SelectionListener.onSelectionUpdate(GraphContainer graphContainer) |
void |
SelectionTree.setGraphContainer(GraphContainer graphContainer) |
Modifier and Type | Method and Description |
---|---|
void |
HideNodesWithoutLinksOperation.applyHistory(GraphContainer container,
Map<String,String> settings) |
protected boolean |
HideNodesWithoutLinksOperation.enabled(GraphContainer container)
This is kinda unreliable because we are just matching on namespace...
|
protected boolean |
HideNodesWithoutLinksOperation.isChecked(GraphContainer container) |
Copyright © 2015. All Rights Reserved.