| Package | Description |
|---|---|
| com.jidesoft.plaf.windows |
The package contains ComponentUI implementation specific for Windows L&F.
|
| Modifier and Type | Method and Description |
|---|---|
static TMSchema.Part |
TMSchema.Part.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TMSchema.Part[] |
TMSchema.Part.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.border.Border |
XPStyle.getBorder(java.awt.Component c,
TMSchema.Part part)
Get a named
Border value from the current style |
java.awt.Dimension |
XPStyle.getDimension(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Dimension value from the current style |
int |
XPStyle.getInt(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop,
int fallback)
Get a named
int value from the current style |
java.awt.Insets |
XPStyle.getMargin(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Insets value from the current style |
java.awt.Point |
XPStyle.getPoint(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Point (e.g. |
XPStyle.Skin |
XPStyle.getSkin(java.awt.Component c,
TMSchema.Part part)
Get a
Skin object from the current style for a named part (component type) |
static java.lang.Enum[] |
TMSchema.State.getState(TMSchema.Part part) |
java.lang.String |
XPStyle.getString(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
String value from the current style |
TMSchema.TypeEnum |
XPStyle.getTypeEnum(java.awt.Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop) |
static int |
TMSchema.State.getValue(TMSchema.Part part,
TMSchema.State state) |
boolean |
XPStyle.isSkinDefined(java.awt.Component c,
TMSchema.Part part) |