Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.dialog
Interface IDialogConfiguration
- All Known Implementing Classes:
AbstractContentPaneBuilderUsingDialogConfiguration,AbstractDialogConfiguration,DialogConfiguration
public interface IDialogConfiguration
-
Field Details
-
PREFERENCE_NODE_NAME
- See Also:
-
-
Method Details
-
getTitle
String getTitle() -
getMessage
IMessage getMessage() -
getIcon
Icon getIcon() -
isMessagePanelEnabled
boolean isMessagePanelEnabled() -
getModalityType
Dialog.ModalityType getModalityType() -
getDialogType
DialogType getDialogType() -
isResizeable
boolean isResizeable() -
getWindowPreferences
IWindowPreferences getWindowPreferences() -
getContentPaneBuilder
IContentPaneBuilder getContentPaneBuilder() -
getDialogCloseKeyEvent
int getDialogCloseKeyEvent() -
getActionButtonTextFactory
IFunction<String,String, getActionButtonTextFactory()RuntimeException> -
getAdditionalActionFactories
List<IAdditionalActionFactory> getAdditionalActionFactories() -
getPreferdSize
Dimension getPreferdSize() -
getImage
Image getImage() -
getModalExclusionType
Dialog.ModalExclusionType getModalExclusionType() -
getDataState
DataState getDataState()
-