open(Resource resource) Open the given resource in this window.
public void
open(Resource resource, String windowName) Open the given resource in named terminal window.
public void
open(Resource resource, String windowName, int width, int height, int border) Open the given resource in named terminal window with given size and
border properties.
Get application instance of the component. Returns the application where
this component belongs to. If the component does not yet belong to a
application the returns null.
parent application of the component.
Getter for property parent. Parent is the visual parent of a component.
Each component can belong to only one ComponentContainer at time.
Value of property parent.
Get theme for this window.
Name of the theme used in window. If the theme for thisindividual window is not explicitly set, the application theme isused instead. If application is not assigned theterminal.getDefaultTheme is used. If terminal is not set, null isreturned
Get window of the component. Returns the window where this component
belongs to. If the component does not yet belong to a window the returns
null.
parent window of the component.
handleParameters
public void handleParameters(Map parameters)(Code)
Open the given resource in named terminal window. Empty or
null window name results the resource to be opened in this
window.
open
public void open(Resource resource, String windowName, int width, int height, int border)(Code)
Open the given resource in named terminal window with given size and
border properties. Empty or null window name results the
resource to be opened in this window.
Setter for property parent. Parent is the visual parent of a component.
This is mostly called by containers add method. Setting parent is not
allowed for the window, and thus this call should newer be called.
Parameters: parent - New value of property parent.