|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.extended.progress.WebStepProgressStyle
public final class WebStepProgressStyle
WebStepProgress style class.
WebStepProgress
Field Summary | |
---|---|
static java.awt.Color |
disabledProgressColor
Disabled progress bar color. |
static boolean |
displayLabels
Whether should display progress labels or not. |
static int |
labelsPosition
Labels position relative to progress bar. |
static java.awt.Insets |
margin
Progress sides margin. |
static int |
orientation
Progress orientation. |
static int |
pathFillWidth
Inner progress path size. |
static int |
pathWidth
Progress path size. |
static java.awt.Color |
progressColor
Progress bar color. |
static boolean |
selectionEnabled
Whether should allow steps and progress selection or not. |
static StepSelectionMode |
selectionMode
Selection mode. |
static int |
shadeWidth
Decoration shade width. |
static int |
spacing
Spacing between progress bar and labels. |
static int |
stepControlFillRound
Inner step control round. |
static int |
stepControlFillWidth
Inner step control size. |
static int |
stepControlRound
Step control round. |
static int |
stepControlWidth
Step control size. |
static int |
stepsSpacing
Minimum spacing between steps. |
Constructor Summary | |
---|---|
WebStepProgressStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Insets margin
public static int shadeWidth
public static int stepControlWidth
public static int stepControlRound
public static int stepControlFillWidth
public static int stepControlFillRound
public static int pathWidth
public static int pathFillWidth
public static java.awt.Color progressColor
public static java.awt.Color disabledProgressColor
public static boolean displayLabels
public static int orientation
public static int labelsPosition
public static int spacing
public static int stepsSpacing
public static boolean selectionEnabled
public static StepSelectionMode selectionMode
Constructor Detail |
---|
public WebStepProgressStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |