Constructor and Description |
---|
FormGIS(Config conf,
int formId,
GISWindow gisViewer)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Method to handle button pushing.
|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
com.jgoodies.forms.builder.PanelBuilder |
createForm()
Method to create form.
|
int |
getFormId()
Method to get id of form.
|
java.lang.String |
toString()
Method to get title of form.
|
public void activate(PanelForm formPanel)
public com.jgoodies.forms.builder.PanelBuilder createForm()
public int getFormId()
IForm
public java.lang.String toString()
IForm
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener