public static class PropertyView.AttributeDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Class<? extends Decorators.Decorator> |
decoratorClass
Icon map for values
|
java.lang.Object |
handle
Handle
|
java.util.Map<java.lang.Object,javax.swing.Icon> |
iconMap
Icon map for values
|
boolean |
isMandatory
Whether the attribute is mandatory in object description
|
boolean |
isReadOnly
Whether attribute value can be changed
|
java.lang.Object |
max
Object max
|
java.lang.Object |
min
Object max
|
java.lang.String |
name
Name
|
java.lang.Object[] |
possibleValues
Possible values (may be decorators)
|
int |
rank
Rank value used in sorting
|
java.lang.Object |
step
Object step
|
PropertyView.AttributeType |
type
Type
|
Constructor and Description |
---|
AttributeDescriptor() |
public java.lang.Object handle
public java.lang.String name
public PropertyView.AttributeType type
public boolean isReadOnly
public boolean isMandatory
public int rank
public java.lang.Object[] possibleValues
public java.util.Map<java.lang.Object,javax.swing.Icon> iconMap
public java.lang.Class<? extends Decorators.Decorator> decoratorClass
public java.lang.Object max
public java.lang.Object min
public java.lang.Object step