Uses of Interface
jApp.Selectable

Uses of Selectable in jApp
 

Classes in jApp with type parameters of type Selectable
 class SimpleSelection<T extends Selectable>
           
 

Methods in jApp that return Selectable
 Selectable AbstractSelectionCommand.getPickedObject()
           
 

Methods in jApp that return types with arguments of type Selectable
protected abstract  java.lang.Iterable<? extends Selectable> AbstractSelectionCommand.getIterator()
           
protected  Selection<? extends Selectable> AbstractSelectionCommand.getSelection()
           
 

Methods in jApp with parameters of type Selectable
 void SimpleSelection.add(Selectable x)
           
 boolean SimpleSelection.contains(Selectable x)
           
 void SimpleSelection.remove(Selectable x)