Uses of Interface
jApp.Selection

Uses of Selection in jApp
 

Classes in jApp that implement Selection
 class AbstractSelection<T>
           
 class SimpleSelection<T extends Selectable>
           
 

Fields in jApp declared as Selection
protected  Selection Document.m_Selection
           
 

Methods in jApp that return Selection
protected  Selection Document.createSelection()
          Creates the default Selection object.
 Selection Document.getSelection()
          Gets the selection object associated with this Document.
protected  Selection<? extends Selectable> AbstractSelectionCommand.getSelection()
           
 

Constructors in jApp with parameters of type Selection
MenuAction(Selection selection, java.lang.String name, javax.swing.KeyStroke... shortCutKey)
           
Undoer(Selection selection, int maxUndos)