|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.formatting.ChildAttributes
public class ChildAttributes
Defines the indent and alignment settings which are applied to a new child block added to a formatting model block. Used for auto-indenting when the Enter key is pressed.
Block.getChildAttributes(int)| Constructor Summary | |
|---|---|
ChildAttributes(Indent childIndent,
Alignment alignment)
Creates a child attributes setting with the specified indent and alignment. |
|
| Method Summary | |
|---|---|
Alignment |
getAlignment()
Returns the alignment of the child block. |
Indent |
getChildIndent()
Returns the indent of the child block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildAttributes(Indent childIndent,
Alignment alignment)
childIndent - the indent for the child block.alignment - the alignment for the child block.| Method Detail |
|---|
public Indent getChildIndent()
public Alignment getAlignment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||