Class TextContentPane
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.pane.AbstractContentPane
-
- net.anwiba.commons.swing.dialog.pane.TextContentPane
-
- All Implemented Interfaces:
IComponentProvider,IContentPanel
public final class TextContentPane extends AbstractContentPane
-
-
Constructor Summary
Constructors Constructor Description TextContentPane(IObjectModel<DataState> dataStateModel, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()-
Methods inherited from class net.anwiba.commons.swing.dialog.pane.AbstractContentPane
apply, cancel, close, getDataStateModel, getMessageModel, tryOut
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.dialog.pane.IContentPanel
dispose
-
-
-
-
Constructor Detail
-
TextContentPane
public TextContentPane(IObjectModel<DataState> dataStateModel, java.lang.String text)
-
-