Uses of Enum Class
loggerForms.formdesign.FormEditor.EditNotify
Packages that use FormEditor.EditNotify
- 
Uses of FormEditor.EditNotify in loggerForms.formdesign
Methods in loggerForms.formdesign that return FormEditor.EditNotifyModifier and TypeMethodDescriptionstatic FormEditor.EditNotifyReturns the enum constant of this class with the specified name.static FormEditor.EditNotify[]FormEditor.EditNotify.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in loggerForms.formdesign with parameters of type FormEditor.EditNotifyModifier and TypeMethodDescriptionvoidEditPropertyPanel.notifyChanges(FormEditor.EditNotify notifyType) Called when there are changes in the controls.voidFormEditDialog.notifyChanges(FormEditor.EditNotify notifyType)  - 
Uses of FormEditor.EditNotify in loggerForms.formdesign.propertypanels
Methods in loggerForms.formdesign.propertypanels with parameters of type FormEditor.EditNotifyModifier and TypeMethodDescriptionvoidBearingPanel.notifyChanges(FormEditor.EditNotify notifyType) voidHeadingPanel.notifyChanges(FormEditor.EditNotify notifyType) voidPropertyPanel.notifyChanges(FormEditor.EditNotify notifyType) voidRangePanel.notifyChanges(FormEditor.EditNotify notifyType) voidXReferencePanel.notifyChanges(FormEditor.EditNotify notifyType)