|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.AbstractWindowProvider
bibliothek.gui.dock.util.ComponentWindowProvider
bibliothek.gui.dock.util.AppletWindowProvider
public class AppletWindowProvider
A WindowProvider designed to work with Applets. Clients
should call start() and stop() from the methods
Applet.start() and Applet.stop().
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.util.AbstractWindowProvider |
|---|
listeners |
| Constructor Summary | |
|---|---|
AppletWindowProvider(java.awt.Component component)
Creates a new window provider |
|
| Method Summary | |
|---|---|
boolean |
isShowing()
Tells whether this window represents a window that is visible. |
void |
start()
Informs this provider that the applet started. |
void |
stop()
Informs this provider that the applet stopped. |
| Methods inherited from class bibliothek.gui.dock.util.ComponentWindowProvider |
|---|
addWindowProviderListener, getComponent, removeWindowProviderListener, searchWindow, setComponent |
| Methods inherited from class bibliothek.gui.dock.util.AbstractWindowProvider |
|---|
fireVisibilityChanged, fireWindowChanged, listeners, updateVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppletWindowProvider(java.awt.Component component)
component - some component of the applet or the applet itself,
can be null| Method Detail |
|---|
public void start()
public void stop()
public boolean isShowing()
WindowProviderWindow window = sarchWindow();
return window == null ? false : window.isShowing();
isShowing in interface WindowProviderisShowing in class AbstractWindowProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||