|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An object that controls the editing of a page. When the client
invokes getEditorComponent, the editing implicitly starts
and continues until cancelEditing or
stopEditing is called.
Page| Method Summary | |
void |
cancelEditing()
Cancels the editing. |
java.awt.Component |
getEditorComponent(javax.swing.JComponent c,
Page page)
Starts editing the specified component's page and returns the component that will do the rendering. |
boolean |
stopEditing()
Stops and validates the editing. |
| Method Detail |
public void cancelEditing()
stopEditing()
public java.awt.Component getEditorComponent(javax.swing.JComponent c,
Page page)
c - component containing pagepage - page to be edited
public boolean stopEditing()
true if the
editing is successfully stopped.
true if the editing is successfully stoppedcancelEditing()
|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||