org.netbeans.modules.javahelp/1 2.22.1

org.netbeans.api.javahelp
Annotation Type HelpSetRegistration


@Retention(value=SOURCE)
@Target(value=PACKAGE)
public @interface HelpSetRegistration


Required Element Summary
 String helpSet
          Relative location of a help set file.
 
Optional Element Summary
 String[] excludes
          Helpset-relative HTML filenames to exclude from indexing.
 boolean merge
          Whether the help set should be merged into the master help set.
 int position
          Position of help set reference.
 

Element Detail

helpSet

public abstract String helpSet
Relative location of a help set file. Typically matches: -//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN

merge

public abstract boolean merge
Whether the help set should be merged into the master help set.

Default:
true

position

public abstract int position
Position of help set reference.

Default:
2147483647

excludes

public abstract String[] excludes
Helpset-relative HTML filenames to exclude from indexing.

Default:
"credits.html"

org.netbeans.modules.javahelp/1 2.22.1

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