|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Form
Interface for use with FormAction to handle the actions following pressing Ok/Apply/Undo/Cancel
FormAction
Method Summary | |
---|---|
javax.swing.JRootPane |
getRootPane()
get the RootPane of the component this interface is implemented on. |
void |
performApply()
method called if Apply is pressed |
void |
performCancel()
method called if Cancel is pressed |
void |
performOk()
method called if Ok is pressed |
void |
performUndo()
method called if Undo is pressed |
Method Detail |
---|
void performApply()
void performOk()
void performUndo()
void performCancel()
javax.swing.JRootPane getRootPane()
needed for setting the default Button
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |