net.ggtools.grand.ant
Class AntTargetNode.SourceElement

java.lang.Object
  extended by net.ggtools.grand.ant.AntTargetNode.SourceElement
Enclosing class:
AntTargetNode

public static class AntTargetNode.SourceElement
extends java.lang.Object


Constructor Summary
AntTargetNode.SourceElement(java.lang.String text, int style)
           
 
Method Summary
 int getStyle()
           
 java.lang.String getText()
           
(package private)  void setStyle(int style)
           
(package private)  void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTargetNode.SourceElement

public AntTargetNode.SourceElement(java.lang.String text,
                                   int style)
Method Detail

getStyle

public final int getStyle()
Returns:
Returns the style.

getText

public final java.lang.String getText()
Returns:
Returns the text.

setStyle

final void setStyle(int style)
Parameters:
style - The style to set.

setText

final void setText(java.lang.String text)
Parameters:
text - The text to set.


Copyright © 2004-2005 ggTools. All Rights Reserved.