public interface JExportProcessPanel extends Component
Modifier and Type | Interface and Description |
---|---|
static interface |
JExportProcessPanel.ExportFinishListener |
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_BACK |
static int |
BUTTON_CANCEL |
static int |
BUTTON_FINISH |
static int |
BUTTON_NEXT |
Modifier and Type | Method and Description |
---|---|
void |
addFinishListener(JExportProcessPanel.ExportFinishListener listener) |
java.lang.String |
getButtonText(int button) |
int |
getLastAction() |
ExportParameters |
getParameters() |
ExportProcess |
getProcess() |
boolean |
isButtonEnabled(int button) |
void |
nextPanel() |
void |
previousPanel() |
void |
setButtonEnabled(int button,
boolean enabled) |
void |
setButtonText(int button,
java.lang.String text) |
asJComponent
static final int BUTTON_BACK
static final int BUTTON_NEXT
static final int BUTTON_FINISH
static final int BUTTON_CANCEL
void addFinishListener(JExportProcessPanel.ExportFinishListener listener)
listener
- void setButtonEnabled(int button, boolean enabled)
void setButtonText(int button, java.lang.String text)
boolean isButtonEnabled(int button)
java.lang.String getButtonText(int button)
ExportProcess getProcess()
ExportParameters getParameters()
int getLastAction()
void nextPanel()
void previousPanel()