Class FrmTRL_Rules

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class FrmTRL_Rules extends JFrame
Maintain the set of traffic locking rules. There is an east set and a west set in CodeButtonHandlerData.

When the form is invoked, trafficLockingRules points to either the east set or the west set. The contents of the set is then loaded into _mTrafficLockingModel for display by JList. When changes are made, the related entries in the model are updated.

When the save and close button is pressed, the model contents replace the contents of the related traffic locking rules ArrayList in the current CodeButtonHandlerData object.

See Also: