| Package | Description |
|---|---|
| org.crosswire.bibledesktop.desktop |
The desktop is the main screen of Bible Desktop.
|
| Modifier and Type | Method and Description |
|---|---|
static XSLTProperty |
XSLTProperty.fromInteger(int i)
Lookup method to convert from an integer
|
static XSLTProperty |
XSLTProperty.fromString(String name)
Lookup method to convert from a String
|
static XSLTProperty |
XSLTProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSLTProperty[] |
XSLTProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private JCheckBoxMenuItem |
Desktop.createCheckbox(XSLTProperty prop) |
private JRadioButtonMenuItem |
Desktop.createRadioButton(ButtonGroup group,
XSLTProperty prop) |