protected static class OptionTableWithPreviewPanel.MyTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
MyTreeNode(OptionTableWithPreviewPanel.Option key,
java.lang.String text,
CodeStyleSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
apply(CodeStyleSettings settings) |
OptionTableWithPreviewPanel.Option |
getKey() |
java.lang.String |
getText() |
java.lang.Object |
getValue() |
boolean |
isEnabled() |
boolean |
isModified(CodeStyleSettings settings) |
void |
reset(CodeStyleSettings settings) |
void |
setValue(java.lang.Object value) |
add, breadthFirstEnumeration, children, clone, 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, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public MyTreeNode(OptionTableWithPreviewPanel.Option key, java.lang.String text, CodeStyleSettings settings)
public OptionTableWithPreviewPanel.Option getKey()
public java.lang.String getText()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public void reset(CodeStyleSettings settings)
public boolean isModified(CodeStyleSettings settings)
public void apply(CodeStyleSettings settings)
public boolean isEnabled()