|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor
org.openbp.jaspira.propertybrowser.editor.standard.StringEditor
org.openbp.jaspira.propertybrowser.editor.standard.IntegerEditor
public class IntegerEditor
A property editor for integer values used by the property browser. By default, components returned to the property browser for both editing and displaying are both induvidual JTextFields, however, should the porperty be read only, then the display component will be a JLable, and the editor component will return a null.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.propertybrowser.editor.standard.StringEditor |
|---|
textField |
| Fields inherited from class org.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor |
|---|
component, listener, object, owner, parameterParser, params, propertyBrowser, propertyName, readonly, validator, value, valueChanged, valueLoaded |
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
IntegerEditor()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getComponentValue()
Gets the current editor component value. |
| Methods inherited from class org.openbp.jaspira.propertybrowser.editor.standard.StringEditor |
|---|
changedUpdate, createComponent, highlight, insertUpdate, keyPressed, removeUpdate, setComponentValue |
| Methods inherited from class org.openbp.jaspira.propertybrowser.editor.AbstractPropertyEditor |
|---|
clone, copyFrom, focusGained, focusLost, forwardKeyEvent, getComponent, getObject, getOwner, getParameterParser, getParams, getPropertyBrowser, getPropertyComponent, getPropertyName, getSafeString, getValidator, getValue, initialize, initializeComponent, isReadonly, keyReleased, keyTyped, loadProperty, parseParams, propertyChanged, resetComponentDisplay, resetProperty, saveProperty, setObject, setOwner, setParams, setPropertyBrowser, setPropertyName, setReadonly, setValidator, setValue, validateProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerEditor()
| Method Detail |
|---|
public java.lang.Object getComponentValue()
getComponentValue in class StringEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||