- All Known Implementing Classes:
- AWTCanvas2D,- CanvasAdapter,- GLDisplay,- GLDisplay,- GLSLDisplay,- GraphObjectImpl,- LSystem,- RGG,- SecGraphImpl,- SocketViewAdapter,- ViewComponentAdapter,- WireframeCanvas
public interface Selectable
A 
Selectable is an object which knows how to
 create a Selection of itself.
 The selection is then used to create a property editor in the GUI.- Author:
- Ole Kniemeyer
- 
Method SummaryModifier and TypeMethodDescriptiontoSelection(Context ctx) Converts this object into aSelection.
- 
Method Details- 
toSelectionConverts this object into aSelection.- Parameters:
- ctx- the UI context
- Returns:
- a selection, or nullif this is not possible
 
 
-