org.das2.dasml.FormContainer

A subclass of JPanel to override the default Beans properties of a JPanel


getBorderTitle

getBorderTitle( ) → String

Returns the title that is displayed along the top of this panels border (if it has one).

Returns:

java.lang.String

search for examples view on GitHub view source


getDirection

getDirection( ) → Orientation

Returns:

org.das2.dasml.Orientation

search for examples view on GitHub view source


hasBorder

hasBorder( ) → boolean

Returns true if this panel has a border

Returns:

boolean

search for examples view on GitHub view source


paint

paint( java.awt.Graphics g ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


remove

remove( int index ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


removeAll

removeAll( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setBorderTitle

setBorderTitle( String s ) → void

Set the title that is displayed along the top of this panels border (if it has one) to the given String.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setDirection

setDirection( org.das2.dasml.Orientation direction ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setHasBorder

setHasBorder( boolean b ) → void

If the given boolean is true then the panel will be given a border, if is does not already have one. If the given boolean is false then the panel's border will be removed, if it has one.

Returns:

void (returns nothing)

search for examples view on GitHub view source