Package com.tagtraum.beatunes.plaf
Class BeaTunesPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- javax.swing.plaf.basic.BasicPanelUI
-
- com.tagtraum.beatunes.plaf.BeaTunesPanelUI
-
public class BeaTunesPanelUI extends BasicPanelUI
BeaTunesPanelUI.- Author:
- Hendrik Schreiber
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALWAYS_UNFOCUSED_BACKGROUND
static String
DONT_PAINT_FANCY_BACKGROUND
Client property flag that indicates that this panel should not paint a fancy background of any kind, but default to the default JPanel behaviour.
-
Constructor Summary
Constructors Constructor Description BeaTunesPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
void
paint(Graphics g, JComponent component)
-
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installDefaults, installUI, uninstallDefaults, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update
-
-
-
-
Field Detail
-
DONT_PAINT_FANCY_BACKGROUND
public static final String DONT_PAINT_FANCY_BACKGROUND
Client property flag that indicates that this panel should not paint a fancy background of any kind, but default to the default JPanel behaviour.- See Also:
- Constant Field Values
-
ALWAYS_UNFOCUSED_BACKGROUND
public static final String ALWAYS_UNFOCUSED_BACKGROUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
- Parameters:
c
- component- Returns:
- UI object
-
paint
public void paint(Graphics g, JComponent component)
- Overrides:
paint
in classComponentUI
-
-