Uses of Class
bibliothek.util.container.Tuple

Packages that use Tuple
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.action.view   
bibliothek.gui.dock.station.stack   
bibliothek.util.container   
 

Uses of Tuple in bibliothek.gui.dock.action.actions
 

Fields in bibliothek.gui.dock.action.actions with type parameters of type Tuple
private  java.util.Map<Dockable,Tuple<K,D>> GroupedDockAction.dockActions
          tells which Dockable is part of which group
 

Uses of Tuple in bibliothek.gui.dock.action.view
 

Fields in bibliothek.gui.dock.action.view with type parameters of type Tuple
private  java.util.Map<Tuple<ActionType<?>,ViewTarget<?>>,ActionViewConverter.Entry<?,?>> ActionViewConverter.converters
          the converters known to this ActionViewConverter
 

Uses of Tuple in bibliothek.gui.dock.station.stack
 

Fields in bibliothek.gui.dock.station.stack with type parameters of type Tuple
private  java.util.List<Tuple<Dockable,RemoteRelocator>> DefaultStackDockComponent.dockables
          The Dockables shown on this component and their RemoteRelocators to control drag&drop operations
 

Uses of Tuple in bibliothek.util.container
 

Subclasses of Tuple in bibliothek.util.container
 class Quartuple<A,B,C,D>
           
 class Triple<A,B,C>
           
 

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