Uses of Class
bibliothek.util.container.Triple

Packages that use Triple
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
bibliothek.util.container Some classes with generic fields. 
 

Uses of Triple in bibliothek.gui.dock.themes.basic.action
 

Methods in bibliothek.gui.dock.themes.basic.action that return types with arguments of type Triple
protected  List<Triple<KeyStroke,String,Action>> BasicButtonModel.listActions()
          Gets a list of KeyStrokes, String keys and Actions which are to be applied to the owner of this model.
protected  List<Triple<KeyStroke,String,Action>> BasicDropDownButtonModel.listActions()
           
 

Uses of Triple in bibliothek.util.container
 

Subclasses of Triple in bibliothek.util.container
 class Quartuple<A,B,C,D>
          An object containing four generic fields.
 

Methods in bibliothek.util.container that return Triple
 Triple<A,B,C> Triple.clone()