NetBeans Architecture Answers for Actions module


Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ProgressAPIImportedStable .http://www.netbeans.org/download/dev/javadoc/overview-summary.html

UtilitiesAPIImportedOfficialhttp://www.netbeans.org/download/dev/javadoc/org-openide-util/overview-summary.html

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ActionMapKeysExportedStable

certain keys has been published by the platform and modules can use them to register their own implementation in action maps of their components:
  • "cloneWindow" - an action to be executed when a top component is to be cloned
  • "closeWindow" - an action when a view is about to be closed
  • DefaultEditorKit.copyAction - copy action handler
  • DefaultEditorKit.cutAction - cut action handler
  • "delete" - delete action handler
  • DefaultEditorKit.pasteAction - paste action handler
  • "jumpNext" - when a next element shall be selected
  • "jumpPrev" - when a previous element shall be selected


General Information


Project and platform dependencies

Question (dep-non-nb): What other projects outside NetBeans does this one depend on?

Answer: No.

Question (dep-platform): On which platforms does your module run? Does it run in the same way on each?

Answer: 100% pure Java. It should run anywhere.

Question (dep-jre): Which version of JRE do you need (1.2, 1.3, 1.4, etc.)?

Answer: It uses JRE 1.3.

Question (dep-jrejdk): Do you require the JDK or is the JRE enough?

Answer: JRE is enough.

Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability


Built on December 13 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.