jpos.config.simple.editor
Class CategoryTreeNodeUI
java.lang.Object
|
+--jpos.config.simple.editor.AbstractTreeNodeUI
|
+--jpos.config.simple.editor.CategoryTreeNodeUI
- All Implemented Interfaces:
- TreeNodeUI
- public class CategoryTreeNodeUI
- extends AbstractTreeNodeUI
implementation of tree nodes by device Category
- Since:
- 1.3 (SF 2K meeting)
- Author:
- Manuel M Monserrate, E. Michael Maximilien
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CATEGORY_TTTEXT_STRING
public static final java.lang.String CATEGORY_TTTEXT_STRING
CategoryTreeNodeUI
public CategoryTreeNodeUI(java.lang.String devCat)
- default ctor
- Parameters:
devCat
- the device category String
getName
public java.lang.String getName()
- Overrides:
getName
in class AbstractTreeNodeUI
- Returns:
- the logical name of the JposEntry in this tree Node
getImageIcon
public javax.swing.ImageIcon getImageIcon()
- Overrides:
getImageIcon
in class AbstractTreeNodeUI
- Returns:
- the ImageIcon for drawing the node
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractTreeNodeUI
- Returns:
- string representation of this TreeNodeUI so that the correct
name can be viewed in the user interface
getToolTipText
public java.lang.String getToolTipText()
- Overrides:
getToolTipText
in class AbstractTreeNodeUI
- Returns:
- the text to display as tool tip text in the tree view
This API and code belongs to the JavaPOS committee please see LISCENCE file for details