Class AbstractNoneEditTabbedDialogTab
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.tabbed.AbstractDialogTab
-
- net.anwiba.commons.swing.dialog.tabbed.AbstractNoneEditTabbedDialogTab
-
- All Implemented Interfaces:
IDataStateObserver,IDialogTab
- Direct Known Subclasses:
TextDialogTab
public abstract class AbstractNoneEditTabbedDialogTab extends AbstractDialogTab
-
-
Constructor Summary
Constructors Constructor Description AbstractNoneEditTabbedDialogTab(java.lang.String title, IMessage defaultMessage, javax.swing.Icon defaultIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply()voidcheckFieldValues()voidupdateView()-
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
-
AbstractNoneEditTabbedDialogTab
public AbstractNoneEditTabbedDialogTab(java.lang.String title, IMessage defaultMessage, javax.swing.Icon defaultIcon)
-
-
Method Detail
-
checkFieldValues
public final void checkFieldValues()
- Specified by:
checkFieldValuesin interfaceIDialogTab- Specified by:
checkFieldValuesin classAbstractDialogTab
-
apply
public final boolean apply()
-
updateView
public final void updateView()
-
-