public static interface MDIDialogBuilder.DialogPart
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
Return the dialog Part id.
|
boolean |
isEnabled()
Return true if the content is enabled.
|
void |
setEnabled(boolean b)
Set if the content is enabled.
|
default void |
setNotDisablingComponent(javax.swing.JComponent comp)
Set a component which will never be disabled by the
setEnabled(boolean) method. |
void setEnabled(boolean b)
b
- true if the content is enabledboolean isEnabled()
java.lang.String getID()
default void setNotDisablingComponent(javax.swing.JComponent comp)
setEnabled(boolean)
method.comp
- the component