jpos.config.simple.editor
Interface TreeNodeUI

All Known Implementing Classes:
AbstractTreeNodeUI

public interface TreeNodeUI

interface for creating tree nodes

Since:
1.3 (SF 2K meeting)
Author:
Manuel M Monserrate, E. Michael Maximilien (maxim@us.ibm.com)

Method Summary
 javax.swing.ImageIcon getImageIcon()
           
 java.lang.String getName()
           
 java.lang.String getToolTipText()
           
 java.lang.String toString()
           
 

Method Detail

getName

public java.lang.String getName()
Returns:
the name of the JposEntry contained within the TreeNodeUI

getImageIcon

public javax.swing.ImageIcon getImageIcon()
Returns:
the image icon for this entry

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
String representation of the TreeNodeUI to be used for displaying the node in the tree

getToolTipText

public java.lang.String getToolTipText()
Returns:
text for tool tip display


This API and code belongs to the JavaPOS committee please see LISCENCE file for details