|
||||||||
| 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.JEDialog
public class JEDialog
A class using a JDialog.
| Properties | ||
|---|---|---|
| name | values | comment |
| id | * | Id of the object. Let it begin with DL_ |
| owner | * | the owner of the dialog |
| title |   | the String to display in the dialog's title bar |
| modal | true false | true for a modal dialog, false for one that allows others windows to be active at the same time |
| x | int value | The x-coordinate of the new location's top-left corner in the owners's coordinate space. |
| y | int value | The y-coordinate of the new location's top-left corner in the owners's coordinate space. |
| width | int value | The width of this component in pixels. |
| height | int value | The height of this component in pixels. |
| layout | BorderLayout | The layout of the dialog. |
| 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 dialog. |
* = 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 | |
|---|---|
JEDialog()
|
|
JEDialog(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 |
java.awt.Color |
getBackground()
|
java.lang.String |
getCenter()
Gets the Center component when using a BorderLayout |
javax.swing.JComponent |
getComponent()
Gets the JComponent based on this JEasy Object Here it is the JTextfield |
javax.swing.JDialog |
getDialog()
|
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 |
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 |
boolean |
isModal()
|
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 |
remove()
Removes the dialog. |
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 |
setEditable(boolean b)
Enables or disables all inputfields for editing in the panel |
void |
setEnabled(boolean b)
Enables or disables all inputfields in the panel |
boolean |
setFocus()
Sets the focus on the first editable component |
void |
setMarkable(boolean b)
Enables or disables all inputfields for marking regions for copy |
void |
setModal(boolean b)
|
void |
setNorth(java.lang.String s)
|
void |
setSouth(java.lang.String s)
|
void |
setWest(java.lang.String s)
|
void |
show()
Shows the dialog at position and size of properties. |
void |
show(int x,
int y)
Shows the dialog at position. |
void |
show(int x,
int y,
int width,
int height)
Shows the dialog at position with given size. |
void |
start()
Initializes the dialog. |
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, 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, setEnabled, setJCallBack, 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 JEDialog(java.lang.String s)
s - contains properties and valuesJE#PropertyStringpublic JEDialog()
| Method Detail |
|---|
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 javax.swing.JDialog getDialog()
public javax.swing.JComponent getComponent()
getComponent in class JEObjectpublic java.awt.Color getBackground()
public void removeAll()
public void setModal(boolean b)
public boolean isModal()
public void remove()
public void show(int x,
int y,
int width,
int height)
x,y,width,heights -
public void show(int x,
int y)
x,y - public void show()
public void start()
start in class JEObjectpublic 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 void setEditable(boolean b)
setEditable in class JEObjectpublic void setMarkable(boolean b)
setMarkable 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.WindowListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||