Package loggerForms.formdesign
Class EditControlPanel
java.lang.Object
loggerForms.formdesign.EditControlPanel
- All Implemented Interfaces:
 PamDialogPanel
Left hand side of the dialog which displays all the components which can be 
 added / removed.
- Author:
 - Doug
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEditControlPanel(FormEditDialog formEditDialog, FormDescription formDescription)  - 
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.booleanvoidrebuild()Recreate all the controls in the dialog.voidSet the initial parameter values in the panel.void 
- 
Constructor Details
- 
EditControlPanel
 
 - 
 - 
Method Details
- 
getItemPropertyPanels
- Returns:
 - the itemPropertyPanels
 
 - 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
rebuild
public void rebuild()Recreate all the controls in the dialog. - 
titleSelected
public void titleSelected() 
 -