public interface FormPanelContainer
setFormPanel
.Modifier and Type | Method and Description |
---|---|
FormEnvironment |
getFormEnvironment()
Returns the form environment that was set with
setFormPanel(JPanel, FormEnvironment) . |
boolean |
isScrollFormPanel()
Determine if the form panel should be wrapped in a scroll pane.
|
void |
setFormPanel(javax.swing.JPanel panel,
FormEnvironment formEnvironment)
This method is called by the framework to pass the form panel to this screen.
|
void setFormPanel(javax.swing.JPanel panel, FormEnvironment formEnvironment)
formEnvironment.handleConsole(console)
at some point in the handleConsole
method
of this screen.panel
- the form panelformEnvironment
- the form environmentboolean isScrollFormPanel()
FormEnvironment getFormEnvironment()
setFormPanel(JPanel, FormEnvironment)
.
This is useful for making changes on a form screen in scripts from another screen or action.