|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaxfront.core.ui.WindowWrapper
public class WindowWrapper
| Constructor Summary | |
|---|---|
WindowWrapper(javax.swing.JInternalFrame internalFrame)
|
|
WindowWrapper(java.awt.Window window)
|
|
| Method Summary | |
|---|---|
void |
addInternalFrameListener(javax.swing.event.InternalFrameListener l)
Adds the specified window listener to receive window events from this window. |
void |
addWindowListener(java.awt.event.WindowListener l)
Adds the specified window listener to receive window events from this window. |
java.awt.Component |
getHolder()
|
void |
removeInteralFrameListener(javax.swing.event.InternalFrameListener l)
Removes the specified window listener so that it no longer receives window events from this window. |
void |
removeWindowListener(java.awt.event.WindowListener l)
Removes the specified window listener so that it no longer receives window events from this window. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowWrapper(javax.swing.JInternalFrame internalFrame)
public WindowWrapper(java.awt.Window window)
| Method Detail |
|---|
public void removeWindowListener(java.awt.event.WindowListener l)
l - the window listeneraddWindowListener(java.awt.event.WindowListener),
#getWindowListenerspublic void addWindowListener(java.awt.event.WindowListener l)
l - the window listenerremoveWindowListener(java.awt.event.WindowListener),
#getWindowListenerspublic void removeInteralFrameListener(javax.swing.event.InternalFrameListener l)
l - the window listeneraddWindowListener(java.awt.event.WindowListener),
#getWindowListenerspublic void addInternalFrameListener(javax.swing.event.InternalFrameListener l)
l - the window listenerremoveWindowListener(java.awt.event.WindowListener),
#getWindowListenerspublic java.awt.Component getHolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||