public interface PositionListManager
| Modifier and Type | Method and Description | 
|---|---|
PositionList | 
getPositionList()
Returns a copy of the current PositionList, the one used by the
 Acquisition Protocol 
 | 
void | 
markCurrentPosition()
Deprecated. 
 
since this function completely depends on the PositionListDlg. 
 | 
void | 
setPositionList(PositionList pl)
Makes this the 'current' PositionList, i.e., the one used by the
 Acquisition Protocol, and shown in the PositionListDlg. 
 | 
void setPositionList(PositionList pl)
pl - PositionList to be made the current onePositionList getPositionList()
@Deprecated void markCurrentPosition()