|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MaximizeArea
A wrapper around a DockStation
, this wrapper marks a station
as beeing able to show a maximized Dockable
.
Method Summary | |
---|---|
void |
addMaximizeAreaListener(MaximizeAreaListener listener)
Adds a listener to this area. |
void |
dropAside(Dockable dockable)
Somehow makes dockable child of this station. |
Dockable |
getMaximizedDockable()
Gets the element which is currently maximized. |
DockStation |
getStation()
Gets the station which is represented by this MaximizeArea . |
String |
getUniqueId()
Gets a unique identifier for this area. |
void |
removeMaximizeAreaListener(MaximizeAreaListener listener)
Removes a listener from this area |
void |
setMaximizedDockable(Dockable dockable)
Sets the element which should be maximized. |
Method Detail |
---|
String getUniqueId()
DockStation getStation()
MaximizeArea
.
null
void addMaximizeAreaListener(MaximizeAreaListener listener)
listener
- the new listenervoid removeMaximizeAreaListener(MaximizeAreaListener listener)
listener
- the listener to removevoid dropAside(Dockable dockable)
dockable
child of this station. This
method should add dockable
at a place were it can
be removed without destroying the original layout.
dockable
- a new element which should become child of
this station
void setMaximizedDockable(Dockable dockable)
the station
.
dockable
- the element to maximize or null
if
no element should be maximizedDockable getMaximizedDockable()
null
if
no element is maximized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |