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

VcsGroupSettings (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class VcsGroupSettings

java.lang.Object
  extended byorg.openide.util.SharedClassObject
      extended byorg.openide.options.SystemOption
          extended byorg.netbeans.modules.vcscore.grouping.VcsGroupSettings
All Implemented Interfaces:
Externalizable, HelpCtx.Provider, Serializable

public class VcsGroupSettings
extends SystemOption

Options for VcsGroup feature

See Also:
Serialized Form

Field Summary
static int ADDITION_ASK
           
static int ADDITION_MANUAL
           
static int ADDITION_TO_DEFAULT
           
static String PROP_AUTO_ADDITION
           
static String PROP_DISABLE_GROUPS
           
static String PROP_SHOW_LINKS
           
 
Constructor Summary
VcsGroupSettings()
           
 
Method Summary
 String displayName()
          human presentable name
 int getAutoAddition()
          Getter for property autoAddition.
protected  void initialize()
           
 boolean isDisableGroups()
          Getter for property disableGroups.
 boolean isShowLinks()
          Getter for property showLinks.
 void setAutoAddition(int autoAddition)
          Setter for property autoAddition.
 void setDisableGroups(boolean disableGroups)
          Setter for property disableGroups.
 void setShowLinks(boolean show)
          Setter for property showLinks.
 
Methods inherited from class org.openide.options.SystemOption
clearSharedData, firePropertyChange, getHelpCtx, getName, isReadExternal, isWriteExternal, readExternal, reset, writeExternal
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_AUTO_ADDITION

public static final String PROP_AUTO_ADDITION
See Also:
Constant Field Values

PROP_SHOW_LINKS

public static final String PROP_SHOW_LINKS
See Also:
Constant Field Values

PROP_DISABLE_GROUPS

public static final String PROP_DISABLE_GROUPS
See Also:
Constant Field Values

ADDITION_MANUAL

public static final int ADDITION_MANUAL
See Also:
Constant Field Values

ADDITION_ASK

public static final int ADDITION_ASK
See Also:
Constant Field Values

ADDITION_TO_DEFAULT

public static final int ADDITION_TO_DEFAULT
See Also:
Constant Field Values
Constructor Detail

VcsGroupSettings

public VcsGroupSettings()
Method Detail

initialize

protected void initialize()

displayName

public String displayName()
human presentable name


isShowLinks

public boolean isShowLinks()
Getter for property showLinks.

Returns:
Value of property showLinks.

setShowLinks

public void setShowLinks(boolean show)
Setter for property showLinks.


getAutoAddition

public int getAutoAddition()
Getter for property autoAddition.

Returns:
Value of property autoAddition.

setAutoAddition

public void setAutoAddition(int autoAddition)
Setter for property autoAddition.

Parameters:
autoAddition - New value of property autoAddition.

isDisableGroups

public boolean isDisableGroups()
Getter for property disableGroups.

Returns:
Value of property disableGroups.

setDisableGroups

public void setDisableGroups(boolean disableGroups)
Setter for property disableGroups.

Parameters:
disableGroups - New value of property disableGroups.

 

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