com.aptana.ide.ui.editors.preferences.formatter
Class WhiteSpaceOptions.OptionNode

java.lang.Object
  extended by com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.Node
      extended by 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.


Field Summary
 
Fields inherited from class com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.Node
fChildren, fWorkingValues, index
 
Constructor Summary
WhiteSpaceOptions.OptionNode(WhiteSpaceOptions.InnerNode parent, java.util.Map workingValues, java.lang.String messageKey, java.lang.String key, SnippetPreview.PreviewSnippet snippet)
           
 
Method Summary
 boolean getChecked()
           
 void getCheckedLeafs(java.util.List list)
           
 java.util.List getSnippets()
           
 void setChecked(boolean checked)
           
 
Methods inherited from class com.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions.Node
getChildren, getParent, hasChildren, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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)