Package com.biglybt.ui.swt.twistie
Interface ITwistieConstants
-
- All Known Implementing Classes:
TwistieLabel
,TwistieSection
public interface ITwistieConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
NONE
static int
SHOW_DESCRIPTION
static int
SHOW_EXPANDED
static int
SHOW_SEPARATOR
-
-
-
Field Detail
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
SHOW_DESCRIPTION
static final int SHOW_DESCRIPTION
- See Also:
- Constant Field Values
-
SHOW_SEPARATOR
static final int SHOW_SEPARATOR
- See Also:
- Constant Field Values
-
SHOW_EXPANDED
static final int SHOW_EXPANDED
- See Also:
- Constant Field Values
-
-