|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CloseAction | |
---|---|
org.springframework.richclient.dialog |
Uses of CloseAction in org.springframework.richclient.dialog |
---|
Fields in org.springframework.richclient.dialog declared as CloseAction | |
---|---|
static CloseAction |
CloseAction.DISPOSE
Dispose the dialog on close; reclaiming any dialog resources in memory. |
static CloseAction |
CloseAction.HIDE
Hide the dialog on close; leaving it in memory for assumed re-display at a later point. |
Methods in org.springframework.richclient.dialog with parameters of type CloseAction | |
---|---|
void |
ApplicationDialog.setCloseAction(CloseAction action)
Set the CloseAction of this dialog. |
Constructors in org.springframework.richclient.dialog with parameters of type CloseAction | |
---|---|
ApplicationDialog(String title,
Component parent,
CloseAction closeAction)
Creates a new application dialog. |
|
InputApplicationDialog(String title,
Window parent,
CloseAction closeAction)
|
|
TitledApplicationDialog(String title,
Window parent,
CloseAction closeAction)
|
|
TitledPageApplicationDialog(DialogPage dialogPage,
Window parent,
CloseAction closeAction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |