|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.event.VetoableDockFrontendAdapter
public abstract class VetoableDockFrontendAdapter
Standard implementation of VetoableDockFrontendListener
, does
nothing in its methods.
Constructor Summary | |
---|---|
VetoableDockFrontendAdapter()
|
Method Summary | |
---|---|
void |
hidden(VetoableDockFrontendEvent event)
Called whenever a Dockable was hidden. |
void |
hiding(VetoableDockFrontendEvent event)
Called before a Dockable is hidden. |
void |
showing(VetoableDockFrontendEvent event)
Called before a Dockable is shown. |
void |
shown(VetoableDockFrontendEvent event)
Called whenever a Dockable was shown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VetoableDockFrontendAdapter()
Method Detail |
---|
public void hidden(VetoableDockFrontendEvent event)
VetoableDockFrontendListener
Dockable
was hidden. Other than
VetoableDockFrontendListener.hiding(VetoableDockFrontendEvent)
this method is always called.
hidden
in interface VetoableDockFrontendListener
event
- description of the element and how it got closedpublic void hiding(VetoableDockFrontendEvent event)
VetoableDockFrontendListener
Dockable
is hidden. This method is only called
if the user tries to close the element through the close-action, meaning
that DockFrontend.hide(Dockable,boolean)
is called.VetoableDockFrontendEvent.cancel()
can
be invoked.
hiding
in interface VetoableDockFrontendListener
event
- description of the element to closepublic void shown(VetoableDockFrontendEvent event)
VetoableDockFrontendListener
Dockable
was shown. Other than
VetoableDockFrontendListener.showing(VetoableDockFrontendEvent)
this method is always called.
shown
in interface VetoableDockFrontendListener
event
- description of the element and how it got shownpublic void showing(VetoableDockFrontendEvent event)
VetoableDockFrontendListener
Dockable
is shown. This method is only called
if the user tries to open the element through the standard way, meaning
that DockFrontend.show(Dockable,boolean)
is called.VetoableDockFrontendEvent.cancel()
can
be invoked.
showing
in interface VetoableDockFrontendListener
event
- description of the element to close
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |