com.ibm.dse.tools.workbench.gui
Interface DialogResult
- All Known Implementing Classes:
- ConnectDialog, DeleteDialog, GroupHierarchy, UserList, ExternalizerDialogBGtoF, TextAreaEditor, VersionDialog
- public interface DialogResult
This interface provides the common options for a Dialog that must return something.
Method Summary |
boolean |
accepted()
This method returns true if the dialog is closed with an accept button. |
java.lang.Object |
getResult()
This method returns the result of the dialog. |
accepted
public boolean accepted()
- This method returns true if the dialog is closed with an accept button.
- Returns:
- boolean
getResult
public java.lang.Object getResult()
- This method returns the result of the dialog.
- Returns:
- java.lang.Object