|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectComponent
nextapp.echo2.extras.app.BorderPane
public class BorderPane
A container which renders a FillImageBorder around its
content.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_BORDER
|
static java.lang.String |
PROPERTY_INSETS
|
| Constructor Summary | |
|---|---|
BorderPane()
|
|
| Method Summary | |
|---|---|
FillImageBorder |
getBorder()
Returns the configured border. |
Insets |
getInsets()
Returns the inset margin. |
void |
setBorder(FillImageBorder newValue)
Sets the border. |
void |
setInsets(Insets newValue)
Sets the inset margin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_BORDER
public static final java.lang.String PROPERTY_INSETS
| Constructor Detail |
|---|
public BorderPane()
| Method Detail |
|---|
public FillImageBorder getBorder()
public Insets getInsets()
public void setBorder(FillImageBorder newValue)
newValue - the new borderpublic void setInsets(Insets newValue)
newValue - the new inset margin
|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||