Package soundPlayback.swing
Class BasicSidebarLayout
java.lang.Object
soundPlayback.swing.BasicSidebarLayout
Simple layout for side bar components.
- Author:
 - dg50
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic BasicSidebarLayoutmakeBasicLayout(PlaySliderComponent sliderComponent) static BasicSidebarLayoutmakeBasicLayout(PlaySliderComponent sliderComponent, JComponent comp2) voidsetTextLabel(String textValue) voidsetToolTipText(String text)  
- 
Method Details
- 
makeBasicLayout
 - 
makeBasicLayout
public static BasicSidebarLayout makeBasicLayout(PlaySliderComponent sliderComponent, JComponent comp2)  - 
getComponent
 - 
getMainPanel
- Returns:
 - the mainPanel
 
 - 
getTextLabel
- Returns:
 - the textLabel
 
 - 
setTextLabel
 - 
setToolTipText
 
 -