oracle.ide.controls
Class ThemedStatusBarUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
oracle.bali.ewt.elaf.EWTStatusBarUI
          
oracle.bali.ewt.elaf.basic.BasicEWTStatusBarUI
              
oracle.ide.controls.ThemedStatusBarUI
public final class ThemedStatusBarUI
- extends oracle.bali.ewt.elaf.basic.BasicEWTStatusBarUI
 
This class is exposed for implementation reasons and should not be used
 directly by extension developers.
 
| Fields inherited from class oracle.bali.ewt.elaf.EWTStatusBarUI | 
NONRESIZABLE_SPLITTERS_KEY, RESIZABLE_SPLITTERS_KEY | 
 
 
| 
Method Summary | 
static javax.swing.plaf.ComponentUI | 
createUI(javax.swing.JComponent component)
 
          Create the shared instance of the EWTStatusBarUI for the Oracle look and
 feel. | 
 oracle.bali.ewt.painter.Painter | 
getCenterSplitterPainter(javax.swing.JComponent component)
 
            | 
 int | 
getItemSpacing(javax.swing.JComponent component)
 
            | 
 oracle.bali.ewt.painter.Painter | 
getStaticSplitterPainter(javax.swing.JComponent component)
 
            | 
 
| Methods inherited from class oracle.bali.ewt.elaf.basic.BasicEWTStatusBarUI | 
getItemBorder, getLeftSplitterPainter, getRightSplitterPainter, installUI | 
 
| Methods inherited from class javax.swing.plaf.ComponentUI | 
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, uninstallUI, update | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ThemedStatusBarUI
public ThemedStatusBarUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent component)
- Create the shared instance of the EWTStatusBarUI for the Oracle look and
 feel.
 
 
getStaticSplitterPainter
public oracle.bali.ewt.painter.Painter getStaticSplitterPainter(javax.swing.JComponent component)
- Overrides:
 getStaticSplitterPainter in class oracle.bali.ewt.elaf.basic.BasicEWTStatusBarUI
 
 
getCenterSplitterPainter
public oracle.bali.ewt.painter.Painter getCenterSplitterPainter(javax.swing.JComponent component)
- Specified by:
 getCenterSplitterPainter in class oracle.bali.ewt.elaf.EWTStatusBarUI
 
 
getItemSpacing
public int getItemSpacing(javax.swing.JComponent component)
- Specified by:
 getItemSpacing in class oracle.bali.ewt.elaf.EWTStatusBarUI
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.