public class GenericPropertyInfo extends Object
Modifier and Type | Field and Description |
---|---|
Object |
data |
ObjectEditor |
editor |
int |
id |
boolean |
isEditable |
List |
l_position |
String |
name |
Class |
type |
Constructor and Description |
---|
GenericPropertyInfo(ObjectEditor editor,
int id,
String name,
Class type) |
Modifier and Type | Method and Description |
---|---|
void |
addPosition(int i,
int j) |
void |
addPosition(int i,
int j,
int w,
int h,
int wx,
int wy,
int anchor) |
void |
build(GenericPropertyHolder panel) |
Object |
getRawValue() |
String |
getStringValue() |
boolean |
isValidValue(String value) |
void |
run() |
void |
setValue(int value) |
void |
setValue(String value) |
public int id
public ObjectEditor editor
public String name
public Class type
public List l_position
public Object data
public boolean isEditable
public GenericPropertyInfo(ObjectEditor editor, int id, String name, Class type)
public String getStringValue()
public boolean isValidValue(String value)
public void setValue(int value)
public void setValue(String value)
public void addPosition(int i, int j, int w, int h, int wx, int wy, int anchor)
public void addPosition(int i, int j)
public Object getRawValue()
public void build(GenericPropertyHolder panel)
public void run()
Copyright © 2005–2020. All rights reserved.