|
CubeTwister 2.0alpha142 2012-02-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
ch.randelshofer.cubetwister.doc.EntityModel
ch.randelshofer.cubetwister.doc.CubeColorsModel
public class CubeColorsModel
Holds a collection of CubeColorModel as its children. CubeColorsModel is a child of CubeModel.
| Field Summary |
|---|
| Fields inherited from class ch.randelshofer.cubetwister.doc.EntityModel |
|---|
PROP_CHILD_COUNT |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
CubeColorsModel()
Creates a new instance. |
|
CubeColorsModel(java.lang.Object userObject,
boolean allowsChildren)
Creates a new EntityModel. |
|
| Method Summary | |
|---|---|
java.awt.datatransfer.Transferable |
exportTransferable(javax.swing.tree.MutableTreeNode[] nodes)
|
int |
importTransferable(java.awt.datatransfer.Transferable transfer,
int action,
javax.swing.tree.MutableTreeNode parent,
int index)
|
| Methods inherited from class ch.randelshofer.cubetwister.doc.EntityModel |
|---|
addPropertyChangeListener, children, clone, dispose, fireNodeChanged, fireNodeStructureChanged, firePropertyChange, firePropertyChange, firePropertyChange, fireUndoableEditHappened, getDocument, hasPropertyListeners, insert, isDefaultCube, isDefaultNotation, isRemovable, remove, removePropertyChangeListener, setRemovable, toString, undoableEditHappened |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CubeColorsModel()
public CubeColorsModel(java.lang.Object userObject,
boolean allowsChildren)
| Method Detail |
|---|
public java.awt.datatransfer.Transferable exportTransferable(javax.swing.tree.MutableTreeNode[] nodes)
public int importTransferable(java.awt.datatransfer.Transferable transfer,
int action,
javax.swing.tree.MutableTreeNode parent,
int index)
throws java.awt.datatransfer.UnsupportedFlavorException,
java.io.IOException
java.awt.datatransfer.UnsupportedFlavorException
java.io.IOException
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||