NextApp Echo2 Extras
v2.1.0

nextapp.echo2.extras.app
Class BorderPane

java.lang.Object
  extended by Component
      extended by nextapp.echo2.extras.app.BorderPane

public class BorderPane
extends Component

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

PROPERTY_BORDER

public static final java.lang.String PROPERTY_BORDER
See Also:
Constant Field Values

PROPERTY_INSETS

public static final java.lang.String PROPERTY_INSETS
See Also:
Constant Field Values
Constructor Detail

BorderPane

public BorderPane()
Method Detail

getBorder

public FillImageBorder getBorder()
Returns the configured border.

Returns:
the border

getInsets

public Insets getInsets()
Returns the inset margin.

Returns:
the inset margin

setBorder

public void setBorder(FillImageBorder newValue)
Sets the border.

Parameters:
newValue - the new border

setInsets

public void setInsets(Insets newValue)
Sets the inset margin.

Parameters:
newValue - the new inset margin

NextApp Echo2 Extras
v2.1.0