|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--org.relayirc.swingutil.propsheet.PropSheetEditor | +--org.relayirc.swingutil.propsheet.editors.TextEditor | +--org.relayirc.swingutil.propsheet.editors.IntegerEditor
PropertyEditor that provides custom editor for editing an integer.
The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
Original Code:Relay IRC Chat EnginePropSheet
Fields inherited from class org.relayirc.swingutil.propsheet.PropSheetEditor |
_isWritable, _toolTipText |
Constructor Summary | |
IntegerEditor()
|
Method Summary | |
java.lang.String |
getAsText()
|
void |
setAsText(java.lang.String txt)
|
Methods inherited from class org.relayirc.swingutil.propsheet.editors.TextEditor |
getCustomEditor, isPaintable, paintValue |
Methods inherited from class org.relayirc.swingutil.propsheet.PropSheetEditor |
getToolTipText, isWritable, setToolTipText, setWritable |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntegerEditor()
Method Detail |
public java.lang.String getAsText()
getAsText
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String txt)
setAsText
in class java.beans.PropertyEditorSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |