fi.hut.tml.xsmiles.gui.components
Interface XDialog
- All Known Subinterfaces:
- XAuthDialog, XConfirmDialog, XFileDialog
- All Known Implementing Classes:
- AuthDialog, AWTConfirmDialog, AWTDialog, AWTFileDialog, SwingFileDialog
- public interface XDialog
Interface to plain GUI component
The GUI component package contains an abstract set of components
that can generally be used.
|
Method Summary |
int |
select()
open the selection box and return a failure/ok code |
void |
setPrompt(java.lang.String prompt)
|
void |
setTitle(java.lang.String title)
open the selection box and return a failure/ok code |
SELECTION_OK
public static final int SELECTION_OK
- See Also:
- Constant Field Values
SELECTION_FAILED
public static final int SELECTION_FAILED
- See Also:
- Constant Field Values
setTitle
public void setTitle(java.lang.String title)
- open the selection box and return a failure/ok code
setPrompt
public void setPrompt(java.lang.String prompt)
select
public int select()
- open the selection box and return a failure/ok code
X-Smiles 1.2