|
|||||||||
| 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.JEButton
public class JEButton
JButton enhances the JButton component of swing. A gradientaPaint or a texturePaint may be used to define the background of the button. Different colors or text can be used when the button has the focus, the mouse is over or when the button is pressed.
Properties :
The image object is free to substitute a different filter that performs the same algorithm yet
integrates more efficiently into the image infrastructure supplied by the toolkit.
The Image object is free to substitute a different filter that performs the same algorithm yet integrates more efficiently
into the imaging infrastructure supplied by the toolkit.
| 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 | |
|---|---|
JEButton(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEButton(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
javax.swing.JButton |
getButton()
Deprecated. |
javax.swing.JButton |
getJButton()
Gets the button |
protected void |
init()
Initialization of the SWING objects. |
void |
setGradientPaint(java.awt.GradientPaint gp)
|
void |
setupComponent()
Set the property values to the component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEButton(JELocaleProperties hm)
s - contains properties and valuesJE#PropertyStringpublic JEButton(JENode jen)
jen - JESaxParser| Method Detail |
|---|
@Deprecated public javax.swing.JButton getButton()
public javax.swing.JButton getJButton()
protected void init()
init in class JEComponentpublic void setGradientPaint(java.awt.GradientPaint gp)
public void setupComponent()
setupComponent in class JEComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||