|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.dockable.AbstractDockable
bibliothek.gui.dock.station.AbstractDockableStation
bibliothek.gui.dock.StackDockStation
bibliothek.gui.dock.security.SecureStackDockStation
public class SecureStackDockStation
A StackDockStation which can operate in a restricted environment.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class bibliothek.gui.dock.StackDockStation |
|---|
StackDockStation.Background, StackDockStation.Insert |
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.StackDockStation |
|---|
COMPONENT_FACTORY, TAB_CONTENT_FILTER, TAB_PLACEMENT, TITLE_ID |
| Fields inherited from class bibliothek.gui.dock.station.AbstractDockableStation |
|---|
listeners |
| Constructor Summary | |
|---|---|
SecureStackDockStation()
Creates a new station |
|
SecureStackDockStation(DockTheme theme)
Creates a new station and sets the theme of this station |
|
| Method Summary | |
|---|---|
protected StackDockStation.Background |
createBackground()
Creates the panel onto which this station will lay its children. |
String |
getFactoryID()
Gets the unique name of the DockFactory which can read
and write elements of this type. |
void |
setController(DockController controller)
Sets the controller in whose realm this Dockable is. |
| Methods inherited from class bibliothek.gui.dock.station.AbstractDockableStation |
|---|
accept, acceptable, addDockStationListener, asDockStation, canCompare, changed, compare, getDirectActionOffers, getIndirectActionOffers, getStationBounds, getTheme, removeDockStationListener, requestChildDockTitle, requestDockTitle, updateTheme |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.DockStation |
|---|
getController |
| Methods inherited from interface bibliothek.gui.dock.DockElement |
|---|
asDockable |
| Constructor Detail |
|---|
public SecureStackDockStation()
public SecureStackDockStation(DockTheme theme)
theme - the theme, can be null| Method Detail |
|---|
public String getFactoryID()
DockElementDockFactory which can read
and write elements of this type.
getFactoryID in interface DockElementgetFactoryID in class StackDockStationprotected StackDockStation.Background createBackground()
StackDockStation
createBackground in class StackDockStationpublic void setController(DockController controller)
Dockablenull
means that this Dockable is not managed by a controller.DockHierarchyListeners about the change.DockHierarchyObserver, invoke
DockHierarchyObserver.controllerChanged(DockController)
setController in interface DockablesetController in interface DockStationsetController in class StackDockStationcontroller - the owner, may be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||