|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.cbse.jeasy.JEObject
com.cbse.jeasy.JEFrame
public class JEFrame
A class using a JFrame.
| Properties | ||
|---|---|---|
| name | values | comment |
| id | * | Id of the object. Let it begin with FR_ |
| title |   | The title of the frame |
| background |   | Id of a color used as the background |
| icon |   | The image in the upper left corner of the frame. |
| x | int value | The x-coordinate of the top-left corner of the frame. |
| y | int value | The y-coordinate of the top-left corner of the frame. |
| width | int value | The width of the frame in pixels. |
| height | int value | The height of the frame in pixels. |
| layout | BorderLayout | The layout of its contentPane. Default is BorderLayout |
| hgap | int value | Sets the horizontal gap between components in BorderLayout. |
| vgap | int value | Sets the vertical gap between components in BorderLayout. |
| North |   | Component in the North in Borderlayout. |
| South |   | Component in the South in Borderlayout |
| East |   | Component in the East in Borderlayout |
| West |   | Component in the West in Borderlayout |
| Center |   | Component in the Center in Borderlayout |
| E1 . En |
  | Elements to be shown in the frame. |
* = property you have to set; bold = default value
| Field Summary |
|---|
| Fields inherited from class com.cbse.jeasy.JEObject |
|---|
DEVELOPPING, INPUT_ERROR_DATE, INPUT_ERROR_LENGTH, INPUT_ERROR_MANDATORY, INPUT_ERROR_PARSE, INPUT_ERROR_RANGE, INPUT_ERROR_TIME, INPUT_ERRORS, NO_INPUT_ERROR, RUNNING |
| Constructor Summary | |
|---|---|
JEFrame()
|
|
JEFrame(java.lang.String s)
Reads the properties from a string. |
|
| Method Summary | |
|---|---|
void |
addElement(java.lang.String s)
|
void |
backupEntry()
Tells all elements to backup their entry |
void |
clear()
Clears the components in the component |
boolean |
dispatchKeyEvent(java.awt.event.KeyEvent e)
|
java.awt.Color |
getBackground()
|
java.lang.String |
getCenter()
Gets the Center component when using a BorderLayout |
java.lang.String |
getEast()
Gets the East component when using a BoprderLayout |
java.lang.String |
getElementAt(int n)
Gets the component of element n |
int |
getElementSize()
Gets the number of elements |
javax.swing.JFrame |
getFrame()
|
java.lang.String |
getNorth()
Gets the North component when using a BorderLayout |
java.lang.String |
getSouth()
Gets the South component when using a BorderLayout |
java.lang.String |
getWest()
Gets the West component when using a BorderLayout |
void |
JEadd(java.awt.Container co)
Adds the JEObject to the Container |
void |
JEadd(java.lang.String border,
java.awt.Container co)
Adds the JEObject to a Container with a BorderLayout |
void |
removeAll()
|
void |
restoreEntry()
Tells all elements to restore their backuped entry |
void |
setCenter(java.lang.String s)
|
void |
setEast(java.lang.String s)
|
void |
setEnabled(boolean b)
Enables or disables all inputfields in the panel |
boolean |
setFocus()
Sets the focus on the first editable component |
void |
setNorth(java.lang.String s)
|
void |
setSouth(java.lang.String s)
|
void |
setWest(java.lang.String s)
|
void |
show()
Starts and shows the frame |
void |
start()
Creates the jfc components using the properties |
boolean |
wasEntryChanged()
The components compare the current entry with the data stored by backupEntry() |
void |
windowActivated(java.awt.event.WindowEvent e)
|
void |
windowClosed(java.awt.event.WindowEvent e)
|
void |
windowClosing(java.awt.event.WindowEvent e)
|
void |
windowDeactivated(java.awt.event.WindowEvent e)
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
|
void |
windowIconified(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
|
| Methods inherited from class com.cbse.jeasy.JEObject |
|---|
deserializeValue, getApplet, getApplLocale, getComponent, getId, getJCallBack, getJClass, getLabel, getMode, getName, getObjLocale, getParentId, getPreview, getProjectDirectory, getProperty, getRegisterText, getStarted, getTitle, getType, getXMLtag, isEditable, isEnabled, isEnterprise, isProfessional, isStandard, isVisible, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEaddTab, removeProperties, removeProperty, serializeValue, setApplet, setApplLocale, setEditable, setEditable, setEnabled, setJCallBack, setMarkable, setMarkable, setMode, setObjLocale, setParentId, setPreview, setProjectDirectory, setProperty, setStarted, setVisible, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEFrame(java.lang.String s)
s - contains properties and valuesJE#PropertyStringpublic JEFrame()
| Method Detail |
|---|
public javax.swing.JFrame getFrame()
public int getElementSize()
JEObject
getElementSize in class JEObjectpublic java.lang.String getElementAt(int n)
JEObject
getElementAt in class JEObjectpublic java.lang.String getNorth()
JEObject
getNorth in class JEObjectpublic java.lang.String getSouth()
JEObject
getSouth in class JEObjectpublic java.lang.String getEast()
JEObject
getEast in class JEObjectpublic java.lang.String getWest()
JEObject
getWest in class JEObjectpublic java.lang.String getCenter()
JEObject
getCenter in class JEObjectpublic void addElement(java.lang.String s)
public void setNorth(java.lang.String s)
public void setSouth(java.lang.String s)
public void setEast(java.lang.String s)
public void setWest(java.lang.String s)
public void setCenter(java.lang.String s)
public void show()
public java.awt.Color getBackground()
public void removeAll()
public void start()
start in class JEObjectJE#startpublic void JEadd(java.awt.Container co)
JEObject
JEadd in class JEObject
public void JEadd(java.lang.String border,
java.awt.Container co)
JEObject
JEadd in class JEObjectpublic boolean setFocus()
setFocus in class JEObjectpublic void clear()
clear in class JEObjectpublic void backupEntry()
backupEntry in class JEObjectpublic void restoreEntry()
restoreEntry in class JEObjectpublic boolean wasEntryChanged()
wasEntryChanged in class JEObjectpublic void setEnabled(boolean b)
setEnabled in class JEObjectpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic boolean dispatchKeyEvent(java.awt.event.KeyEvent e)
dispatchKeyEvent in interface java.awt.KeyEventDispatcher
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||