public interface IDialogConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFERENCE_NODE_NAME |
| Modifier and Type | Method and Description |
|---|---|
net.anwiba.commons.lang.functional.IFunction<String,String,RuntimeException> |
getActionButtonTextFactory() |
List<IAdditionalActionFactory> |
getAdditionalActionFactories() |
IContentPaneBuilder |
getContentPaneBuilder() |
int |
getDialogCloseKeyEvent() |
DialogType |
getDialogType() |
Icon |
getIcon() |
net.anwiba.commons.message.IMessage |
getMessage() |
Dialog.ModalityType |
getModalityType() |
Dimension |
getPreferdSize() |
String |
getTitle() |
IWindowPreferences |
getWindowPreferences() |
boolean |
isMessagePanelEnabled() |
boolean |
isResizeable() |
static final String PREFERENCE_NODE_NAME
String getTitle()
net.anwiba.commons.message.IMessage getMessage()
Icon getIcon()
boolean isMessagePanelEnabled()
Dialog.ModalityType getModalityType()
DialogType getDialogType()
boolean isResizeable()
IWindowPreferences getWindowPreferences()
IContentPaneBuilder getContentPaneBuilder()
int getDialogCloseKeyEvent()
net.anwiba.commons.lang.functional.IFunction<String,String,RuntimeException> getActionButtonTextFactory()
List<IAdditionalActionFactory> getAdditionalActionFactories()
Dimension getPreferdSize()
Copyright © 2007–2017 Andreas Bartels. All rights reserved.