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

Uses of Class org.netbeans.spi.looks.LookSelector (Looks) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.looks/2 1.12

Uses of Class
org.netbeans.spi.looks.LookSelector

Packages that use LookSelector
org.netbeans.api.nodes2looks   
org.netbeans.spi.looks   
 

Uses of LookSelector in org.netbeans.api.nodes2looks
 

Methods in org.netbeans.api.nodes2looks with parameters of type LookSelector
static Node Nodes.node(Object representedObject, Look look, LookSelector lookSelector)
          Creates new LookNode.
static Node Nodes.node(Object representedObject, Look look, LookSelector lookSelector, Node.Handle handle)
          Creates new LookNode.
 

Uses of LookSelector in org.netbeans.spi.looks
 

Methods in org.netbeans.spi.looks that return LookSelector
static LookSelector Selectors.array(Look[] delegates)
          Utility method, creates a LookSelector which will allways return the looks put into this method as a parameter.
static LookSelector Selectors.composite(LookSelector[] selectors)
          Creates composite selector which merges all selectors given as parameter and removed duplicities.
static LookSelector Selectors.decorator(LookSelector lookSelector, Look decoratingLook)
          Decorates looks found by given selector, with a decorating look.
static LookSelector Selectors.defaultTypes()
          NamespaceSelector which searches for a look in default namespace "Looks/Types/".
static LookSelector Selectors.first(LookSelector delegate)
          Utility method, creates a LookSelector which selects the first only Look from another LookSelector which it delegates to.
static LookSelector Selectors.namespaceTypes(String contextPrefix)
          Searches for a look in namespace given name of context to search.
static LookSelector Selectors.selector(ChangeableLookProvider provider)
          Creates a LookSelector which may change it's content.
static LookSelector Selectors.selector(LookProvider provider)
          Creates a LookSelector based on LookProvider which will never change it's content.
static LookSelector Selectors.singleton(Look delegate)
          Utility method, creates a LookSelector which will allways return the look put into this method as a parameter.
 

Methods in org.netbeans.spi.looks with parameters of type LookSelector
static Look Looks.childrenSelectorProvider(String name, Look look, LookSelector selector)
           
static LookSelector Selectors.composite(LookSelector[] selectors)
          Creates composite selector which merges all selectors given as parameter and removed duplicities.
static LookSelector Selectors.decorator(LookSelector lookSelector, Look decoratingLook)
          Decorates looks found by given selector, with a decorating look.
static LookSelector Selectors.first(LookSelector delegate)
          Utility method, creates a LookSelector which selects the first only Look from another LookSelector which it delegates to.
 

Constructors in org.netbeans.spi.looks with parameters of type LookSelector
ProxyLook(String name, LookSelector content)
          Creates new instance of look does no work.
 


org.netbeans.modules.looks/2 1.12

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