Modifier and Type | Method and Description |
---|---|
boolean |
Operation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
Operation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractCheckedOperation.enabled(List<VertexRef> vertices,
OperationContext context)
By default, call {@link #enabled(GraphContainer)
|
Operation.Undoer |
Operation.execute(List<VertexRef> targets,
OperationContext operationContext) |
protected static String |
AbstractOperation.getIpAddrValue(OperationContext operationContext,
VertexRef target) |
protected static String |
AbstractOperation.getLabelValue(OperationContext operationContext,
VertexRef target) |
protected static Integer |
AbstractOperation.getNodeIdValue(OperationContext operationContext,
VertexRef target) |
protected static Vertex |
AbstractOperation.getVertexItem(OperationContext operationContext,
VertexRef target) |
boolean |
CheckedOperation.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractCheckedOperation.isChecked(List<VertexRef> vertices,
OperationContext context)
By default, call
AbstractCheckedOperation.isChecked(GraphContainer) |
void |
Operation.Undoer.undo(OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSearchSelectionOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractSearchSelectionOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
abstract Operation.Undoer |
AbstractSearchSelectionOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
SearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to remove a vertex that currently in the focus list.
|
void |
AbstractSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
SearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to add a vertex that is in the current context
to the focus list.
|
void |
AbstractSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Class and Description |
---|---|
static class |
CommandManager.DefaultOperationContext |
Modifier and Type | Method and Description |
---|---|
void |
TopoContextMenu.TopoContextMenuItem.addItemToMenu(TopoContextMenu menu,
OperationContext operationContext)
This function is used to convert the
TopoContextMenu.TopoContextMenuItem into a ContextMenuItem
and add it to the TopoContextMenu . |
void |
OperationCommand.doCommand(List<VertexRef> targets,
OperationContext operationContext) |
void |
Command.doCommand(List<VertexRef> target,
OperationContext operationContext) |
TopoContextMenu |
CommandManager.getContextMenu(OperationContext opContext)
Gets the ContextMenu add-on for the app based on OSGi Operations
|
com.vaadin.ui.MenuBar.Command |
CommandManager.menuCommand(Command command,
GraphContainer graphContainer,
com.vaadin.ui.UI mainWindow,
OperationContext operationContext) |
void |
IpLikeSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
AlarmSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
IpLikeSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
AlarmSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
TopoContextMenu.updateOperationContext(OperationContext operationContext) |
Constructor and Description |
---|
ContextMenuListener(OperationContext opContext,
TopoContextMenu topoContextMenu,
org.vaadin.peter.contextmenu.ContextMenu.ContextMenuItem item,
Operation operation) |
Modifier and Type | Method and Description |
---|---|
boolean |
SetFocusVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RenameGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
LayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AutoRefreshToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AlarmStatusToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SetFocusVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RenameGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SetFocusVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RenameGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexFromGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RedoLayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
LayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
DeleteGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
CreateGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ConnectOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AutoRefreshToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AlarmStatusToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AddVertexToGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AddFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Constructor and Description |
---|
SearchBox(OnmsServiceManager serviceManager,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
TracerouteOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResourceGraphsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
PingOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeInfoOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
EventsAlarmsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
TracerouteOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResourceGraphsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
PingOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
NodeInfoOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
EventsAlarmsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SaveToXmlOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveToXmlOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveToXmlOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShowNCSPathOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NCSStatusToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideNCSPathOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ShowNCSPathOperation.enabled(List<VertexRef> targets,
OperationContext operationContext)
TODO: Should we just return true? This is basically a no-op.
|
boolean |
HideNCSPathOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ShowNCSPathOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
NCSStatusToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
HideNCSPathOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
NCSSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
NCSSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
LinkdTopologyProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
EnhancedLinkdTopologyProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
LinkdTopologyProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
EnhancedLinkdTopologyProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
LinkStatusToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideNodesWithoutLinksOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
LinkStatusToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
HideNodesWithoutLinksOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ErdosReniyOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
BarabasiAlbertOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ErdosReniyOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
BarabasiAlbertOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ErdosReniyOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
BarabasiAlbertOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SaveOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AddVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
VmwareTopologyProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
VmwareTopologyProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
VmwareRefreshOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
VmwareRefreshOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
VmwareRefreshOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeMapQueryLink.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeMapQueryLink.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
NodeMapQueryLink.execute(List<VertexRef> targets,
OperationContext operationContext) |
Copyright © 2015. All rights reserved.