com.softsynth.jmsl.view
Class PVPanelAdapter
java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
- All Implemented Interfaces:
- PVComponent, PVPanel
- Direct Known Subclasses:
- DimensionNameSpaceValuesEditorPanel, DimValueEditPanel, KeyboardInstrumentPlayer, MidiInitPanel, MusicShapeEditor, PanAmpPanel, PatchEditorPanel, PVUsageDisplay, SampleInstrumentKeyMapPanel, SampleInstrumentMapperPanel, ScoreControlPanel, ScoreEditPanel, WAVRecorderPanel
public class PVPanelAdapter
- extends java.lang.Object
- implements PVPanel
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email:
didkovn@mail.rockefeller.edu
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PVPanelAdapter
public PVPanelAdapter()
add
public java.awt.Component add(java.awt.Component component)
- Specified by:
add in interface PVPanel
- Parameters:
component -
- Returns:
add
public java.awt.Component add(java.lang.String name,
java.awt.Component component)
- Specified by:
add in interface PVPanel
- Parameters:
name - component -
- Returns:
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals in class java.lang.Object
getBounds
public java.awt.Rectangle getBounds()
- Specified by:
getBounds in interface PVComponent
- Returns:
getComponent
public java.awt.Component getComponent()
- Specified by:
getComponent in interface PVComponent
- Returns:
getParent
public java.awt.Container getParent()
- Specified by:
getParent in interface PVComponent
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
remove
public void remove(java.awt.Component component)
- Specified by:
remove in interface PVPanel
- Parameters:
component -
removeAll
public void removeAll()
- Specified by:
removeAll in interface PVPanel
setBackground
public void setBackground(java.awt.Color color)
- Specified by:
setBackground in interface PVComponent- Specified by:
setBackground in interface PVPanel
- Parameters:
color -
setLayout
public void setLayout(java.awt.LayoutManager layoutManager)
- Specified by:
setLayout in interface PVPanel
- Parameters:
layoutManager -
setLocation
public void setLocation(int x,
int y)
- Specified by:
setLocation in interface PVComponent
- Parameters:
x - y -
setVisible
public void setVisible(boolean b)
- Specified by:
setVisible in interface PVPanel
- Parameters:
b -
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
validate
public void validate()
- Specified by:
validate in interface PVPanel
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface PVComponent
- Returns:
setEnabled
public void setEnabled(boolean b)
- Specified by:
setEnabled in interface PVComponent
- Parameters:
b -
addKeyListener
public void addKeyListener(java.awt.event.KeyListener l)
- Specified by:
addKeyListener in interface PVComponent
- Parameters:
l -
removeKeyListener
public void removeKeyListener(java.awt.event.KeyListener l)
- Specified by:
removeKeyListener in interface PVComponent
- Parameters:
l -
getBackground
public java.awt.Color getBackground()
- Specified by:
getBackground in interface PVComponent
- Returns:
setFont
public void setFont(java.awt.Font font)
- Specified by:
setFont in interface PVComponent
getFont
public java.awt.Font getFont()
- Specified by:
getFont in interface PVComponent