1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<?xml-stylesheet href="../../nbbuild/javadoctools/apichanges.xsl" type="text/xsl"?>
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../../nbbuild/javadoctools/apichanges.dtd">
<!-- INFO FOR PEOPLE ADDING CHANGES:
[most of contents snipped - see openide's apichanges for how-to instructions]
<change>
<api name="compiler"/>
<summary>Some brief description here, can use <b>XHTML</b></summary>
<version major="1" minor="99"/>
<date day="13" month="6" year="2001"/>
<author login="jrhacker"/>
<compatibility addition="yes"/>
<description>
The main description of the change here.
Again can use full <b>XHTML</b> as needed.
</description>
<class package="org.openide.compiler" name="DoWhatIWantCompiler"/>
<issue number="14309"/>
</change>
-->
<apichanges>
<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="OptionsAPI">Options Dialog API</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="OptionsPanelController.setSubcategory">
<api name="OptionsAPI"/>
<summary>API to handle selection of subcategory from a composite OptionspanelController</summary>
<version major="1" minor="38"/>
<date day="3" month="12" year="2013"/>
<author login="theofanis"/>
<compatibility addition="yes"/>
<description>
Added API to handle selection of subcategory. It is meant to be called from
a composite <code>OptionspanelController</code> and delegates to
<code>OptionspanelController.setCurrentSubcategory</code>.
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<issue number="180821"/>
</change>
<change id="Import.restart">
<api name="OptionsAPI"/>
<summary>Should Import Require Restart?</summary>
<version major="1" minor="34"/>
<date day="15" month="3" year="2013"/>
<author login="jtulach"/>
<compatibility addition="yes" semantic="incompatible">
Compared to previous versions, the default changed - now
the restart is not needed. Applications can change that by using
<a href="architecture-summary.html#branding-OPT_RestartAfterImport">
this branding API</a> and specifying <code>false</code> as the value
of associated key.
</compatibility>
<description>
Should an import of settings require a restart? Some applications
need that, some don't. There is a
<a href="architecture-summary.html#branding-OPT_RestartAfterImport">
branding API</a> to control such behavior now.
</description>
<issue number="226998"/>
</change>
<change id="OptionsDisplayer.openModal">
<api name="OptionsAPI"/>
<summary>API to control whether the options window should be modal or not when opened</summary>
<version major="1" minor="33"/>
<date day="26" month="2" year="2013"/>
<author login="theofanis"/>
<compatibility addition="yes"/>
<description>
Added API to control whether the options window should be modal or not when opened.
</description>
<class package="org.netbeans.api.options" name="OptionsDisplayer"/>
<issue number="207120"/>
</change>
<change id="OptionsPanelController.handleSuccessfulSearch">
<api name="OptionsAPI"/>
<summary>API to handle successfull search in some panel in options window</summary>
<version major="1" minor="30"/>
<date day="18" month="10" year="2012"/>
<author login="theofanis"/>
<compatibility addition="yes"/>
<description>
Added API to handle successful search in some panel in options window.
By default no action is performed. Each implementor should make special actions,
for example to choose a specific sub-panel, if this is required.
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<issue number="219457"/>
</change>
<change id="optionsSearchAnnotation">
<api name="OptionsAPI"/>
<summary>Annotation to register keywords for some panel in the Options dialog</summary>
<version major="1" minor="29"/>
<date day="2" month="10" year="2012"/>
<author login="theofanis"/>
<compatibility addition="yes" binary="compatible" source="compatible" deprecation="no" semantic="compatible" modification="no" deletion="no"/>
<description>
Introduced an annotation inside <code>OptionsPanelController</code>
to register keywords for some panel in the Options dialog declaratively.
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<issue number="218312"/>
</change>
<change id="annotations">
<api name="OptionsAPI"/>
<summary>Annotations to register dialog panels</summary>
<version major="1" minor="14"/>
<date day="14" month="9" year="2009"/>
<author login="jglick"/>
<compatibility addition="yes" deprecation="yes">
<p>
Deprecated subclassing <code>AdvancedOption</code> and using
<code>OptionsPanelController.createAdvanced</code> as these
do not do anything you cannot do more easily using annotations.
</p>
</compatibility>
<description>
<p>
Introduced three annotations inside <code>OptionsPanelController</code>
to register Options dialog panels declaratively.
</p>
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<class package="org.netbeans.spi.options" name="AdvancedOption"/>
<issue number="171284"/>
</change>
<change id="classic">
<api name="OptionsAPI"/>
<summary>"Classic" mode fully implemented in module</summary>
<version major="1" minor="12"/>
<date day="30" month="3" year="2009"/>
<author login="jglick"/>
<compatibility semantic="incompatible">
<p>
Platform applications using the old <code>UI/Services</code> now
need to include this module. Module developers are however
strongly encouraged to use the new Options SPI.
</p>
</compatibility>
<description>
The <b>Advanced Options</b> button (also known as "classic" mode) is
now fully implemented in the Options Dialog and SPI module, rather
than in Core. The functionality remains the same: any displayable
objects (such as beans) present under the <code>UI/Services</code>
configuration folder will trigger the button to be displayed which
opens a special dialog for them.
</description>
</change>
<change id="DeclarativeController">
<api name="OptionsAPI"/>
<summary>Support for searchable options</summary>
<version major="1" minor="10"/>
<date day="17" month="7" year="2008"/>
<author login="msauer"/>
<compatibility addition="yes"/>
<description>
Added new declarative way of registering options categories
(advancedOptionFolder attr in layer.xml), in order to remove
duplicate tabbed controllers for each category with subtabs
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<issue number="137338"/>
</change>
<change id="OptionsDisplayerAPI.keywords">
<api name="OptionsAPI"/>
<summary>Support for searchable options</summary>
<version major="1" minor="9"/>
<date day="11" month="7" year="2008"/>
<author login="msauer"/>
<compatibility addition="yes"/>
<description>
Added new factory methods enabling declarative loading of option
panels (createCategory and createSubCategory) to OptionsCategory
and AdvancedOption
</description>
<class package="org.netbeans.spi.options" name="OptionsPanelController"/>
<issue number="137338"/>
</change>
<change id="OptionsDisplayerAPI.subcategory">
<api name="OptionsAPI"/>
<summary>API to open the options dialog with some subcategory pre-selected</summary>
<version major="1" minor="8"/>
<date day="28" month="5" year="2008"/>
<author login="jskrivanek"/>
<compatibility addition="yes"/>
<description>
Added API to open the options dialog with some subcategory pre-selected.
</description>
<class package="org.netbeans.api.options" name="OptionsDisplayer"/>
<issue number="109538"/>
</change>
<change id="OptionsDisplayerAPI">
<api name="OptionsAPI"/>
<summary>API to open the options dialog with some category pre-selected</summary>
<version major="1" minor="5"/>
<date day="19" month="12" year="2006"/>
<author login="rmatous"/>
<compatibility addition="yes"/>
<description>
Added API to open the options dialog with some category pre-selected.
</description>
<class package="org.netbeans.api.options" name="OptionsDisplayer"/>
<issue number="74855"/>
</change>
<change>
<api name="OptionsAPI"/>
<summary>Options Dialog API integrated.</summary>
<date day="18" month="8" year="2005"/>
<author login="jjancura"/>
<compatibility addition="yes"/>
<description>
Options Dialog API integrated to NetBeans.
</description>
</change>
<change id="api_stabilization.options">
<api name="OptionsAPI"/>
<summary>The Options Dialog API has been stabilized.</summary>
<version major="1" minor="4"/>
<date day="13" month="6" year="2006"/>
<author login="rmatous"/>
<compatibility deprecation="yes"/>
<description>
<p>
To indicate that this is now considered a stable API, the major release version was
incremented to 1 from 0.
</p>
</description>
<issue number="70826"/>
</change>
</changes>
<!-- Now the surrounding HTML text and document structure: -->
<htmlcontents>
<!--
NO NO NO NO NO!
==============> DO NOT EDIT ME! <======================
AUTOMATICALLY GENERATED FROM APICHANGES.XML, DO NOT EDIT
SEE xml/api/doc/changes/apichanges.xml
-->
<head>
<title>Options Dialog API changes by date</title>
<link rel="stylesheet" href="prose.css" type="text/css"/>
</head>
<body>
<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
<h1>Introduction</h1>
<p>This document lists changes made to the Options Dialog APIs. Please ask on the
<code>nbdev@netbeans.org</code>
mailing list if you have any questions about the details of a
change, or are wondering how to convert existing code to be compatible.
</p>
<hr/><standard-changelists module-code-name="org.netbeans.modules.options.api/1"/>
<hr/><p>@FOOTER@</p>
</body>
</htmlcontents>
</apichanges>
|