|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JEComponent
de.cbse.jeasy.JEParentComponent
de.cbse.jeasy.JEDialog
public class JEDialog
Implements a JDialog.
Properties :
| Field Summary |
|---|
| Fields inherited from class de.cbse.jeasy.JEComponent |
|---|
animated, backup, buttonBehind, caretPosition, component, endMarkPosition, enterPressed, isPressed, jeButtonBehind, label, labelBehind, labelText, parentId, scrollPane, tree, treeNode, window |
| Constructor Summary | |
|---|---|
JEDialog(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEDialog(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
javax.swing.JDialog |
getJDialog()
Gets the swing component JDialog |
void |
init()
Creates jfc-Objects with the given properties. |
void |
setModal(boolean b)
Sets the modal flag. |
void |
setupComponent()
Set the property values to the component |
void |
setVisible(boolean b)
Setup component before showing the first time |
| Methods inherited from class de.cbse.jeasy.JEParentComponent |
|---|
addElement, backupEntry, clear, cloneAll, getChilds, getLayoutManager, invokeAll, invokeAll, invokeAll, invokeAll, invokeAll, removeAll, removeId, restoreEntry, setEnabledAll, setEnabledAll, setVisibleAll, setVisibleAll, wasEntryChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEDialog(JELocaleProperties hm)
hm - HashMappublic JEDialog(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public void init()
JEParentComponent
init in class JEParentComponentpublic void setupComponent()
JEParentComponent
setupComponent in class JEParentComponentpublic void setVisible(boolean b)
setVisible in class JEComponentpublic javax.swing.JDialog getJDialog()
public void setModal(boolean b)
b -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||