com.aptana.ide.ui.editors.preferences.formatter
Class WhiteSpaceOptions.InnerNode
java.lang.Object
com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.Node
com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.InnerNode
- Enclosing class:
- WhiteSpaceOptions
public static class WhiteSpaceOptions.InnerNode
- extends WhiteSpaceOptions.Node
A node representing a group of options in the tree.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WhiteSpaceOptions.InnerNode
public WhiteSpaceOptions.InnerNode(WhiteSpaceOptions.InnerNode parent,
java.util.Map workingValues,
java.lang.String messageKey)
- Parameters:
parent - workingValues - messageKey -
setChecked
public void setChecked(boolean checked)
- Specified by:
setChecked in class WhiteSpaceOptions.Node
- See Also:
WhiteSpaceOptions.Node.setChecked(boolean)
add
public void add(WhiteSpaceOptions.Node child)
- Parameters:
child -
getSnippets
public java.util.List getSnippets()
- Specified by:
getSnippets in class WhiteSpaceOptions.Node
- Returns:
- List
- See Also:
WhiteSpaceOptions.Node.getSnippets()
getCheckedLeafs
public void getCheckedLeafs(java.util.List list)
- Specified by:
getCheckedLeafs in class WhiteSpaceOptions.Node
- See Also:
WhiteSpaceOptions.Node.getCheckedLeafs(java.util.List)