plp.analyzer
Class PLPFrameSelectionListener

java.lang.Object
plp.analyzer.PLPFrameSelectionListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
- public class PLPFrameSelectionListener
- extends java.lang.Object
- implements javax.swing.event.ListSelectionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
private PLPFrameModel model
ncpView
private NCPView ncpView
PLPFrameSelectionListener
public PLPFrameSelectionListener(PLPFrameModel model,
NCPView ncpView)
setPLPFrameModel
public void setPLPFrameModel(PLPFrameModel model)
getPLPFrameModel
public PLPFrameModel getPLPFrameModel()
getNCPView
public NCPView getNCPView()
setNCPView
public void setNCPView(NCPView ncpView)
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Description copied from interface:
javax.swing.event.ListSelectionListener
- Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener