bibliothek.gui.dock.common.location
Class CMinimizeAreaLocation

java.lang.Object
  extended by bibliothek.gui.dock.common.CLocation
      extended by bibliothek.gui.dock.common.location.CFlapLocation
          extended by bibliothek.gui.dock.common.location.CMinimizeAreaLocation

public class CMinimizeAreaLocation
extends CFlapLocation

A location describing a child of a CMinimizeArea.

Author:
Benjamin Sigg

Constructor Summary
CMinimizeAreaLocation(CMinimizeArea area)
          Crates a new location at the end of the minimize area.
 
Method Summary
 String findRoot()
          Gets the name of the station this location belongs to.
 String toString()
           
 
Methods inherited from class bibliothek.gui.dock.common.location.CFlapLocation
append, aside, expandProperty, findMode, findProperty, insert
 
Methods inherited from class bibliothek.gui.dock.common.CLocation
base, base, external, findProperty, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMinimizeAreaLocation

public CMinimizeAreaLocation(CMinimizeArea area)
Crates a new location at the end of the minimize area.

Parameters:
area - the minimize area, not null
Method Detail

findRoot

public String findRoot()
Description copied from class: CLocation
Gets the name of the station this location belongs to. This can be the id of any CStation.

Specified by:
findRoot in class CLocation
Returns:
the name of the station or null if this location does not have enough information to find the root

toString

public String toString()
Overrides:
toString in class Object