Package com.softsynth.jmsl.score.view
Class JustifierBaseControlFrame
java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
com.softsynth.jmsl.score.view.JustifierBaseControlFrame
- All Implemented Interfaces:
PVComponent
,PVFrame
,PVScrollbarListener
public class JustifierBaseControlFrame extends PVFrameAdapter implements PVScrollbarListener
O
- Author:
- Nick Didkovsky, (c) 2005 Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description JustifierBaseControlFrame(ScoreFrame scoreFrame)
-
Method Summary
Modifier and Type Method Description void
notifyScrollbarValueChanged(PVScrollbar sb)
Any class using a JMSLScrollbar must implement JMSLScrollbarProcessor by defining this methodMethods 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
-
JustifierBaseControlFrame
-
-
Method Details
-
notifyScrollbarValueChanged
Any class using a JMSLScrollbar must implement JMSLScrollbarProcessor by defining this method- Specified by:
notifyScrollbarValueChanged
in interfacePVScrollbarListener
-