|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SupportsMacIndent
Interface for widgets that support the BaseGroup function
Field Summary | |
---|---|
static java.lang.String |
TYPE_BUTTON
Add indent to match up with buttons. |
static java.lang.String |
TYPE_EDIT
Add indent to match up with edit boxes. |
static java.lang.String |
TYPE_EDIT_LEGACY
Legacy value so that old XML files using the "y/n" notation work. |
static java.lang.String |
TYPE_NONE
Do not add indent (this is default). |
Method Summary | |
---|---|
void |
setMacIndent(boolean macIndent)
Deprecated. Please use the more specific setMacIndent(String) . |
void |
setMacIndent(java.lang.String type)
On Mac OS X, most interactive control types gain an extra indent which allows the system space to display the blue focus ring around the control. |
Field Detail |
---|
static final java.lang.String TYPE_EDIT
static final java.lang.String TYPE_EDIT_LEGACY
static final java.lang.String TYPE_BUTTON
static final java.lang.String TYPE_NONE
Method Detail |
---|
void setMacIndent(boolean macIndent)
setMacIndent(String)
.
macIndent
- True to add extra indent on Macvoid setMacIndent(java.lang.String type) throws java.lang.IllegalArgumentException
type
- TYPE_xx constant (usually "edit" or "button" or "n")
java.lang.IllegalArgumentException
- If the type is unknown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |