|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.tools.install.TagLinePanel
public class TagLinePanel
Stores a tag line
| Constructor Summary | |
|---|---|
TagLinePanel()
Constructor for the TagLinePanel object |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the Description attribute of the TagLinePanel object |
java.lang.String |
getTagName()
Gets the TagName attribute of the TagLinePanel object |
boolean |
isClassType()
Gets the ClassType attribute of the TagLinePanel object |
boolean |
isEnumType()
Gets the EnumType attribute of the TagLinePanel object |
boolean |
isFieldType()
Gets the FieldType attribute of the TagLinePanel object |
boolean |
isMethodType()
Gets the MethodType attribute of the TagLinePanel object |
void |
setClassType(boolean way)
Sets the ClassType attribute of the TagLinePanel object |
void |
setDescription(java.lang.String value)
Sets the Description attribute of the TagLinePanel object |
void |
setEnumType(boolean way)
Sets the EnumType attribute of the TagLinePanel object |
void |
setFieldType(boolean way)
Sets the FieldType attribute of the TagLinePanel object |
void |
setMethodType(boolean way)
Sets the MethodType attribute of the TagLinePanel object |
void |
setTagName(java.lang.String value)
Sets the TagName attribute of the TagLinePanel object |
java.lang.String |
toString()
Updates the label with the values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagLinePanel()
| Method Detail |
|---|
public void setTagName(java.lang.String value)
value - The new TagName valuepublic void setDescription(java.lang.String value)
value - The new Description valuepublic void setClassType(boolean way)
way - The new ClassType valuepublic void setMethodType(boolean way)
way - The new MethodType valuepublic void setFieldType(boolean way)
way - The new FieldType valuepublic void setEnumType(boolean way)
way - The new EnumType valuepublic java.lang.String getTagName()
public java.lang.String getDescription()
public boolean isClassType()
public boolean isMethodType()
public boolean isFieldType()
public boolean isEnumType()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||