Interface NamedQueryResourceEditor.NamedQuerySubEditor
-
- All Known Implementing Classes:
NamedQueryAuthoringPanel,NamedQuerySettingsPanel,NamedQueryTestingPanel
- Enclosing class:
- NamedQueryResourceEditor
public static interface NamedQueryResourceEditor.NamedQuerySubEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommitChanges(NamedQuery report)This is when the report sub editor should store its settings onto the report objectvoidonActivate()This notifies the editor that it has been displayedvoidonDeactivate()This notifies the editor that it has been hidden
-
-
-
Method Detail
-
commitChanges
void commitChanges(NamedQuery report)
This is when the report sub editor should store its settings onto the report object
-
onActivate
void onActivate()
This notifies the editor that it has been displayed
-
onDeactivate
void onDeactivate()
This notifies the editor that it has been hidden
-
-