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

GroupCookie (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Interface GroupCookie

All Superinterfaces:
Node.Cookie

public interface GroupCookie
extends Node.Cookie

The Group cookie.


Method Summary
 String getDescription()
          Get the description of the group.
 String getDisplayName()
          Get the display name of the group.
 

Method Detail

getDisplayName

public String getDisplayName()
Get the display name of the group.


getDescription

public String getDescription()
Get the description of the group. This description is used by the commit command.


 

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