|
|||||||||
| 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.JEInsets
public class JEInsets
Implements Insets object used for GridBagConstraints and button margins. See a demonstration in the program JEasyExample tab "GridBagLayout".
Properties :
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JEInsets()
|
|
JEInsets(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEInsets(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
java.awt.Insets |
getInsets()
Gets the Insets. |
void |
init()
Creates Java or SWING objects with the given properties. |
void |
setInsets(java.awt.Insets ins)
Sets the Insets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEInsets(JELocaleProperties hm)
hm - HashMappublic JEInsets(JENode jen)
jen - JESaxParserpublic JEInsets()
| Method Detail |
|---|
public void init()
JEObject
init in class JEObjectpublic java.awt.Insets getInsets()
public void setInsets(java.awt.Insets ins)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||