|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance. The typical usage would be for an implentation of View to additionally implement StatusProvider such that its custom cells would appear in the StatusBar of the MainWindow whenever that View itself was the active View.
Method Summary | |
javax.swing.JComponent[] |
getCustomCells()
Get an array of custom cells to add to a StatusBar. |
boolean |
isExpandable(javax.swing.JComponent customCell)
Determine whether the given custom cell should expand to fill any extra space beyond its minimum requirements. |
Method Detail |
public javax.swing.JComponent[] getCustomCells()
StatusBar
public boolean isExpandable(javax.swing.JComponent customCell)
getCustomCells()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.