Module net.anwiba.commons.swing
Class AbstractContentPane
java.lang.Object
net.anwiba.commons.swing.dialog.pane.AbstractContentPane
- All Implemented Interfaces:
IComponentProvider,IContentPanel
- Direct Known Subclasses:
LocalDateTimeContentPane,StringFieldContentPane,TextContentPane
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.dialog.pane.IContentPanel
dispose
-
Constructor Details
-
AbstractContentPane
-
-
Method Details
-
getDataStateModel
- Specified by:
getDataStateModelin interfaceIContentPanel
-
getMessageModel
- Specified by:
getMessageModelin interfaceIContentPanel
-
invalid
-
valid
protected void valid() -
modified
protected void modified() -
unknown
protected void unknown() -
apply
public boolean apply()- Specified by:
applyin interfaceIContentPanel
-
tryOut
public boolean tryOut()- Specified by:
tryOutin interfaceIContentPanel
-
cancel
public boolean cancel()- Specified by:
cancelin interfaceIContentPanel
-
close
public void close()- Specified by:
closein interfaceIContentPanel
-