站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

StatusLineElementProvider (UI Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.awt 6.11.0

org.openide.awt
Interface StatusLineElementProvider


public interface StatusLineElementProvider

Provides a component which will be added at east side of the status line. A provider should be installed in default lookup, e.g. using META-INF/services.

Since:
6.4

Method Summary
 Component getStatusLineElement()
          Returns a component displayable in the status line.
 

Method Detail

getStatusLineElement

Component getStatusLineElement()
Returns a component displayable in the status line.


org.openide.awt 6.11.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.