VTT Java
2010 Version

gov.nih.nlm.nls.vtt.GuiControl
Class MarkupsDiffDialogControl

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.GuiControl.MarkupsDiffDialogControl
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener

public class MarkupsDiffDialogControl
extends java.lang.Object
implements javax.swing.event.ChangeListener

This is the Controller Java class for MarkupDialog to synchronize JScrollBar. Use ChangeListener for JScorllBar.getModel().

History:

Version:
V-2010
Author:
NLM NLS Development Team, clu

Constructor Summary
MarkupsDiffDialogControl(javax.swing.BoundedRangeModel model)
          Create a MarkupsDiffDialogControl object for markups difference dialog controller by specifying model.
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent evt)
          Override methods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupsDiffDialogControl

public MarkupsDiffDialogControl(javax.swing.BoundedRangeModel model)
Create a MarkupsDiffDialogControl object for markups difference dialog controller by specifying model.

Parameters:
model - bounded range model
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent evt)
Override methods

Specified by:
stateChanged in interface javax.swing.event.ChangeListener
Parameters:
evt - is used to notify interested parties that state has changed in the event source

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine