|
|||||||||
| 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.JESplitPane
public class JESplitPane
Implements a JSplitPane.
See a demonstration in the program JEasyExample tab "Components".
Properties :
| Field Summary |
|---|
| Fields inherited from class de.cbse.jeasy.JEComponent |
|---|
animated, backup, buttonBehind, caretPosition, component, endMarkPosition, enterPressed, isPressed, jeButtonBehind, label, labelBehind, labelText, mouseDraggedStart, parentId, scrollPane, tfPanel, tree, treeNode, window |
| Constructor Summary | |
|---|---|
JESplitPane(JELocaleProperties hm)
Reads the properties from a HashMap. |
|
JESplitPane(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
javax.swing.JSplitPane |
getJSplitPane()
Gets the JSplitPane component. |
void |
init()
Creates jfc-Objects with the given properties. |
void |
setDividerLocation(double dividerLocation)
Sets the divider location. |
void |
setDividerSize(int newSize)
Sets the divider size. |
void |
setupComponent()
Set the property values to the component. |
| Methods inherited from class de.cbse.jeasy.JEParentComponent |
|---|
addElement, backupEntry, clear, cloneAll, getChilds, getdGridx, getdGridy, getLayoutManager, invokeAll, invokeAll, invokeAll, invokeAll, invokeAll, invokeAll, invokeAll, isRearrangeable, removeAll, removeAllChilds, removeId, restoreEntry, setdGridx, setdGridy, setEnabledAll, setEnabledAll, setRearrangeable, setVisibleAll, setVisibleAll, show, show, wasEntryChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JESplitPane(JELocaleProperties hm)
hm - HashMappublic JESplitPane(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public void init()
init in class JEParentComponentpublic javax.swing.JSplitPane getJSplitPane()
public void setupComponent()
JEParentComponent
setupComponent in class JEParentComponentpublic void setDividerLocation(double dividerLocation)
dividerLocation - public void setDividerSize(int newSize)
newSize -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||