Interface Applyable
- 
- All Known Subinterfaces:
 ValidateApplyable
- All Known Implementing Classes:
 ModelDefinitionSelectionPanel,ModelOpticsSelectionPanel,PlotCreationPanel,RangeSelectionPanel
public interface ApplyableThis interface enforces an apply-method for a panel 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply()apply the changesvoidcancel()undo the changes 
 -