Package com.softsynth.jmsl.view
Class JMSLClockAdvanceFrame
java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
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
Constructors Constructor Description JMSLClockAdvanceFrame()
-
Method Summary
Modifier and Type Method Description 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, getLocation, 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 Details
-
JMSLClockAdvanceFrame
public JMSLClockAdvanceFrame()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) -
notifyScrollbarValueChanged
- Specified by:
notifyScrollbarValueChanged
in interfacePVScrollbarListener
-