com.aptana.ide.ui.editors.preferences.formatter
Class WhiteSpaceOptions.OptionNode
java.lang.Object
com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.Node
com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.OptionNode
- Enclosing class:
- WhiteSpaceOptions
public static class WhiteSpaceOptions.OptionNode
- extends WhiteSpaceOptions.Node
A node representing a concrete white space option in the tree.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WhiteSpaceOptions.OptionNode
public WhiteSpaceOptions.OptionNode(WhiteSpaceOptions.InnerNode parent,
java.util.Map workingValues,
java.lang.String messageKey,
java.lang.String key,
SnippetPreview.PreviewSnippet snippet)
- Parameters:
parent - workingValues - messageKey - key - snippet -
setChecked
public void setChecked(boolean checked)
- Specified by:
setChecked in class WhiteSpaceOptions.Node
- See Also:
WhiteSpaceOptions.Node.setChecked(boolean)
getChecked
public boolean getChecked()
- Returns:
- value
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)