|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zfqjava.swing.cell.AbstractCellEditor
com.zfqjava.swing.cell.InetAddressCellEditor
public abstract class InetAddressCellEditor
InetAddressCellEditor provides a InetAddress editor,
can be used as JTable, JTree
cell editor.
| Field Summary |
|---|
| Fields inherited from class com.zfqjava.swing.cell.AbstractCellEditor |
|---|
CANCEL_EDITING_ON_FOCUS_LOST, changeEvent, COMMIT, COMMIT_OR_EDITING, COMMIT_OR_REVERT, DO_NOTHING_ON_FOCUS_LOST, listenerList, STOP_EDITING_ON_FOCUS_LOST, useSelectionColor |
| Constructor Summary | |
|---|---|
InetAddressCellEditor()
Constructs a InetAddressCellEditor |
|
| Method Summary | |
|---|---|
abstract Component |
getComponent()
Returns the component for this editor. |
protected abstract Object |
getValue()
Returns the value for current editor |
protected abstract void |
setValue(Object value)
Sets the value for current editor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InetAddressCellEditor()
| Method Detail |
|---|
public abstract Component getComponent()
getComponent in class AbstractCellEditorprotected abstract void setValue(Object value)
setValue in class AbstractCellEditorvalue - the value to editorprotected abstract Object getValue()
getValue in class AbstractCellEditor
|
JComponentPack 1.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||