Class UserInterface.ModelToDialogActPanelAdaptor

java.lang.Object
  |
  +--UserInterface.ModelToDialogActPanelAdaptor
Enclosing class:
UserInterface

private static class UserInterface.ModelToDialogActPanelAdaptor
extends java.lang.Object
implements javax.swing.event.ChangeListener

this adaptor id for the DialogActPanel


Field Summary
(package private)  Document model
           
(package private)  DialogActPanel view
           
 
Constructor Summary
UserInterface.ModelToDialogActPanelAdaptor(Document m, DialogActPanel v)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

model

Document model

view

DialogActPanel view
Constructor Detail

UserInterface.ModelToDialogActPanelAdaptor

public UserInterface.ModelToDialogActPanelAdaptor(Document m,
                                                  DialogActPanel v)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener