Uses of Enum Class
loggerForms.formdesign.FormEditor.EditNotify
-
Uses of FormEditor.EditNotify in loggerForms.formdesign
Modifier 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.Modifier 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
Modifier 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)