Class UserInterface.ModelToInformationsElementPanelAdaptor

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

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

this adaptor is for InformationElementsPanel controls


Field Summary
(package private)  Document model
           
(package private)  InformationElementsPanel view
           
 
Constructor Summary
UserInterface.ModelToInformationsElementPanelAdaptor(Document m, InformationElementsPanel 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

InformationElementsPanel view
Constructor Detail

UserInterface.ModelToInformationsElementPanelAdaptor

public UserInterface.ModelToInformationsElementPanelAdaptor(Document m,
                                                            InformationElementsPanel v)
Method Detail

stateChanged

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