|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.datadef.AttributeGroup.AttributeSet
Class for defining attribute sets.
Field Summary | |
protected String |
name
This set's name |
protected int |
priority
Priority of this set's usage |
Constructor Summary | |
AttributeGroup.AttributeSet(String name,
int priority)
Create a new attribute set. |
Method Summary | |
Object |
clone()
Clones this AttributeSet |
String |
getName()
Returns the name of the attribute set |
int |
getPriority()
Returns the priority of the attribute set |
void |
setName(String name)
Sets the name of the attribute set |
void |
setPriority(int priority)
Sets the priority of the attribute set |
String |
toString()
Creates and returns string representation of this AttributeSet. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String name
protected int priority
Constructor Detail |
public AttributeGroup.AttributeSet(String name, int priority)
name
- name of the setpriority
- priority of the setMethod Detail |
public String getName()
public void setName(String name)
name
- name to setpublic int getPriority()
public void setPriority(int priority)
priority
- priority to setpublic Object clone()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |