| javax.swing.JApplet org.openjx.display.JXViewer
All known Subclasses: org.openjx.OpenJX,
JXViewer | abstract public class JXViewer extends JApplet (Code) | | This is an abstract class representing the viewing capability of the
application. It allows OpenJX to be viewed as an applet or an applicaiton.
author: Jared Spigner |
Field Summary | |
public JXWindow | jxWindow This is a reference to the JXWindow class. |
Constructor Summary | |
public | JXViewer() This is the constructor for the JXViewer class. |
Method Summary | |
public boolean | displayMode(String mode) This method takes care of settings that are display mode dependendent.
Parameters: mode - is the mode of display (desktop or applet) modes. | abstract public void | init() This method is required to support JApplet capabilities. |
jxWindow | public JXWindow jxWindow(Code) | | This is a reference to the JXWindow class.
|
JXViewer | public JXViewer()(Code) | | This is the constructor for the JXViewer class. It creates a new
instance of JXViewer.
|
displayMode | public boolean displayMode(String mode)(Code) | | This method takes care of settings that are display mode dependendent.
Parameters: mode - is the mode of display (desktop or applet) modes. true on success, else false on failure. |
init | abstract public void init()(Code) | | This method is required to support JApplet capabilities. It is
equivalent to a main function in an application.
|
|
|