Class TextDialogTab
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.tabbed.AbstractDialogTab
-
- net.anwiba.commons.swing.dialog.tabbed.AbstractNoneEditTabbedDialogTab
-
- net.anwiba.commons.swing.dialog.tabbed.TextDialogTab
-
- All Implemented Interfaces:
IDataStateObserver,IDialogTab
public class TextDialogTab extends AbstractNoneEditTabbedDialogTab
-
-
Constructor Summary
Constructors Constructor Description TextDialogTab(java.lang.String header, java.lang.String text)TextDialogTab(java.lang.String name, IMessage message, javax.swing.Icon icon, java.lang.String header, java.lang.String text)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.swing.dialog.tabbed.AbstractNoneEditTabbedDialogTab
apply, checkFieldValues, updateView
-
Methods inherited from class net.anwiba.commons.swing.dialog.tabbed.AbstractDialogTab
addDataStateListener, getActionListener, getChangeableObjectListener, getChangeListener, getComponent, getDataState, getDefaultMessage, getIcon, getKeyListener, getMessage, getOwner, getTitle, removeDataStateListener, setComponent, setCurrentMessage, setDataState, setOwnerWindow
-
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.tabbed.IDialogTab
dispose
-
-
-
-
Constructor Detail
-
TextDialogTab
public TextDialogTab(java.lang.String header, java.lang.String text)
-
TextDialogTab
public TextDialogTab(java.lang.String name, IMessage message, javax.swing.Icon icon, java.lang.String header, java.lang.String text)
-
-