Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.controls
Class ThemedStatusBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by oracle.bali.ewt.elaf.EWTStatusBarUI
          extended by oracle.bali.ewt.elaf.basic.BasicEWTStatusBarUI
              extended by 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.


Field Summary

 

Fields inherited from class oracle.bali.ewt.elaf.EWTStatusBarUI
NONRESIZABLE_SPLITTERS_KEY, RESIZABLE_SPLITTERS_KEY

 

Constructor Summary
ThemedStatusBarUI()
           

 

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

 

Constructor Detail

ThemedStatusBarUI

public ThemedStatusBarUI()

Method Detail

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.