Uses of Class
bibliothek.gui.dock.layout.DockLayoutInfo.Data

Packages that use DockLayoutInfo.Data
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
 

Uses of DockLayoutInfo.Data in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return DockLayoutInfo.Data
 DockLayoutInfo.Data DockLayoutInfo.getKind()
          Tells what kind of information can be found in this info.
static DockLayoutInfo.Data DockLayoutInfo.Data.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DockLayoutInfo.Data[] DockLayoutInfo.Data.values()
          Returns an array containing the constants of this enum type, in the order they are declared.