|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Indentable
This interface specifies methods that need to be supported by the classes that support indentation.
Method Summary | |
---|---|
void |
decrease() This method decreases indentation level. |
Indenter |
getIndenter() Getter for the indenter. |
void |
increase() This method increases indentation level. |
void |
indent() This method prints the indentation. |
void |
setIndenter(Indenter indenter) Setter for the indenter. |
Method Detail |
---|
Indenter getIndenter()
void setIndenter(Indenter indenter)
void increase()
void decrease()
void indent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |