|
|||||||||
| Home >> All >> emc >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
emc.gui
Class NCappletFrame

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
emc.gui.NCappletFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.awt.event.WindowListener
- class NCappletFrame
- extends java.awt.Frame
- implements java.awt.event.WindowListener
- extends java.awt.Frame
| Nested Class Summary |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
static boolean |
debug_on
|
static boolean |
in_an_applet
|
(package private) java.applet.Applet |
innerApplet
|
(package private) static int |
nc_applet_frames
|
(package private) java.awt.Dimension |
prevSize
|
(package private) boolean |
resizing
|
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
NCappletFrame(java.lang.String str,
java.applet.Applet inner_applet)
|
|
| Method Summary | |
void |
resizeInnerApplet()
|
void |
windowActivated(java.awt.event.WindowEvent evt)
This method is called when a window is activated. |
void |
windowClosed(java.awt.event.WindowEvent evt)
This method is called when the window is closed. |
void |
windowClosing(java.awt.event.WindowEvent evt)
This method is called when the user calls the system menu close function, giving the program a chance to cancel the close. |
void |
windowDeactivated(java.awt.event.WindowEvent evt)
This method is called when the window is deactivated. |
void |
windowDeiconified(java.awt.event.WindowEvent evt)
This method is called when the window is deiconified. |
void |
windowIconified(java.awt.event.WindowEvent evt)
This method is called when the window is iconified. |
void |
windowOpened(java.awt.event.WindowEvent evt)
This method is called when the window is made visible. |
| Methods inherited from class java.awt.Frame |
addNotify, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
innerApplet
java.applet.Applet innerApplet
prevSize
java.awt.Dimension prevSize
nc_applet_frames
static int nc_applet_frames
in_an_applet
public static boolean in_an_applet
debug_on
public static boolean debug_on
resizing
boolean resizing
| Constructor Detail |
NCappletFrame
public NCappletFrame(java.lang.String str, java.applet.Applet inner_applet)
| Method Detail |
resizeInnerApplet
public void resizeInnerApplet()
windowOpened
public void windowOpened(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the window is made visible.
- Specified by:
windowOpenedin interfacejava.awt.event.WindowListener
windowClosing
public void windowClosing(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the user calls the system menu close
function, giving the program a chance to cancel the close.
- Specified by:
windowClosingin interfacejava.awt.event.WindowListener
windowClosed
public void windowClosed(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the window is closed.
- Specified by:
windowClosedin interfacejava.awt.event.WindowListener
windowIconified
public void windowIconified(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the window is iconified.
- Specified by:
windowIconifiedin interfacejava.awt.event.WindowListener
windowDeiconified
public void windowDeiconified(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the window is deiconified.
- Specified by:
windowDeiconifiedin interfacejava.awt.event.WindowListener
windowActivated
public void windowActivated(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when a window is activated. Only Frames and Dialogs
can be active, and the active window always contains the component with
focus.
- Specified by:
windowActivatedin interfacejava.awt.event.WindowListener
windowDeactivated
public void windowDeactivated(java.awt.event.WindowEvent evt)
- Description copied from interface:
java.awt.event.WindowListener - This method is called when the window is deactivated.
- Specified by:
windowDeactivatedin interfacejava.awt.event.WindowListener
|
|||||||||
| Home >> All >> emc >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC