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

Presenter.Toolbar (NetBeans Utilities API) - NetBeans API Javadoc 5.5.1

org.openide.util 6.8.31

org.openide.util.actions
Interface Presenter.Toolbar

All Superinterfaces:
Presenter
All Known Implementing Classes:
BooleanStateAction, CallableSystemAction, CallbackSystemAction
Enclosing interface:
Presenter

public static interface Presenter.Toolbar
extends Presenter

The presenter interface for presenting an action in a toolbar.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
Presenter.Menu, Presenter.Popup, Presenter.Toolbar
 
Method Summary
 Component getToolbarPresenter()
          Get a component that can present this action in a JToolBar.
 

Method Detail

getToolbarPresenter

Component getToolbarPresenter()
Get a component that can present this action in a JToolBar.

Returns:
the representation for this action

org.openide.util 6.8.31

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