|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.jfree.ui.tabbedui.DetailEditor
public abstract class DetailEditor
A detail editor.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DetailEditor()
Creates a new editor. |
|
| Method Summary | |
|---|---|
abstract void |
clear()
Clears the editor. |
protected abstract void |
fillObject()
Edits the object. |
Object |
getObject()
Returns the object. |
boolean |
isConfirmed()
Returns the confirmed flag. |
protected static int |
parseInt(String text,
int def)
Parses an integer. |
protected void |
setConfirmed(boolean confirmed)
Sets the confirmed flag. |
void |
setObject(Object object)
Sets the object to be edited. |
void |
update()
Updates the object. |
protected abstract void |
updateObject(Object object)
Updates the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DetailEditor()
| Method Detail |
|---|
public void update()
public Object getObject()
public void setObject(Object object)
object - the object.
protected static int parseInt(String text,
int def)
text - the text.def - the default value.
public abstract void clear()
protected abstract void fillObject()
protected abstract void updateObject(Object object)
object - the object.public boolean isConfirmed()
protected void setConfirmed(boolean confirmed)
confirmed - the confirmed flag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||