se.cambio.cds.openehr.view.trees
Class SelectableNodeWithIcon<E>

Package class diagram package SelectableNodeWithIcon
java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by se.cambio.cds.openehr.view.trees.SelectableNode<E>
          extended by se.cambio.cds.openehr.view.trees.SelectableNodeWithIcon<E>
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class SelectableNodeWithIcon<E>
extends SelectableNode<E>

Author:
icorram
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
SelectableNodeWithIcon()
           
SelectableNodeWithIcon(String descripcion, E objeto, Boolean seleccionUnica, Boolean seleccionado, Icon icono)
           
SelectableNodeWithIcon(String descripcion, E objeto, Boolean seleccionUnica, Boolean seleccionado, Icon icono, String tooltip)
           
SelectableNodeWithIcon(String descripcion, E objeto, Boolean seleccionado, Icon icono)
           
SelectableNodeWithIcon(String descripcion, E objeto, ImageIcon icono)
           
SelectableNodeWithIcon(String descripcion, Icon icono)
           
 
Method Summary
 SelectableNodeWithIcon<E> clone()
           
 Icon getIcono()
           
 void setIcono(Icon icono)
           
 
Methods inherited from class se.cambio.cds.openehr.view.trees.SelectableNode
add, cambioEstado, children, getAllchildren, getAllChildrenCount, getChildAt, getChildCount, getContineneSeleccionado, getDescripcion, getForeground, getIndex, getObjeto, getSeleccionado, getSeleccionUnica, getToolTip, getVisible, isBold, isCursiva, isLeaf, setAllSeleccionado, setBold, setContineneSeleccionado, setCursiva, setDescripcion, setForeground, setHierarchySelection, setObject, setParentNode, setSeleccionado, setSeleccionUnica, setToolTip, setVisible
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectableNodeWithIcon

public SelectableNodeWithIcon()

SelectableNodeWithIcon

public SelectableNodeWithIcon(String descripcion,
                              Icon icono)

SelectableNodeWithIcon

public SelectableNodeWithIcon(String descripcion,
                              E objeto,
                              Boolean seleccionado,
                              Icon icono)

SelectableNodeWithIcon

public SelectableNodeWithIcon(String descripcion,
                              E objeto,
                              Boolean seleccionUnica,
                              Boolean seleccionado,
                              Icon icono)

SelectableNodeWithIcon

public SelectableNodeWithIcon(String descripcion,
                              E objeto,
                              Boolean seleccionUnica,
                              Boolean seleccionado,
                              Icon icono,
                              String tooltip)

SelectableNodeWithIcon

public SelectableNodeWithIcon(String descripcion,
                              E objeto,
                              ImageIcon icono)
Method Detail

getIcono

public Icon getIcono()

setIcono

public void setIcono(Icon icono)

clone

public SelectableNodeWithIcon<E> clone()
Overrides:
clone in class SelectableNode<E>


Copyright © 2013 Cambio. All Rights Reserved.