|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.location.DefaultAsideAnswer
public class DefaultAsideAnswer
The DefaultAsideAnswer is just a container for properties but does not modify them
in any way.
| Constructor Summary | |
|---|---|
DefaultAsideAnswer(boolean canceled,
DockableProperty location,
PlaceholderMap layout)
Creates a new answer. |
|
| Method Summary | |
|---|---|
PlaceholderMap |
getLayout()
Gets the layout of a non-existent child station. |
DockableProperty |
getLocation()
Gets the location generated by the child station. |
boolean |
isCanceled()
Tells whether the request was canceled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAsideAnswer(boolean canceled,
DockableProperty location,
PlaceholderMap layout)
canceled - whether the request was canceledlocation - the location of the new itemlayout - the layout of the non-existing station| Method Detail |
|---|
public boolean isCanceled()
AsideAnswer
isCanceled in interface AsideAnswerpublic DockableProperty getLocation()
AsideAnswersuccessor. A value of null indicates
the the child station did not produce a location.
getLocation in interface AsideAnswernullpublic PlaceholderMap getLayout()
AsideAnswernull either indicates that
the child station exists, or that it does not (no longer) have a layout worth saving.
getLayout in interface AsideAnswernull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||