org.das2.dasml.FormWindow

FormWindow( String name, String title )

FormWindow( String name, String title, int width, int height )


deregisterComponent

deregisterComponent( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getDOMElement

getDOMElement( org.w3c.dom.Document document ) → Element

Parameters

document - a Document

Returns:

org.w3c.dom.Element

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getDasApplication

getDasApplication( ) → DasApplication

Returns:

org.das2.DasApplication

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getDasName

getDasName( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getDnDSupport

getDnDSupport( ) → DnDSupport

Returns:

org.das2.util.DnDSupport

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getForm

getForm( ) → FormBase

Returns:

org.das2.dasml.FormBase

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getPreferredSize

getPreferredSize( ) → Dimension

Returns:

java.awt.Dimension

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getTitle

getTitle( ) → String

Getter for property title.

Returns:

Value of property title.

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getWindowHeight

getWindowHeight( ) → int

Returns:

int

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getWindowSize

getWindowSize( ) → Dimension

Returns:

java.awt.Dimension

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getWindowWidth

getWindowWidth( ) → int

Returns:

int

[search for examples] [view on GitHub] [view on old javadoc] [view source]


isWindowVisible

isWindowVisible( ) → boolean

Returns:

boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


pack

pack( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


registerComponent

registerComponent( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setDasName

setDasName( String name ) → void

Parameters

name - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setEditingMode

setEditingMode( boolean b ) → void

Parameters

b - a boolean

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setTitle

setTitle( String title ) → void

Setter for property title.

Parameters

title - New value of property title.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setWindowHeight

setWindowHeight( int height ) → void

Parameters

height - an int

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setWindowSize

setWindowSize( int width, int height ) → void

Parameters

width - an int
height - an int

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setWindowVisible

setWindowVisible( boolean b ) → void

Parameters

b - a boolean

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setWindowWidth

setWindowWidth( int width ) → void

Parameters

width - an int

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]