static Border |
Borders.doubleLine() |
Creates a Border that is drawn as a solid color double line surrounding the wrapped component
|
static Border |
Borders.doubleLine(java.lang.String title) |
Creates a Border that is drawn as a solid color double line surrounding the wrapped component with a
title string normally drawn at the top-left side
|
static Border |
Borders.doubleLineBevel() |
Creates a Border that is drawn as a bevel color double line surrounding the wrapped component
|
static Border |
Borders.doubleLineBevel(java.lang.String title) |
Creates a Border that is drawn as a bevel color double line surrounding the wrapped component with a
title string normally drawn at the top-left side
|
static Border |
Borders.doubleLineReverseBevel() |
Creates a Border that is drawn as a reverse bevel color double line surrounding the wrapped component
|
static Border |
Borders.doubleLineReverseBevel(java.lang.String title) |
Creates a Border that is drawn as a reverse bevel color double line surrounding the wrapped component
with a title string normally drawn at the top-left side
|
Border |
AbstractBorder.setLayoutData(LayoutData ld) |
|
Border |
AbstractBorder.setSize(TerminalSize size) |
|
static Border |
Borders.singleLine() |
Creates a Border that is drawn as a solid color single line surrounding the wrapped component
|
static Border |
Borders.singleLine(java.lang.String title) |
Creates a Border that is drawn as a solid color single line surrounding the wrapped component with a
title string normally drawn at the top-left side
|
static Border |
Borders.singleLineBevel() |
Creates a Border that is drawn as a bevel color single line surrounding the wrapped component
|
static Border |
Borders.singleLineBevel(java.lang.String title) |
Creates a Border that is drawn as a bevel color single line surrounding the wrapped component with a
title string normally drawn at the top-left side
|
static Border |
Borders.singleLineReverseBevel() |
Creates a Border that is drawn as a reverse bevel color single line surrounding the wrapped component
|
static Border |
Borders.singleLineReverseBevel(java.lang.String title) |
Creates a Border that is drawn as a reverse bevel color single line surrounding the wrapped component
with a title string normally drawn at the top-left side
|
Border |
AbstractComponent.withBorder(Border border) |
|
Border |
Component.withBorder(Border border) |
Takes a border object and moves this component inside it and then returns it again.
|