|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.statusbar.WebMemoryBarStyle
public final class WebMemoryBarStyle
User: mgarin Date: 22.06.12 Time: 12:44
Field Summary | |
---|---|
static java.awt.Color |
allocatedBorderColor
Allocated mark border color |
static java.awt.Color |
allocatedDisabledBorderColor
Allocated mark disabled border color |
static boolean |
allowGcAction
Allow user to call GC by pressing on the memory bar |
static boolean |
drawBorder
Should draw memory bar border or not |
static boolean |
fillBackground
Should fill memory bar background or not |
static int |
leftRightSpacing
Memory bar text left and right spacing |
static javax.swing.ImageIcon |
memoryIcon
Allocated mark border color |
static int |
round
Decoration rounding |
static int |
shadeWidth
Decoration shade width |
static boolean |
showMaximum
Display maximum available memory |
static boolean |
showTooltip
Should display info tooltip |
static int |
tooltipDelay
Info tooltip display delay |
static java.awt.Color |
usedBorderColor
Used memory bar border color |
static java.awt.Color |
usedFillColor
Used memory bar background color |
Constructor Summary | |
---|---|
WebMemoryBarStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static javax.swing.ImageIcon memoryIcon
public static java.awt.Color allocatedBorderColor
public static java.awt.Color allocatedDisabledBorderColor
public static java.awt.Color usedBorderColor
public static java.awt.Color usedFillColor
public static boolean drawBorder
public static boolean fillBackground
public static int leftRightSpacing
public static int shadeWidth
public static int round
public static boolean allowGcAction
public static boolean showTooltip
public static int tooltipDelay
public static boolean showMaximum
Constructor Detail |
---|
public WebMemoryBarStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |