@@ -55,10 +55,6 @@ public enum HtmlStyle {
55
55
blockList ,
56
56
circle ,
57
57
classUses ,
58
- deprecatedLabel ,
59
- deprecationBlock ,
60
- deprecationComment ,
61
- descfrmTypeLabel ,
62
58
externalLink ,
63
59
hierarchy ,
64
60
horizontal ,
@@ -74,18 +70,11 @@ public enum HtmlStyle {
74
70
packages ,
75
71
packageHierarchyLabel ,
76
72
packageUses ,
77
- permitsNote ,
78
- previewBlock ,
79
- previewComment ,
80
- previewLabel ,
81
- searchTagLink ,
82
- searchTagResult ,
83
73
serializedPackageContainer ,
84
74
sourceContainer ,
85
75
sourceLineNo ,
86
76
typeNameLabel ,
87
77
typeNameLink ,
88
- verticalSeparator ,
89
78
90
79
//<editor-fold desc="navigation bar">
91
80
//
@@ -358,6 +347,57 @@ public enum HtmlStyle {
358
347
359
348
//</editor-fold>
360
349
350
+ //<editor-fold desc="additional details">
351
+ //
352
+ // The following constants are used for the additional information that may be provided
353
+ // for a declaration, such as whether it is deprecated or is a "preview" feature.
354
+
355
+ /**
356
+ * The class for the "Deprecated" label in a block describing the "deprecated" status
357
+ * of a declaration.
358
+ */
359
+ deprecatedLabel ,
360
+
361
+ /**
362
+ * The class for a block describing the "deprecated" status of a declaration.
363
+ */
364
+ deprecationBlock ,
365
+
366
+ /**
367
+ * The class for the details in a block describing the "deprecated" status of a declaration.
368
+ */
369
+ deprecationComment ,
370
+
371
+ /**
372
+ * The class for a label indicating the element from which a description has been copied.
373
+ */
374
+ // This should be renamed to something less cryptic
375
+ descfrmTypeLabel ,
376
+
377
+ /**
378
+ * The class for a note providing information about the permitted subtypes of a
379
+ * sealed class.
380
+ */
381
+ permitsNote ,
382
+
383
+ /**
384
+ * The class for a block describing the "preview" status of a declaration.
385
+ */
386
+ previewBlock ,
387
+
388
+ /**
389
+ * The class for the details in a block describing the "preview" status of a declaration.
390
+ */
391
+ previewComment ,
392
+
393
+ /**
394
+ * The class for the "Preview" label in a block describing the "preview" status
395
+ * of a declaration.
396
+ */
397
+ previewLabel ,
398
+
399
+ //</editor-fold>
400
+
361
401
//<editor-fold desc="tables">
362
402
//
363
403
// The following constants are used for "summary" and "details" tables.
@@ -621,6 +661,30 @@ public enum HtmlStyle {
621
661
typeParametersLong ,
622
662
//</editor-fold>
623
663
664
+ //<editor-fold desc="search index and results">
665
+ //
666
+ // The following constants are used for items in the static and interactive search indexes.
667
+
668
+ /**
669
+ * The class for a link in the static "Index" pages to a custom searchable item,
670
+ * such as defined with an {@code @index} tag.
671
+ */
672
+ searchTagLink ,
673
+
674
+ /**
675
+ * The class for a custom searchable item,
676
+ * such as defined with an {@code @index} tag.
677
+ */
678
+ searchTagResult ,
679
+
680
+ /**
681
+ * The class for the separator in the list of pages given at the top of the
682
+ * static "Index" page(s).
683
+ */
684
+ verticalSeparator ,
685
+
686
+ //</editor-fold>
687
+
624
688
//<editor-fold desc="page styles for <body> elements">
625
689
//
626
690
// The following constants are used for the class of the {@code <body>} element
@@ -732,10 +796,9 @@ public enum HtmlStyle {
732
796
treePage ,
733
797
//</editor-fold>
734
798
735
- //<editor-fold desc="page styles for <body> elements ">
799
+ //<editor-fold desc="help page ">
736
800
//
737
- // The following constants are used for the class of the {@code <body>} element
738
- // for the corresponding pages.
801
+ // The following constants are used for the contents of the "Help" page.
739
802
740
803
/**
741
804
* The class of the footnote at the bottom of the page.
0 commit comments