Package org.gvsig.export.swing
Interface JExportProcessPanel
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface JExportProcessPanel
extends org.gvsig.tools.swing.api.Component
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidgetButtonText(int button) intorg.gvsig.export.ExportParametersorg.gvsig.export.ExportProcessbooleanisButtonEnabled(int button) voidvoidvoidsetButtonEnabled(int button, boolean enabled) voidsetButtonText(int button, String text) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
BUTTON_BACK
static final int BUTTON_BACK- See Also:
-
BUTTON_NEXT
static final int BUTTON_NEXT- See Also:
-
BUTTON_FINISH
static final int BUTTON_FINISH- See Also:
-
BUTTON_CANCEL
static final int BUTTON_CANCEL- See Also:
-
-
Method Details
-
addFinishListener
- Parameters:
listener-
-
setButtonEnabled
void setButtonEnabled(int button, boolean enabled) -
setButtonText
-
isButtonEnabled
boolean isButtonEnabled(int button) -
getButtonText
-
getProcess
org.gvsig.export.ExportProcess getProcess() -
getParameters
org.gvsig.export.ExportParameters getParameters() -
getLastAction
int getLastAction() -
nextPanel
void nextPanel() -
previousPanel
void previousPanel()
-