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

Uses of Interface org.netbeans.spi.project.support.ant.PropertyEvaluator (NetBeans Ant Project API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.netbeans.spi.project.support.ant.PropertyEvaluator

Packages that use PropertyEvaluator
org.netbeans.spi.project.support.ant Principal package for implementing typical Ant-based projects. 
org.netbeans.spi.project.support.ant.ui Package containing classes supporting development of UI for Ant-based projects. 
 

Uses of PropertyEvaluator in org.netbeans.spi.project.support.ant
 

Methods in org.netbeans.spi.project.support.ant that return PropertyEvaluator
static PropertyEvaluator PropertyUtils.sequentialPropertyEvaluator(PropertyProvider preprovider, PropertyProvider[] providers)
          Create a property evaluator based on a series of definitions.
 PropertyEvaluator AntProjectHelper.getStandardPropertyEvaluator()
          Get a property evaluator that can evaluate properties according to the default file layout for Ant-based projects.
 

Methods in org.netbeans.spi.project.support.ant with parameters of type PropertyEvaluator
 FileBuiltQueryImplementation AntProjectHelper.createGlobFileBuiltQuery(PropertyEvaluator eval, String[] from, String[] to)
          Create an implementation of FileBuiltQuery that works with files within the project based on simple glob pattern mappings.
 AntArtifact AntProjectHelper.createSimpleAntArtifact(String type, String locationProperty, PropertyEvaluator eval, String targetName, String cleanTargetName)
          Create a basic implementation of AntArtifact which assumes everything of interest is in a fixed location under a standard Ant-based project.
 SharabilityQueryImplementation AntProjectHelper.createSharabilityQuery(PropertyEvaluator eval, String[] sourceRoots, String[] buildDirectories)
          Create an implementation of the file sharability query.
 

Constructors in org.netbeans.spi.project.support.ant with parameters of type PropertyEvaluator
SourcesHelper(AntProjectHelper project, PropertyEvaluator evaluator)
          Create the helper object, initially configured to recognize only sources contained inside the project directory.
ReferenceHelper(AntProjectHelper helper, AuxiliaryConfiguration aux, PropertyEvaluator eval)
          Create a new reference helper.
 

Uses of PropertyEvaluator in org.netbeans.spi.project.support.ant.ui
 

Methods in org.netbeans.spi.project.support.ant.ui with parameters of type PropertyEvaluator
 JToggleButton.ToggleButtonModel StoreGroup.createToggleButtonModel(PropertyEvaluator evaluator, String propertyName)
          Creates toogle button model representing a boolean in the StoreGroup.
 JToggleButton.ToggleButtonModel StoreGroup.createInverseToggleButtonModel(PropertyEvaluator evaluator, String propertyName)
          Creates toggle button model representing a boolean in the StoreGroup.
 Document StoreGroup.createStringDocument(PropertyEvaluator evaluator, String propertyName)
          Creates Document containing the string value of given property.
 


 

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