Module net.anwiba.commons.swing
Class TableDialogTab<T>
java.lang.Object
net.anwiba.commons.swing.dialog.tabbed.AbstractDialogTab
net.anwiba.commons.swing.dialog.tabbed.TableDialogTab<T>
- All Implemented Interfaces:
IDataStateObserver,IDialogTab
-
Constructor Summary
ConstructorsConstructorDescriptionTableDialogTab(String title, IMessage defaultMessage, Icon defaultIcon, ObjectListTable<T> table) -
Method Summary
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, setOwnerWindowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.dialog.tabbed.IDialogTab
dispose
-
Constructor Details
-
TableDialogTab
public TableDialogTab(String title, IMessage defaultMessage, Icon defaultIcon, ObjectListTable<T> table)
-
-
Method Details
-
updateView
public void updateView() -
apply
public boolean apply() -
checkFieldValues
public void checkFieldValues()- Specified by:
checkFieldValuesin interfaceIDialogTab- Specified by:
checkFieldValuesin classAbstractDialogTab
-