| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.DISPOSEDispose the dialog on close; reclaiming any dialog resources in memory. | 
| static CloseAction | CloseAction.HIDEHide 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 CloseActionof 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 | |||||||||