|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.html.HtmlBuilder
net.charlesames.utility.html.IndentPanelBuilder
public class IndentPanelBuilder
Generates a blank indentation panel using HTML formatting tags.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.charlesames.utility.html.HtmlBuilder |
|---|
HtmlBuilder.Tags |
| Field Summary |
|---|
| Fields inherited from class net.charlesames.utility.html.HtmlBuilder |
|---|
FILE_EXTENSION |
| Constructor Summary | |
|---|---|
IndentPanelBuilder()
Constructor for IndentPanelBuilder instances |
|
| Method Summary | |
|---|---|
java.lang.String |
build()
|
int |
getWidth()
|
void |
setWidth(int width)
|
| Methods inherited from class net.charlesames.utility.html.HtmlBuilder |
|---|
addTableCell, append, appendLineBreak, beginBlockQuote, beginBody, beginCenter, beginDiv, beginHead, beginHtml, beginListItem, beginOrderedList, beginParagraph, beginSpan, beginStyle, beginStyleRule, beginTable, beginTableBody, beginTableCell, beginTableHeader, beginTableHeaderCell, beginTableRow, beginTag, beginUnorderedList, buildAttribute, buildColorDeclaration, buildLink, buildStyleDeclaration, endBlockQuote, endBody, endCenter, endDiv, endHead, endHtml, endListItem, endOrderedList, endParagraph, endSpan, endStyle, endStyleRule, endTable, endTableBody, endTableCell, endTableHeader, endTableHeaderCell, endTableRow, endTag, endUnorderedList, newline, popTag, pushTag, reset, save, tab, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndentPanelBuilder()
| Method Detail |
|---|
public int getWidth()
public void setWidth(int width)
width - The indent panel width.public java.lang.String build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||