Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultScreenDockWindowFactory.setKind(DefaultScreenDockWindowFactory.Kind kind)
Sets the kind of window that this factory will create
|