Class genStyleCheck

This class is created by an application developer who wishes to enable the SytleCheck capability that is build into the ProvideX plug-in.

The primary purpose of this class is to load the developer-specific rules and to provide additional logic to handle special cases that cannot be described using the standard rules.

Inherits

ecStyleCheck

Properties

No Properties

Methods

FUNCTION configPerformed(inActionEventID)

This method will be called when the 'Configure' action is triggered from the contributed tools menu.


ParameterDescription
inActionEventID A reference to [Java Class:eventmanager/ExtCommand]
FUNCTION getDescription$()

Get a description for this listener that will be used if this class doubles as an observer. This will be determined by the EventNotificationFlag.

Returns A string containing the description of this listener
FUNCTION update(state)

ParameterDescription
state A reference to an object of class [ProvideX Class:PvxState]
The logic to be executed when the observer is triggered during the normal event process in the ProvideX event manager. This logic must check the major and minor codes to determine the current event and then decide what action is to be performed.

Methods inherited from: ecStyleCheck

actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), init()