|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lookup.Provider | |
org.openide.explorer | Many different UI components of the IDE are actually Explorer views of nodes. |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
org.openide.util.lookup | Useful implementations of the lookup system used to register functionality and objects in the APIs. |
org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. |
Uses of Lookup.Provider in org.openide.explorer |
Classes in org.openide.explorer that implement Lookup.Provider | |
class |
ExplorerPanel
Deprecated. Use ExplorerUtils.actionCopy(org.openide.explorer.ExplorerManager) , etc, see ExplorerUtils javadoc
for details |
Uses of Lookup.Provider in org.openide.nodes |
Classes in org.openide.nodes that implement Lookup.Provider | |
class |
AbstractNode
A basic implementation of a node. |
class |
BeanNode
Represents one JavaBean in the nodes hierarchy. |
class |
FilterNode
A proxy for another node. |
class |
IndexedNode
An implementation of a node that has children and supports reordering by providing Index implementor. |
class |
Node
A node represents one element in a hierarchy of objects (beans). |
Uses of Lookup.Provider in org.openide.text |
Classes in org.openide.text that implement Lookup.Provider | |
class |
CloneableEditor
Cloneable top component to hold the editor kit. |
Uses of Lookup.Provider in org.openide.util.lookup |
Methods in org.openide.util.lookup with parameters of type Lookup.Provider | |
static Lookup |
Lookups.proxy(Lookup.Provider provider)
Creates a lookup that delegates to another one but that one can change from time to time. |
Uses of Lookup.Provider in org.openide.windows |
Classes in org.openide.windows that implement Lookup.Provider | |
class |
CloneableTopComponent
A top component which may be cloned. |
class |
TopComponent
Embeddable visual component to be displayed in the IDE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |