de.jreality.ui.viewerapp
Interface SelectionManager
- All Known Implementing Classes:
- SelectionManagerImpl
public interface SelectionManager
getDefaultSelection
Selection getDefaultSelection()
setDefaultSelection
void setDefaultSelection(Selection defaultSelection)
getSelection
Selection getSelection()
setSelection
void setSelection(Selection selection)
getDefaultSelectionPath
SceneGraphPath getDefaultSelectionPath()
setDefaultSelectionPath
void setDefaultSelectionPath(SceneGraphPath defaultSelection)
getSelectionPath
SceneGraphPath getSelectionPath()
setSelectionPath
void setSelectionPath(SceneGraphPath selection)
addSelectionListener
void addSelectionListener(SelectionListener listener)
removeSelectionListener
void removeSelectionListener(SelectionListener listener)
isRenderSelection
boolean isRenderSelection()
setRenderSelection
void setRenderSelection(boolean renderSelection)
addSelection
void addSelection(SceneGraphPath p)
removeSelection
void removeSelection(SceneGraphPath p)
clearSelections
void clearSelections()
cycleSelection
void cycleSelection()
cycleSelectionPath
void cycleSelectionPath()