bibliothek.gui
Class DockFrontend.RootInfo

java.lang.Object
  extended by bibliothek.gui.DockFrontend.RootInfo
Enclosing class:
DockFrontend

public static class DockFrontend.RootInfo
extends Object

Stores information about a root-station.

Author:
Benjamin Sigg

Constructor Summary
DockFrontend.RootInfo(DockStation station, String name)
          Creates a new object.
 
Method Summary
 String getName()
          Gets the name of the station stored in this object.
 DockStation getStation()
          Gets the root-station.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockFrontend.RootInfo

public DockFrontend.RootInfo(DockStation station,
                             String name)
Creates a new object.

Parameters:
station - the root
name - the name of the root
Method Detail

getName

public String getName()
Gets the name of the station stored in this object.

Returns:
the name

getStation

public DockStation getStation()
Gets the root-station.

Returns:
the root