Package com.softsynth.jmsl.jsyn2
Class JSynUsagePanel
java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
com.softsynth.jmsl.jsyn2.JSynUsagePanel
- All Implemented Interfaces:
PVComponent
,PVPanel
public class JSynUsagePanel extends PVPanelAdapter
JSyn UsageDisplay panel that is both Swing and AWT compatible. Uses
JMSL.getViewFactory() to build its components
- Author:
- Nick Didkovsky, (c) 2012 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description JSynUsagePanel()
-
Method Summary
Modifier and Type Method Description void
setFont(java.awt.Font f)
Methods inherited from class com.softsynth.jmsl.view.PVPanelAdapter
add, add, addKeyListener, equals, getBackground, getBounds, getComponent, getFont, getLocation, getParent, hashCode, isEnabled, remove, removeAll, removeKeyListener, setBackground, setEnabled, setLayout, setLocation, setVisible, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
JSynUsagePanel
public JSynUsagePanel()
-
-
Method Details
-
setFont
public void setFont(java.awt.Font f)- Specified by:
setFont
in interfacePVComponent
- Overrides:
setFont
in classPVPanelAdapter
-