public class StyleEditor extends ObjectEditor<Style>
Modifier and Type | Field and Description |
---|---|
static int |
PROP_NAME |
master, o, v_listener, v_prop
Constructor and Description |
---|
StyleEditor(StyleManager manager) |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue(int prop) |
Object |
getRawValue(int prop) |
String |
getStringValue(int prop) |
boolean |
isValidValue(int prop,
int value) |
boolean |
isValidValue(int prop,
String value) |
void |
setStyle(Style style) |
boolean |
setValue(int prop,
int value) |
boolean |
setValue(int prop,
String value) |
addListener, getArgs, getComponent, getMasterObject, getProperties, performAction, refresh, release, removeListener, setEditedItem
public static final int PROP_NAME
public StyleEditor(StyleManager manager)
public void setStyle(Style style)
public String getStringValue(int prop)
getStringValue
in class ObjectEditor<Style>
public int getIntValue(int prop)
getIntValue
in class ObjectEditor<Style>
public boolean isValidValue(int prop, String value)
isValidValue
in class ObjectEditor<Style>
public boolean isValidValue(int prop, int value)
isValidValue
in class ObjectEditor<Style>
public boolean setValue(int prop, String value)
setValue
in class ObjectEditor<Style>
public boolean setValue(int prop, int value)
setValue
in class ObjectEditor<Style>
public Object getRawValue(int prop)
getRawValue
in class ObjectEditor<Style>
Copyright © 2005–2020. All rights reserved.