|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFEJDGui.Display
Main frame : it initiates and loads all the other panels
Field Summary | |
AboutBox |
AB
Variable used to store the about box |
ButtonPanel |
BP
The button panel of the main window |
CodePanel |
CP
The code panel of the main window |
static Display |
frame
Variable used to keep a reference to the instance of display |
RulerPanel |
HRP
The horizontal header of the scroll pane |
OurLoadPanel |
LP
The load panel of the main window |
private java.awt.Container |
mainFrame
Variable used to keep a reference to the open frame or applet |
MatrixPanel |
MaP
The matrix panel of the main window |
OurMenuBar |
MB
The menu bar of the main window |
MeshPanel |
MeP
The mesh panel of the main window |
RefinePanel |
RP
The mesh refine of the main window |
javax.swing.JScrollPane |
SP
The scroll pane which contains the matrix panel |
RulerPanel |
VRP
The vertical header of the scroll pane |
ZoomPanel |
ZP
The zoom panel of the main window |
Constructor Summary | |
private |
Display()
Creates a new disaplay, initialize should then be called to initialize it |
Method Summary | |
private void |
add(java.awt.Component c,
java.awt.GridBagConstraints gbc,
int x,
int y,
int w,
int h,
java.awt.Container contentPane)
Adds a component to the layout |
javax.swing.JApplet |
getApplet()
Method to get the JApplet containing this object |
void |
initialize(java.awt.Container c)
Constructs and initializes a new Display |
void |
update()
Updates the text of the scroll pane upon language change |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public MeshPanel MeP
public MatrixPanel MaP
public OurLoadPanel LP
public CodePanel CP
public ButtonPanel BP
public RefinePanel RP
public ZoomPanel ZP
public OurMenuBar MB
public static Display frame
public javax.swing.JScrollPane SP
public RulerPanel VRP
public RulerPanel HRP
private java.awt.Container mainFrame
public AboutBox AB
Constructor Detail |
private Display()
Method Detail |
public void initialize(java.awt.Container c)
public void validate()
public void update()
private void add(java.awt.Component c, java.awt.GridBagConstraints gbc, int x, int y, int w, int h, java.awt.Container contentPane)
public javax.swing.JApplet getApplet() throws java.lang.ClassCastException
java.lang.ClassCastException
- if the container is not a JApplet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |