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.EditNotify
Returns 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 TypeMethodDescriptionvoid
EditPropertyPanel.notifyChanges
(FormEditor.EditNotify notifyType) Called when there are changes in the controls.void
FormEditDialog.notifyChanges
(FormEditor.EditNotify notifyType) -
Uses of FormEditor.EditNotify in loggerForms.formdesign.propertypanels
Methods in loggerForms.formdesign.propertypanels with parameters of type FormEditor.EditNotifyModifier and TypeMethodDescriptionvoid
BearingPanel.notifyChanges
(FormEditor.EditNotify notifyType) void
HeadingPanel.notifyChanges
(FormEditor.EditNotify notifyType) void
PropertyPanel.notifyChanges
(FormEditor.EditNotify notifyType) void
RangePanel.notifyChanges
(FormEditor.EditNotify notifyType) void
XReferencePanel.notifyChanges
(FormEditor.EditNotify notifyType)