org.crosswire.common.config.swing
Class TreeConfigEditor.Node

java.lang.Object
  extended by org.crosswire.common.config.swing.TreeConfigEditor.Node
Enclosing class:
TreeConfigEditor

protected static class TreeConfigEditor.Node
extends Object

Simple Tree Node


Field Summary
private  String name
          The displayed string
private  String path
          The path to us
 
Constructor Summary
protected TreeConfigEditor.Node(String path, String name)
          Create a node with a name and path
 
Method Summary
 String getFullName()
          The path to us
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name
The displayed string


path

private String path
The path to us

Constructor Detail

TreeConfigEditor.Node

protected TreeConfigEditor.Node(String path,
                                String name)
Create a node with a name and path

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFullName

public String getFullName()
The path to us


Copyright ยจ 2003-2015