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 boolean
m_RequiresUpdate
whether LWL requires updating.
-
Constructor Summary
Constructors Constructor Description UpdateRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getRequiresUpdate()
Returns whether an update is required.boolean
observe(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:
observe
in 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
-
-