Package net.anwiba.commons.swing.dialog
Class AbstractContentPaneBuilderUsingDialogConfiguration<T>
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.AbstractDialogConfiguration
-
- net.anwiba.commons.swing.dialog.AbstractContentPaneBuilderUsingDialogConfiguration<T>
-
- All Implemented Interfaces:
IDialogConfiguration
public abstract class AbstractContentPaneBuilderUsingDialogConfiguration<T> extends AbstractDialogConfiguration
-
-
Field Summary
-
Fields inherited from interface net.anwiba.commons.swing.dialog.IDialogConfiguration
PREFERENCE_NODE_NAME
-
-
Constructor Summary
Constructors Constructor Description AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, java.awt.Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description IContentPaneBuildergetContentPaneBuilder()protected abstract IContentPaneBuildergetContentPaneBuilder(IPreferences preferences, DataState dataState, IObjectModel<T> model)-
Methods inherited from class net.anwiba.commons.swing.dialog.AbstractDialogConfiguration
getActionButtonTextFactory, getAdditionalActionFactories, getDataState, getDialogCloseKeyEvent, getDialogType, getIcon, getImage, getMessage, getModalExclusionType, getModalityType, getPreferdSize, getTitle, getWindowPreferences, isMessagePanelEnabled, isResizeable
-
-
-
-
Constructor Detail
-
AbstractContentPaneBuilderUsingDialogConfiguration
public AbstractContentPaneBuilderUsingDialogConfiguration(IPreferences preferences, boolean isMessagePanelEnabled, IMessage message, IGuiIcon icon, DataState dataState, java.awt.Dialog.ModalityType modality, DialogType dialogType, boolean isResizeable, IObjectModel<T> model)
-
-
Method Detail
-
getContentPaneBuilder
public IContentPaneBuilder getContentPaneBuilder()
-
getContentPaneBuilder
protected abstract IContentPaneBuilder getContentPaneBuilder(IPreferences preferences, DataState dataState, IObjectModel<T> model)
-
-