|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.ui.editors.preferences.formatter.WhiteSpaceOptions
public final class WhiteSpaceOptions
Manage code formatter white space options on a higher level.
| Nested Class Summary | |
|---|---|
static class |
WhiteSpaceOptions.InnerNode
A node representing a group of options in the tree. |
static class |
WhiteSpaceOptions.Node
Represents a node in the options tree. |
static class |
WhiteSpaceOptions.OptionNode
A node representing a concrete white space option in the tree. |
| Constructor Summary | |
|---|---|
WhiteSpaceOptions()
|
|
| Method Summary | |
|---|---|
java.util.List |
createAltTree(java.util.Map workingValues)
Create the tree, in this order: position - syntax element - abstract element |
java.util.ArrayList |
createTreeByJavaElement(java.util.Map workingValues)
|
java.util.List |
createTreeBySyntaxElem(java.util.Map workingValues)
Create the tree, in this order: syntax element - position - abstract element |
static void |
makeIndexForNodes(java.util.List tree,
java.util.List flatList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WhiteSpaceOptions()
| Method Detail |
|---|
public java.util.List createTreeBySyntaxElem(java.util.Map workingValues)
workingValues -
Node)public java.util.List createAltTree(java.util.Map workingValues)
workingValues -
Node)public java.util.ArrayList createTreeByJavaElement(java.util.Map workingValues)
workingValues -
public static void makeIndexForNodes(java.util.List tree,
java.util.List flatList)
tree - flatList -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||