Package org.jjazz.ss_editor.rpviewer.spi
Interface RpViewerSettings
public interface RpViewerSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static RpViewerSettings
default StringRpRendererSettings
void
void
setDefaultBackgroundColor
(Color color) void
setDefaultBorderColor
(Color color) void
setFocusedBorderColor
(Color color) void
setNameFont
(Font font) void
setNameFontColor
(Color color) void
setSelectedBackgroundColor
(Color color)
-
Field Details
-
PROP_NAME_FONT
- See Also:
-
PROP_NAME_FONT_COLOR
- See Also:
-
PROP_SELECTED_BACKGROUND_COLOR
- See Also:
-
PROP_BACKGROUND_COLOR
- See Also:
-
PROP_FOCUS_BORDER_COLOR
- See Also:
-
PROP_DEFAULT_BORDER_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
getStringRpRendererSettings
-
setNameFont
-
getNameFont
Font getNameFont() -
setNameFontColor
-
getNameFontColor
Color getNameFontColor() -
setSelectedBackgroundColor
-
getSelectedBackgroundColor
Color getSelectedBackgroundColor() -
setDefaultBackgroundColor
-
getDefaultBackgroundColor
Color getDefaultBackgroundColor() -
setFocusedBorderColor
-
getFocusedBorderColor
Color getFocusedBorderColor() -
getFocusedBorder
Border getFocusedBorder() -
setDefaultBorderColor
-
getDefaultBorderColor
Color getDefaultBorderColor() -
getNonFocusedBorder
Border getNonFocusedBorder() -
addPropertyChangeListener
-
removePropertyChangeListener
-