Package adams.gui.goe.popupmenu
Class FixLWL.UpdateRequired
- java.lang.Object
-
- adams.gui.goe.popupmenu.FixLWL.UpdateRequired
-
- All Implemented Interfaces:
PropertyTraversal.Observer
- Enclosing class:
- FixLWL
public static class FixLWL.UpdateRequired extends Object implements PropertyTraversal.Observer
Sets the noUpdate flag of LWLSynchro classifiers.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanm_RequiresUpdatewhether LWL requires updating.
-
Constructor Summary
Constructors Constructor Description UpdateRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetRequiresUpdate()Returns whether an update is required.booleanobserve(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.
-
-
-
Method Detail
-
observe
public boolean observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)
Presents the current path, descriptor and object to the observer.- Specified by:
observein interfacePropertyTraversal.Observer- Parameters:
path- the pathdesc- the property descriptorparent- the parent objectchild- the child object- Returns:
- true if to continue observing
-
getRequiresUpdate
public boolean getRequiresUpdate()
Returns whether an update is required.- Returns:
- true if update required
-
-