| Package | Description |
|---|---|
| com.jidesoft.plaf.windows |
The package contains ComponentUI implementation specific for Windows L&F.
|
| Modifier and Type | Method and Description |
|---|---|
static TMSchema.Prop |
TMSchema.Prop.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TMSchema.Prop[] |
TMSchema.Prop.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
XPStyle.getColor(XPStyle.Skin skin,
TMSchema.Prop prop,
Color fallback)
Get a named
Color value from the current style |
Dimension |
XPStyle.getDimension(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Dimension value from the current style |
int |
XPStyle.getInt(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop,
int fallback)
Get a named
int value from the current style |
Insets |
XPStyle.getMargin(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Insets value from the current style |
Point |
XPStyle.getPoint(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
Point (e.g. |
String |
XPStyle.getString(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop)
Get a named
String value from the current style |
TMSchema.TypeEnum |
XPStyle.getTypeEnum(Component c,
TMSchema.Part part,
TMSchema.State state,
TMSchema.Prop prop) |
Copyright © 2017. All rights reserved.