|
|||||||||
| 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.JEPanel
public class JEPanel
Implements a JPanel. See a demonstration in the program JEasyExample tab "".
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 | |
|---|---|
JEPanel(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEPanel(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
javax.swing.JPanel |
getJPanel()
Gets the swing JPanel |
java.lang.String |
getTabbedPaneText()
Gets the text of the tabbedpane where the panel was added |
void |
init()
Creates jfc-Objects with the given properties. |
void |
setCard(java.lang.String jeasyId)
Brings the jeasy panel of the given jeasyId on top of the card layout. |
void |
setupComponent()
Set the property values to the component |
void |
show()
Makes the panel visible. |
protected void |
show(java.lang.String id)
Makes the panel visible. |
| 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 JEPanel(JELocaleProperties hm)
hm - HashMappublic JEPanel(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public void init()
init in class JEParentComponentpublic void setupComponent()
JEParentComponent
setupComponent in class JEParentComponentpublic void show()
protected void show(java.lang.String id)
show in class JEObjectpublic javax.swing.JPanel getJPanel()
public java.lang.String getTabbedPaneText()
public void setCard(java.lang.String jeasyId)
jeasyId -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||