Ignore:
Timestamp:
2003-05-27T15:40:47+12:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed tabbing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/DictionaryTreeNode.java

    r4293 r4364  
    44
    55public interface DictionaryTreeNode {
    6     /** Returns the child at the specified index in this node's child array. */
    7     public TreeNode getChildAt(int index);
    8     /** Returns the number of children of this node. */   
    9     public int getChildCount();
    10     /** This method should always return the same key, regardless of the value of toString(). */
    11     public String getKey();
    12     /** Set the text shown by toString() to the given value. */
    13     public void setText(String value);
     6    /** Returns the child at the specified index in this node's child array. */
     7    public TreeNode getChildAt(int index);
     8    /** Returns the number of children of this node. */   
     9    public int getChildCount();
     10    /** This method should always return the same key, regardless of the value of toString(). */
     11    public String getKey();
     12    /** Set the text shown by toString() to the given value. */
     13    public void setText(String value);
    1414}
Note: See TracChangeset for help on using the changeset viewer.