de.grogra.pf.ui.edit
Interface GraphSelection

All Superinterfaces:
Described, Selection
All Known Implementing Classes:
GraphSelectionImpl, NodeSelection

public interface GraphSelection
extends Selection


Field Summary
 
Fields inherited from interface de.grogra.pf.ui.edit.Selection
DELETABLE, HIERARCHICAL, TRANSFERABLE
 
Fields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE
 
Method Summary
 boolean contains(Graph graph, java.lang.Object object, boolean asNode)
           
 GraphState getGraphState(int index)
           
 java.lang.Object getObject(int index)
           
 boolean isNode(int index)
           
 int size()
           
 
Methods inherited from interface de.grogra.pf.ui.edit.Selection
createPropertyEditorComponent, createPropertyEditorMenu, delete, getCapabilities, getContext, toTransferable
 
Methods inherited from interface de.grogra.util.Described
getDescription
 

Method Detail

contains

boolean contains(Graph graph,
                 java.lang.Object object,
                 boolean asNode)

getGraphState

GraphState getGraphState(int index)

getObject

java.lang.Object getObject(int index)

isNode

boolean isNode(int index)

size

int size()