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

StatusLineElementProvider (NetBeans UI Utilities API) - NetBeans API Javadoc 5.5.1

org.openide.awt 6.7.31

org.openide.awt
Interface StatusLineElementProvider


public interface StatusLineElementProvider

Provides a component which will be added at east side of the status line. The providers can be declared in module's MET-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.7.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.