Package org.jjazz.cl_editor.barbox.api
Interface BarBoxSettings
public interface BarBoxSettings
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoiddefault BarRendererSettingsThe font used to write the bar index.static BarBoxSettingsgetTitledBorder(String str) voidvoidsetBorderColor(Color color) voidsetBorderFont(Font font) voidsetDefaultColor(Color color) Set the default background color.voidsetDisabledColor(Color color) voidsetDisabledPastEndColor(Color color) voidsetFocusedBorderColor(Color color) voidsetPastEndColor(Color color) voidsetPastEndSelectedColor(Color color) voidsetPlaybackColor(Color color) voidsetSelectedColor(Color color)  
- 
Field Details
- 
PROP_BORDER_FONT
- See Also:
 
 - 
PROP_BORDER_COLOR
- See Also:
 
 - 
PROP_FOCUSED_BORDER_COLOR
- See Also:
 
 - 
PROP_BAR_DEFAULT_COLOR
- See Also:
 
 - 
PROP_BAR_SELECTED_COLOR
- See Also:
 
 - 
PROP_BAR_PAST_END_SELECTED_COLOR
- See Also:
 
 - 
PROP_BAR_PAST_END_COLOR
- See Also:
 
 - 
PROP_BAR_DISABLED_COLOR
- See Also:
 
 - 
PROP_BAR_PLAYBACK_COLOR
- See Also:
 
 - 
PROP_BAR_DISABLED_PAST_END_COLOR
- See Also:
 
 
 - 
 - 
Method Details
- 
getDefault
 - 
getBarRendererSettings
 - 
setBorderFont
 - 
getBorderFont
Font getBorderFont()The font used to write the bar index.- Returns:
 
 - 
getBorderColor
Color getBorderColor() - 
setBorderColor
 - 
getFocusedBorderColor
Color getFocusedBorderColor() - 
setFocusedBorderColor
 - 
getTitledBorder
- Parameters:
 str-- Returns:
 - Can be null.
 
 - 
getFocusedTitledBorder
 - 
setDefaultColor
Set the default background color.- Parameters:
 color- If null restore the default value.
 - 
getDefaultColor
Color getDefaultColor() - 
setSelectedColor
- Parameters:
 color- If null restore the default value.
 - 
getSelectedColor
Color getSelectedColor() - 
setPastEndSelectedColor
 - 
getPastEndSelectedColor
Color getPastEndSelectedColor() - 
setPastEndColor
 - 
getPastEndColor
Color getPastEndColor() - 
setDisabledColor
 - 
getDisabledColor
Color getDisabledColor() - 
setDisabledPastEndColor
 - 
getDisabledPastEndColor
Color getDisabledPastEndColor() - 
setPlaybackColor
- Parameters:
 color- If null restore the default value.
 - 
getPlaybackColor
Color getPlaybackColor() - 
addPropertyChangeListener
 - 
removePropertyChangeListener
 
 -