Interface ValueSource
-
- All Known Implementing Classes:
DeviceManagerUI.ValueSourceImpl
,DownloadActivityView.ValueSourceImpl
,TagStatsView.ValueSourceImpl
,TrackerActivityView.ValueSourceImpl
public interface ValueSource
-
-
Field Summary
Fields Modifier and Type Field Description static int
STYLE_BLOB
static int
STYLE_BOLD
static int
STYLE_DOTTED
static int
STYLE_DOWN
static int
STYLE_HIDE_LABEL
static int
STYLE_INVISIBLE
static int
STYLE_NAMED
static int
STYLE_NONE
static int
STYLE_UP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAlpha()
org.eclipse.swt.graphics.Color
getLineColor()
java.lang.String
getName()
int
getStyle()
int
getValue()
boolean
isTrimmable()
-
-
-
Field Detail
-
STYLE_NONE
static final int STYLE_NONE
- See Also:
- Constant Field Values
-
STYLE_UP
static final int STYLE_UP
- See Also:
- Constant Field Values
-
STYLE_DOWN
static final int STYLE_DOWN
- See Also:
- Constant Field Values
-
STYLE_NAMED
static final int STYLE_NAMED
- See Also:
- Constant Field Values
-
STYLE_BOLD
static final int STYLE_BOLD
- See Also:
- Constant Field Values
-
STYLE_INVISIBLE
static final int STYLE_INVISIBLE
- See Also:
- Constant Field Values
-
STYLE_DOTTED
static final int STYLE_DOTTED
- See Also:
- Constant Field Values
-
STYLE_HIDE_LABEL
static final int STYLE_HIDE_LABEL
- See Also:
- Constant Field Values
-
STYLE_BLOB
static final int STYLE_BLOB
- See Also:
- Constant Field Values
-
-