ij2x.ui.tree
Class DirectoryTreeData

java.lang.Object
  extended by ij2x.ui.tree.DirectoryTreeData

public class DirectoryTreeData
extends java.lang.Object

Author:
Scott Violet

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

DirectoryTreeData

public 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 Detail

setFont

public void setFont(java.awt.Font newFont)
Sets the font that is used to represent this object.


getFont

public java.awt.Font getFont()
Returns the Font used to represent this object.


setColor

public void setColor(java.awt.Color newColor)
Sets the color used to draw the text.


getColor

public java.awt.Color getColor()
Returns the color used to draw the text.


setString

public void setString(java.lang.String newString)
Sets the string to display for this object.


string

public java.lang.String string()
Returnes the string to display for this object.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object