com.softsynth.jmsl.view
Class JMSLClockAdvanceFrame

java.lang.Object
  extended by com.softsynth.jmsl.view.PVFrameAdapter
      extended by com.softsynth.jmsl.view.JMSLClockAdvanceFrame
All Implemented Interfaces:
PVComponent, PVFrame, PVScrollbarListener

public class JMSLClockAdvanceFrame
extends PVFrameAdapter
implements PVScrollbarListener

A Frame with a scrollbar to let user set JMSL.clock.advance

Author:
Nick Didkovsky, 8/31/01 7:59PM

Constructor Summary
JMSLClockAdvanceFrame()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void notifyScrollbarValueChanged(PVScrollbar sb)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSLClockAdvanceFrame

public JMSLClockAdvanceFrame()
Method Detail

main

public static void main(java.lang.String[] args)

notifyScrollbarValueChanged

public void notifyScrollbarValueChanged(PVScrollbar sb)
Specified by:
notifyScrollbarValueChanged in interface PVScrollbarListener