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

Uses of Interface org.netbeans.spi.project.ui.support.ProjectActionPerformer (NetBeans Project UI API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.netbeans.spi.project.ui.support.ProjectActionPerformer

Packages that use ProjectActionPerformer
org.netbeans.spi.project.ui.support Helpful UI support classes for general projects. 
 

Uses of ProjectActionPerformer in org.netbeans.spi.project.ui.support
 

Methods in org.netbeans.spi.project.ui.support with parameters of type ProjectActionPerformer
static Action ProjectSensitiveActions.projectSensitiveAction(ProjectActionPerformer performer, String namePattern, Icon icon)
          Creates an action sensitive to the set of currently selected projects.
static Action MainProjectSensitiveActions.mainProjectSensitiveAction(ProjectActionPerformer performer, String name, Icon icon)
          Creates an action sensitive to the project currently selected as main in the UI.
 


 

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