Searched defs:update (Results 76 - 100 of 217) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthEditorPaneUI.java163 public void update(Graphics g, JComponent c) { method in class:SynthEditorPaneUI
166 SynthLookAndFeel.update(context, g);
177 * @see #update(Graphics,JComponent)
188 // Overriden to do nothing, all our painting is done from update/paint.
H A DSynthMenuBarUI.java140 public void update(Graphics g, JComponent c) { method in class:SynthMenuBarUI
143 SynthLookAndFeel.update(context, g);
172 * @see #update(Graphics,JComponent)
H A DSynthPopupMenuUI.java147 public void update(Graphics g, JComponent c) { method in class:SynthPopupMenuUI
150 SynthLookAndFeel.update(context, g);
179 * @see #update(Graphics,JComponent)
H A DSynthRootPaneUI.java117 public void update(Graphics g, JComponent c) { method in class:SynthRootPaneUI
120 SynthLookAndFeel.update(context, g);
149 * @see #update(Graphics,JComponent)
H A DSynthToolTipUI.java136 public void update(Graphics g, JComponent c) { method in class:SynthToolTipUI
139 SynthLookAndFeel.update(context, g);
177 * @see #update(Graphics,JComponent)
H A DSynthDesktopIconUI.java167 public void update(Graphics g, JComponent c) { method in class:SynthDesktopIconUI
170 SynthLookAndFeel.update(context, g);
199 * @see #update(Graphics,JComponent)
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java60 * boolean compareAndSetLeft(Node expect, Node update) {
61 * return leftUpdater.compareAndSet(this, expect, update);
116 * @param update the new value
119 public abstract boolean compareAndSet(T obj, V expect, V update); argument
134 * @param update the new value
137 public abstract boolean weakCompareAndSet(T obj, V expect, V update); argument
193 * Internal type checks within all update methods contain
245 void updateCheck(T obj, V update) { argument
247 (update != null && vclass != null && !vclass.isInstance(update)))
253 compareAndSet(T obj, V expect, V update) argument
261 weakCompareAndSet(T obj, V expect, V update) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp87 // Now update the deviation and the padded average.
116 void LinearLeastSquareFit::update(double x, double y) { function in class:LinearLeastSquareFit
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupWindow.java76 public void update(Graphics g) { method in class:WindowsPopupWindow
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSearchEnumeration.java191 protected void update(LdapNamingEnumeration ne) { method in class:LdapSearchEnumeration
192 super.update(ne);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DThreadInfo.java69 update();
75 update();
81 update();
101 void update() throws VMNotInterruptedException { method in class:ThreadInfo
/openjdk7/jdk/src/share/classes/java/awt/
H A DCanvas.java118 * @see #update(Graphics)
133 * super.update(g) or incorporate the functionality described
138 * @see Component#update(Graphics)
140 public void update(Graphics g) { method in class:Canvas
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewOptionsPanelController.java43 public void update() { method in class:ViewOptionsPanelController
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingPolicyMapConfigurator.java84 public Collection<PolicySubject> update(final PolicyMap policyMap, final SEIModel model, final WSBinding wsBinding) method in class:AddressingPolicyMapConfigurator
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java55 * the window is repainted to an internal buffer which is then used to update
118 protected abstract boolean update(Image bb); method in class:TranslucentWindowPainter
130 * to the back buffer using {@link java.awt.Window#paintAll} before update.
145 done = update(bb);
195 protected boolean update(Image bb) { method in class:TranslucentWindowPainter.BIWindowPainter
302 protected boolean update(Image bb) { method in class:TranslucentWindowPainter.VIOptWindowPainter
328 return super.update(bb);
/openjdk7/jdk/test/java/awt/image/MemoryLeakTest/
H A DMemoryLeakTest.java142 public void update(Graphics g) method in class:MemoryLeak
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentialsCache.java119 public abstract void update(Credentials c); method in class:CredentialsCache
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSCTerminals.java139 void update(int newState) { method in class:PCSCTerminals.ReaderState
191 state.update(status[i]);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestEntryVerifier.java92 * null it signifies that update/verify should ignore this entry.
157 * update the digests for the digests we are interested in
159 public void update(byte buffer) { method in class:ManifestEntryVerifier
163 digests.get(i).update(buffer);
168 * update the digests for the digests we are interested in
170 public void update(byte buffer[], int off, int len) { method in class:ManifestEntryVerifier
174 digests.get(i).update(buffer, off, len);
/openjdk7/jdk/src/share/demo/applets/Clock/
H A DClock.java107 public void update(Graphics g) { method in class:Clock
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DXSettings.java55 public Map update(byte[] data) { method in class:XSettings
56 return (new Update(data)).update();
216 public Map update() { method in class:XSettings.Update
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java269 public void update() { method in class:FieldGen
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DVariablePanel.java76 public void update(CFrame fr) { method in class:VariablePanel
80 update(coll);
84 public void update(JavaVFrame jfr) { method in class:VariablePanel
194 public void update(Address thisAddr, Type type) { method in class:VariablePanel
198 update(coll);
201 private void update(CCollector coll) { method in class:VariablePanel
/openjdk7/jdk/src/share/classes/javax/swing/plaf/multi/
H A DMultiTextUI.java239 * Invokes the <code>update</code> method on each UI handled by this object.
241 public void update(Graphics a, JComponent b) { method in class:MultiTextUI
243 ((ComponentUI) (uis.elementAt(i))).update(a,b);
H A DMultiTreeUI.java230 * Invokes the <code>update</code> method on each UI handled by this object.
232 public void update(Graphics a, JComponent b) { method in class:MultiTreeUI
234 ((ComponentUI) (uis.elementAt(i))).update(a,b);

Completed in 54 milliseconds

123456789