Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

plp.analyzer
Class PLPFrameSelectionListener  view PLPFrameSelectionListener download PLPFrameSelectionListener.java

java.lang.Object
  extended byplp.analyzer.PLPFrameSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class PLPFrameSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
private  PLPFrameModel model
           
private  NCPView ncpView
           
 
Constructor Summary
PLPFrameSelectionListener(PLPFrameModel model, NCPView ncpView)
           
 
Method Summary
 NCPView getNCPView()
           
 PLPFrameModel getPLPFrameModel()
           
 void setNCPView(NCPView ncpView)
           
 void setPLPFrameModel(PLPFrameModel model)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
          Receives notification of a javax.swing.event.ListSelectionEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

private PLPFrameModel model

ncpView

private NCPView ncpView
Constructor Detail

PLPFrameSelectionListener

public PLPFrameSelectionListener(PLPFrameModel model,
                                 NCPView ncpView)
Method Detail

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