Package loggerForms.formdesign
Class ControlPropertySheet
java.lang.Object
loggerForms.formdesign.ControlPropertySheet
Sheet of control properties for a particular control title.
- Author:
 - Doug
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanFetches properties from individual propertypanels back into the ItemDescriptions.voidpushes the properties from the item descriptions into the individual property panels. 
- 
Constructor Details
- 
ControlPropertySheet
 
 - 
 - 
Method Details
- 
pushProperties
public void pushProperties()pushes the properties from the item descriptions into the individual property panels. - 
fetchProperties
public boolean fetchProperties()Fetches properties from individual propertypanels back into the ItemDescriptions.- Returns:
 
 - 
getSheetComponent
- Returns:
 - the sheetComponent
 
 - 
getFormEditor
- Returns:
 - the formEditor
 
 - 
getControlTitle
- Returns:
 - the controlTitle
 
 
 -