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

Overview (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

NetBeans Explorer API

See:
          Description

Explorer API
org.openide.explorer Many different UI components of the IDE are actually Explorer views of nodes.
org.openide.explorer.propertysheet The exact properties of a node may be displayed and edited with the Property Sheet.
org.openide.explorer.propertysheet.editors  
org.openide.explorer.view The Explorer is really an abstraction that needs a view to actually display the nodes.

 

What is New (see all changes)?

Use Cases

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ExplorerAPIExportedOfficial .../org/openide/explorer/doc-files/api.html

TreeTableViewSortingAPIExportedFriend

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
netbeans.dnd.enabledExportedPrivate

Checks by Drag & Drop support for views. True is regard as default (no matter what jdk's version). False value disallows Drag & Drop in all views.

customDeleteExportedUnder Development

Nodes returing Boolean.TRUE from getValue("customDelete") are assumed to provide their own confirmation dialog for delete action and explorer will not show default one when they are deleted.

Implementation Details

Read more about the implementation in the answers to architecture questions.


 

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