Package loggerForms.formdesign
Class ControlPropertySheet
java.lang.Object
loggerForms.formdesign.ControlPropertySheet
Sheet of control properties for a particular control title.
- Author:
- Doug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Fetches properties from individual propertypanels back into the ItemDescriptions.void
pushes 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
-