|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij2x.ui.tree.DirectoryTreeData
public class DirectoryTreeData
Constructor Summary | |
---|---|
DirectoryTreeData(java.awt.Font newFont,
java.awt.Color newColor,
java.lang.String newString)
Constructs a new instance of SampleData with the passed in arguments. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the color used to draw the text. |
java.awt.Font |
getFont()
Returns the Font used to represent this object. |
void |
setColor(java.awt.Color newColor)
Sets the color used to draw the text. |
void |
setFont(java.awt.Font newFont)
Sets the font that is used to represent this object. |
void |
setString(java.lang.String newString)
Sets the string to display for this object. |
java.lang.String |
string()
Returnes the string to display for this object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DirectoryTreeData(java.awt.Font newFont, java.awt.Color newColor, java.lang.String newString)
Method Detail |
---|
public void setFont(java.awt.Font newFont)
public java.awt.Font getFont()
public void setColor(java.awt.Color newColor)
public java.awt.Color getColor()
public void setString(java.lang.String newString)
public java.lang.String string()
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 |