|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gadgets.EditorGadget
public abstract class EditorGadget
A handy default implementation of Editor.
| Constructor Summary | |
|---|---|
EditorGadget()
|
|
| Method Summary | |
|---|---|
void |
addEditListener(EditListener listener)
|
void |
delete()
Mark the object as deleted. |
void |
fireChanged()
|
void |
removeEditListener(EditListener listener)
|
void |
save()
Save changes to the object. |
void |
setEdited(java.lang.Object newEdited)
Set the edited object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.partnersoft.v3x.gadgets.Editor |
|---|
getEdited, reset |
| Constructor Detail |
|---|
public EditorGadget()
| Method Detail |
|---|
public void fireChanged()
public void save()
save in interface Editorpublic void delete()
delete in interface Editorpublic void setEdited(java.lang.Object newEdited)
setEdited in interface Editorpublic void addEditListener(EditListener listener)
addEditListener in interface Editorpublic void removeEditListener(EditListener listener)
removeEditListener in interface Editor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||