Package com.jidesoft.plaf.windows
Enum Class TMSchema.Part
- All Implemented Interfaces:
Serializable
,Comparable<TMSchema.Part>
,Constable
- Enclosing class:
- TMSchema
An enumeration of the Windows compoent parts
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetControlName
(Component component) int
getValue()
toString()
static TMSchema.Part
Returns the enum constant of this class with the specified name.static TMSchema.Part[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MENU
-
MP_BARBACKGROUND
-
MP_BARITEM
-
MP_POPUPBACKGROUND
-
MP_POPUPBORDERS
-
MP_POPUPCHECK
-
MP_POPUPCHECKBACKGROUND
-
MP_POPUPGUTTER
-
MP_POPUPITEM
-
MP_POPUPSEPARATOR
-
MP_POPUPSUBMENU
-
BP_PUSHBUTTON
-
BP_RADIOBUTTON
-
BP_CHECKBOX
-
BP_GROUPBOX
-
BP_COMMANDLINK
-
BP_COMMANDLINKGLYPH
-
CP_COMBOBOX
-
CP_DROPDOWNBUTTON
-
CP_BACKGROUND
-
CP_TRANSPARENTBACKGROUND
-
CP_BORDER
-
CP_READONLY
-
CP_DROPDOWNBUTTONRIGHT
-
CP_DROPDOWNBUTTONLEFT
-
CP_CUEBANNER
-
EP_EDIT
-
EP_EDITTEXT
-
HP_HEADERITEM
-
HP_HEADERITEMLEFT
-
HP_HEADERITEMRIGHT
-
HP_HEADERSORTARROW
-
HP_HEADERDROPDOWN
-
HP_HEADERDROPDOWNFILTER
-
HP_HEADEROVERFLOW
-
LBP_LISTBOX
-
LVP_LISTVIEW
-
PP_PROGRESS
-
PP_BAR
-
PP_BARVERT
-
PP_CHUNK
-
PP_CHUNKVERT
-
RP_GRIPPER
-
RP_GRIPPERVERT
-
SBP_SCROLLBAR
-
SBP_ARROWBTN
-
SBP_THUMBBTNHORZ
-
SBP_THUMBBTNVERT
-
SBP_LOWERTRACKHORZ
-
SBP_UPPERTRACKHORZ
-
SBP_LOWERTRACKVERT
-
SBP_UPPERTRACKVERT
-
SBP_GRIPPERHORZ
-
SBP_GRIPPERVERT
-
SBP_SIZEBOX
-
SPNP_UP
-
SPNP_DOWN
-
TABP_TABITEM
-
TABP_TABITEMLEFTEDGE
-
TABP_TABITEMRIGHTEDGE
-
TABP_PANE
-
TP_TOOLBAR
-
TP_BUTTON
-
TP_DROPDOWNBUTTON
-
TP_SPLITBUTTON
-
TP_SPLITBUTTONDROPDOWN
-
TP_SEPARATOR
-
TP_SEPARATORVERT
-
TP_DROPDOWNBUTTONGLYPH
-
TKP_TRACK
-
TKP_TRACKVERT
-
TKP_THUMB
-
TKP_THUMBBOTTOM
-
TKP_THUMBTOP
-
TKP_THUMBVERT
-
TKP_THUMBLEFT
-
TKP_THUMBRIGHT
-
TKP_TICS
-
TKP_TICSVERT
-
TVP_TREEVIEW
-
TVP_GLYPH
-
WP_WINDOW
-
WP_CAPTION
-
WP_MINCAPTION
-
WP_MAXCAPTION
-
WP_FRAMELEFT
-
WP_FRAMERIGHT
-
WP_FRAMEBOTTOM
-
WP_SYSBUTTON
-
WP_MDISYSBUTTON
-
WP_MINBUTTON
-
WP_MDIMINBUTTON
-
WP_MAXBUTTON
-
WP_CLOSEBUTTON
-
WP_MDICLOSEBUTTON
-
WP_RESTOREBUTTON
-
WP_MDIRESTOREBUTTON
-
EBP_EXPLORERBAR
-
EBP_HEADERBACKGROUND
-
EBP_HEADERCLOSE
-
EBP_HEADERPIN
-
EBP_IEBARMENU
-
EBP_NORMALGROUPBACKGROUND
-
EBP_NORMALGROUPCOLLAPSE
-
EBP_NORMALGROUPEXPAND
-
EBP_NORMALGROUPHEAD
-
EBP_SPECIALGROUPBACKGROUND
-
EBP_SPECIALGROUPCOLLAPSE
-
EBP_SPECIALGROUPEXPAND
-
EBP_SPECIALGROUPHEAD
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue() -
getControlName
-
toString
- Overrides:
toString
in classEnum<TMSchema.Part>
-