|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstory.scheherazade.virgil.help.Icon
public class Icon
The purpose of this class is to represent the Scheherazade Icon data structure. The structure consists of an ID (name), a keyword, and a statement about this keyword
| Field Summary | |
|---|---|
static java.lang.String |
I_ID
|
static java.lang.String |
KEYWORD
|
static java.lang.String |
STATEMENT
|
| Constructor Summary | |
|---|---|
Icon(org.w3c.dom.Node node)
Constructor for creating an Icon object from a node |
|
Icon(java.lang.String ID,
java.lang.String keyword,
java.lang.String statement)
Constructor to explicitly create an Icon Object |
|
| Method Summary | |
|---|---|
java.lang.String |
getID()
Returns the ID of the Icon |
java.lang.String |
getKeyword()
Returns the KEYWORD of the Icon |
java.lang.String |
getStatement()
Returns the STATEMENT of the Icon |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String I_ID
public static final java.lang.String KEYWORD
public static final java.lang.String STATEMENT
| Constructor Detail |
|---|
public Icon(java.lang.String ID,
java.lang.String keyword,
java.lang.String statement)
the - ID of the IconThe - button nameThe - description of the button
public Icon(org.w3c.dom.Node node)
throws java.lang.Exception
node - a Icon represented as a Node data structure that has children
in the form of a Keyword and a Statement
java.lang.Exception| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getKeyword()
public java.lang.String getStatement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||