Uses of Class
bibliothek.gui.dock.station.screen.window.DefaultScreenDockWindowFactory.Kind

Packages that use DefaultScreenDockWindowFactory.Kind
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
 

Uses of DefaultScreenDockWindowFactory.Kind in bibliothek.gui.dock.station.screen.window
 

Methods in bibliothek.gui.dock.station.screen.window that return DefaultScreenDockWindowFactory.Kind
 DefaultScreenDockWindowFactory.Kind DefaultScreenDockWindowFactory.getKind()
          Gets the kind of window this factory creates.
static DefaultScreenDockWindowFactory.Kind DefaultScreenDockWindowFactory.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultScreenDockWindowFactory.Kind[] DefaultScreenDockWindowFactory.Kind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type DefaultScreenDockWindowFactory.Kind
 void DefaultScreenDockWindowFactory.setKind(DefaultScreenDockWindowFactory.Kind kind)
          Sets the kind of window that this factory will create