public abstract class StepEntry
extends java.lang.Object
Constructor and Description |
---|
StepEntry()
Constructor for StepEntry.
|
StepEntry(boolean isMandatory) |
Modifier and Type | Method and Description |
---|---|
abstract javax.swing.JComponent |
getActionComponent() |
CheckMark |
getCheckMark() |
int |
getCurrentStepIndex() |
abstract java.lang.String |
getHelpText() |
int |
getMyState() |
abstract StepAction |
getStepAction() |
StepSerie |
getStepSerie() |
abstract StepAction |
getStepUndoAction() |
void |
initStepEntry(StepSerie steps,
int myState) |
boolean |
isAvailable() |
boolean |
isMandatory() |
void |
performAction() |
void |
performUndoAction() |
void |
setAvailable(boolean state) |
java.lang.String |
toString() |
public StepEntry()
public StepEntry(boolean isMandatory)
public void initStepEntry(StepSerie steps, int myState)
public CheckMark getCheckMark()
public int getMyState()
public StepSerie getStepSerie()
public int getCurrentStepIndex()
public boolean isMandatory()
public void setAvailable(boolean state)
public boolean isAvailable()
public java.lang.String toString()
toString
in class java.lang.Object
public void performAction()
public void performUndoAction()
public abstract java.lang.String getHelpText()
public abstract javax.swing.JComponent getActionComponent()
public abstract StepAction getStepAction()
public abstract StepAction getStepUndoAction()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.