This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 48811
Collapse All | Expand All

(-)apichanges.xml (+25 lines)
Lines 114-119 Link Here
114
114
115
<!-- ACTUAL CHANGES BEGIN HERE: -->
115
<!-- ACTUAL CHANGES BEGIN HERE: -->
116
<changes>
116
<changes>
117
    <change id="TC-requestAttention">
118
      <api name="winsys"/>
119
      <summary>TopComponent can request attention</summary>
120
      <version major="5" minor="1"/>
121
      <date day="17" month="11" year="2004"/>
122
      <author login="mkleint"/>
123
      <compatibility addition="yes" binary="compatible" semantic="compatible" />
124
      <description>
125
        <p><code>TopComponent.requestAttention(boolean)</code> and <code>TopComponent.cancelRequestAttention</code>
126
        added to allow components to signal that they require user's attention or the attention is no longer required.
127
        It's up to the current TopComponent container to decide how to attract user's attention.
128
        If the user activates the attention-requiring component, the container assumes the goal was achieved and the action is cancelled.
129
        The methods are thread-safe.
130
        </p>
131
        <p>
132
        For those implementing WindowManager class, there is an incompatible change where 
133
        abstract methods <code>topComponentCancelRequestAttention(TopComponent)</code> and 
134
        <code>topComponentRequestAttention(TopComponent)</code> were added.
135
        </p>
136
      </description>
137
      <class package="org.openide.windows" name="WindowManager"/>
138
      <class package="org.openide.windows" name="TopComponent"/>
139
      <issue number="48811" />
140
    </change>
141
117
    <change id="Task-waitFinished-timeout">
142
    <change id="Task-waitFinished-timeout">
118
      <api name="util"/>
143
      <api name="util"/>
119
      <summary>New method <code>task.waitFinished(timeout)</code> added</summary>
144
      <summary>New method <code>task.waitFinished(timeout)</code> added</summary>

Return to bug 48811