Package com.im.commons.ui
Interface Dialogs.ValidatingPane
-
- Enclosing class:
- Dialogs
public static interface Dialogs.ValidatingPaneDialog contents which is validated. The listener listens to changes ofNotifyDescriptor.PROP_VALIDto detect whether the dialog can be submitted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPropertyChangeListener(java.beans.PropertyChangeListener listener)booleanisDialogPaneValid()Named not simply isValid in order to not clash with JComponent#isValid().voidremovePropertyChangeListener(java.beans.PropertyChangeListener listener)
-
-
-
Method Detail
-
addPropertyChangeListener
void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
-
removePropertyChangeListener
void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
-
isDialogPaneValid
boolean isDialogPaneValid()
Named not simply isValid in order to not clash with JComponent#isValid().- Returns:
- whether the dialog can be submitted
-
-