de.jreality.ui.viewerapp
Interface SelectionManagerInterface

All Known Implementing Classes:
SelectionManager

public interface SelectionManagerInterface


Method Summary
 void addSelectionListener(SelectionListener listener)
           
 Selection getDefaultSelection()
           
 SceneGraphPath getDefaultSelectionPath()
          Deprecated. use getDefaultSelection()
 Selection getSelection()
           
 SceneGraphPath getSelectionPath()
          Deprecated. use getSelection()
 boolean isRenderSelection()
           
 void removeSelectionListener(SelectionListener listener)
           
 void setDefaultSelection(Selection defaultSelection)
           
 void setDefaultSelectionPath(SceneGraphPath defaultSelection)
          Deprecated. use setDefaultSelection(Selection)
 void setRenderSelection(boolean renderSelection)
           
 void setSelection(Selection selection)
           
 void setSelectionPath(SceneGraphPath selection)
          Deprecated. use setSelection(Selection)
 

Method Detail

getDefaultSelection

Selection getDefaultSelection()

setDefaultSelection

void setDefaultSelection(Selection defaultSelection)

getSelection

Selection getSelection()

setSelection

void setSelection(Selection selection)

getDefaultSelectionPath

SceneGraphPath getDefaultSelectionPath()
Deprecated. use getDefaultSelection()


setDefaultSelectionPath

void setDefaultSelectionPath(SceneGraphPath defaultSelection)
Deprecated. use setDefaultSelection(Selection)


getSelectionPath

SceneGraphPath getSelectionPath()
Deprecated. use getSelection()


setSelectionPath

void setSelectionPath(SceneGraphPath selection)
Deprecated. use setSelection(Selection)


addSelectionListener

void addSelectionListener(SelectionListener listener)

removeSelectionListener

void removeSelectionListener(SelectionListener listener)

isRenderSelection

boolean isRenderSelection()

setRenderSelection

void setRenderSelection(boolean renderSelection)