|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.accept.AbstractAcceptance
bibliothek.gui.dock.themes.nostack.NoStackAcceptance
public class NoStackAcceptance
A DockAcceptance which permits the user to set a
StackDockStation into another StackDockStation.
| Constructor Summary | |
|---|---|
NoStackAcceptance()
|
|
| Method Summary | |
|---|---|
boolean |
accept(DockStation parent,
Dockable child)
Tells whether or not child is allowed to become a
real child of parent. |
boolean |
accept(DockStation parent,
Dockable child,
Dockable next)
Tells whether child, which may be already a child of
parent, and next are allowed to be combined. |
| Methods inherited from class bibliothek.gui.dock.accept.AbstractAcceptance |
|---|
andAccept, equalAccept, impliedAccept, impliesAccept, orAccept, xorAccept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoStackAcceptance()
| Method Detail |
|---|
public boolean accept(DockStation parent,
Dockable child)
DockAcceptancechild is allowed to become a
real child of parent.
accept in interface DockAcceptanceaccept in class AbstractAcceptanceparent - the future parentchild - the future child
child and parent
are allowed to be combined
public boolean accept(DockStation parent,
Dockable child,
Dockable next)
DockAcceptancechild, which may be already a child of
parent, and next are allowed to be combined.
The result of this combination would replace child
on parent.
accept in interface DockAcceptanceaccept in class AbstractAcceptanceparent - the future parent of the combinationchild - a Dockable which may be a child of parentnext - a new Dockable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||