Package | Description |
---|---|
org.crosswire.common.swing.desktop |
Events used to communicate changes to Views.
|
Modifier and Type | Field and Description |
---|---|
private LayoutType |
ViewManager.current
The current way the views are laid out
|
private static LayoutType |
ViewManager.initial
The initial layout state
|
Modifier and Type | Method and Description |
---|---|
static LayoutType |
LayoutType.fromInteger(int ordinal)
Lookup method by ordinal value
|
static LayoutType |
LayoutType.fromString(String name)
Lookup method to convert from a String
|
private static LayoutType |
ViewManager.getInitialViewLayoutType()
Get the initial layout type.
|
private LayoutType |
ViewManager.getViewLayoutType()
What is the current layout type?
|
static LayoutType |
LayoutType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutType[] |
LayoutType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.setLayoutType(LayoutType next)
Setup the current view
|
private void |
ViewManager.setViewLayoutType(LayoutType newLayoutType)
Set the current layout type
|