public interface DialogPanel
Modifier and Type | Method and Description |
---|---|
void |
actionAccept() |
void |
actionApply() |
void |
actionCancel() |
JComponent |
getJComponent() |
boolean |
isVisibleAccept() |
boolean |
isVisibleApply() |
boolean |
isVisibleCancel() |
JComponent getJComponent()
void actionAccept()
void actionCancel()
void actionApply()
boolean isVisibleAccept()
boolean isVisibleCancel()
boolean isVisibleApply()