Uses of Class
bibliothek.gui.dock.common.location.CFlapIndexLocation

Packages that use CFlapIndexLocation
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.location Various implementations of CLocation
 

Uses of CFlapIndexLocation in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CFlapIndexLocation
static CFlapIndexLocation CLocation.minimized(CMinimizeArea area, int index)
          Creates a new location representing a minimize area.
 

Uses of CFlapIndexLocation in bibliothek.gui.dock.common.location
 

Methods in bibliothek.gui.dock.common.location that return CFlapIndexLocation
 CFlapIndexLocation CFlapLocation.append()
          Creates a location to append children at the end of the station.
 CFlapIndexLocation CFlapLocation.insert(int index)
          Creates a location to insert children into the station.
 CFlapIndexLocation CBaseLocation.minimalEast()
          Creates a location describing a minimized element at the right.
 CFlapIndexLocation CBaseLocation.minimalEast(int index)
          Creates a location describing a minimized element at the right.
 CFlapIndexLocation CBaseLocation.minimalNorth()
          Creates a location describing a minimized element at the top.
 CFlapIndexLocation CBaseLocation.minimalNorth(int index)
          Creates a location describing a minimized element at the top.
 CFlapIndexLocation CBaseLocation.minimalSouth()
          Creates a location describing a minimized element at the bottom.
 CFlapIndexLocation CBaseLocation.minimalSouth(int index)
          Creates a location describing a minimized element at the bottom.
 CFlapIndexLocation CBaseLocation.minimalWest()
          Creates a location describing a minimized element at the left.
 CFlapIndexLocation CBaseLocation.minimalWest(int index)
          Creates a location describing a minimized element at the left.