|
org.netbeans.modules.looks/2 1.12 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Look | |
---|---|
org.netbeans.api.nodes2looks | |
org.netbeans.spi.looks |
Uses of Look in org.netbeans.api.nodes2looks |
---|
Methods in org.netbeans.api.nodes2looks that return Look | |
---|---|
static Look |
Nodes.nodeLook()
Look that works with Node . |
Methods in org.netbeans.api.nodes2looks with parameters of type Look | |
---|---|
static Node |
Nodes.node(Object representedObject,
Look look)
Creates new LookNode. |
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 Look in org.netbeans.spi.looks |
---|
Subclasses of Look in org.netbeans.spi.looks | |
---|---|
class |
DefaultLook
Utility class for providing Looks. |
class |
ProxyLook
This is base class for delegating to other looks. |
Methods in org.netbeans.spi.looks that return Look | |
---|---|
static Look |
Looks.bean()
Look that presents an object as a JavaBean. |
static Look |
Looks.childrenSelectorProvider(String name,
Look look,
LookSelector selector)
|
static Look |
Looks.composite(String name,
Look[] delegates)
Look that is composite of the delegates specified by a given context or composite of array of looks. |
static Look |
Looks.filter(String name,
Look delegate,
long mask)
Look that filters the features of look which delegates. |
Methods in org.netbeans.spi.looks with parameters of type Look | |
---|---|
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 Look |
Looks.childrenSelectorProvider(String name,
Look look,
LookSelector selector)
|
static Look |
Looks.composite(String name,
Look[] delegates)
Look that is composite of the delegates specified by a given context or composite of array of looks. |
static LookSelector |
Selectors.decorator(LookSelector lookSelector,
Look decoratingLook)
Decorates looks found by given selector, with a decorating look. |
protected boolean |
ProxyLook.delegateTo(long method,
Look look,
Object representedObject)
A heart of this class - method which can decide where to delegate particular call. |
static Look |
Looks.filter(String name,
Look delegate,
long mask)
Look that filters the features of look which delegates. |
static LookSelector |
Selectors.singleton(Look delegate)
Utility method, creates a LookSelector which will allways return the look put into this method as a parameter. |
|
org.netbeans.modules.looks/2 1.12 | |||||||||
PREV NEXT | FRAMES NO FRAMES |