se.cambio.cds.openehr.view.trees
Class SelectableNodeWithIcon<E>
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
se.cambio.cds.openehr.view.trees.SelectableNode<E>
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
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)
|
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 |
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)
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.