|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.extended.progress.StepData
public class StepData
This class represents single step within WebStepProgress component.
WebStepProgress
Constructor Summary | |
---|---|
StepData()
Constructs new step with empty label component. |
|
StepData(java.awt.Component label)
Constructs new step with the specified label component. |
|
StepData(java.lang.String label)
Constructs new step with WebLabel component using the specified text. |
Method Summary | |
---|---|
java.awt.Component |
getLabel()
Returns label component. |
void |
setLabel(java.awt.Component label)
Sets label component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StepData()
public StepData(java.lang.String label)
label
- label textpublic StepData(java.awt.Component label)
label
- label componentMethod Detail |
---|
public java.awt.Component getLabel()
public void setLabel(java.awt.Component label)
label
- new label component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |