|
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.CubePartModel
public class CubePartModel
Model for the properties of a cube part.
| Field Summary | |
|---|---|
static java.lang.String |
PROP_FILL_COLOR
|
static java.lang.String |
PROP_NAME
|
static java.lang.String |
PROP_OUTLINE_COLOR
|
static java.lang.String |
PROP_VISIBLE
|
| 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 | |
|---|---|
CubePartModel()
Creates new CubePartModel |
|
| Method Summary | |
|---|---|
void |
basicSetFillColorModel(CubeColorModel value)
|
void |
basicSetOutlineColorModel(CubeColorModel value)
|
void |
basicSetVisible(boolean value)
|
CubeColorModel |
getFillColorModel()
|
java.lang.String |
getName()
Gets the name property. |
CubeColorModel |
getOutlineColorModel()
|
boolean |
isVisible()
|
void |
removeNotify(EntityModel m)
|
void |
setFillColorModel(CubeColorModel value)
|
void |
setName(java.lang.String value)
Sets the name property. |
void |
setOutlineColorModel(CubeColorModel value)
|
void |
setVisible(boolean value)
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String PROP_NAME
public static final java.lang.String PROP_VISIBLE
public static final java.lang.String PROP_FILL_COLOR
public static final java.lang.String PROP_OUTLINE_COLOR
| Constructor Detail |
|---|
public CubePartModel()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String value)
public boolean isVisible()
public void basicSetVisible(boolean value)
public void setVisible(boolean value)
public CubeColorModel getFillColorModel()
public void basicSetFillColorModel(CubeColorModel value)
public void setFillColorModel(CubeColorModel value)
public CubeColorModel getOutlineColorModel()
public void basicSetOutlineColorModel(CubeColorModel value)
public void setOutlineColorModel(CubeColorModel value)
public void removeNotify(EntityModel m)
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||