Searched refs:holdAtContractions (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewerImpl.java67 private boolean holdAtContractions = true; field in class:ViewerImpl
106 hacCheckBox.setModel(new BooleanPropertyModel("holdAtContractions",
166 "holdAtContractions", newValue)).issue();
171 boolean oldValue = holdAtContractions;
172 holdAtContractions = newValue;
174 firePropertyChange("holdAtContractions", oldValue, newValue);
180 return(holdAtContractions);
402 if(currentEvent instanceof ContractEvent && holdAtContractions)

Completed in 61 milliseconds