Search results
From APIDesign
You searched for Default
There is no page titled "Default".
For more information about searching APIDesign, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
Page title matches
- Default Listener Methods (2,732 bytes)
9: public default void mouseClicked(MouseEvent e) {}
10: public default void mousePressed(MouseEvent e) {}
11: public default void mouseReleased(MouseEvent e) {}
12: public default void mouseEntered(MouseEvent e) {}
13: public default void mouseExited(MouseEvent e) {}
Page text matches
- ConversionToOpenDocument (832 bytes)
4: ...e if you can convert everything that's currently "Default" to "Body Text." It's probably a lot of work to r... - Blogs:JaroslavTulach:Daily Life (27,376 bytes)
43: ...al.js]] version 19.0.0 has been integrated as the default scripting engine into [[Apache]] [[NetBeans]] 11....
55: [[Nashorn]], the so far default [[JavaScript]] engine of [[JDK]] got deprecated i... - Blogs:JaroslavTulach:Practical Design (17,874 bytes)
147: ...[final interface]] at all) by adding methods with default bodies. Still I found it important to cover this ... - Blogs:JaroslavTulach:Theory (22,864 bytes)
28: ...wer. Yes, [[BinaryCompatibleDefaultMethods|adding default methods to interfaces in a 100% binary compatible...
44: ==== Shocking: [[Default Listener Methods]] ain't Dangerous! ====
46: ...tement, but it has to be made. Looks like using [[Default Listener Methods]] doesn't violate any practices ...
74: ==== Avoid usage of [[default methods]] in an [[API]]! Support [[Cluelessness]]...
76: Don't use [[default methods]] when designing your [[API]]. (For examp... - Blogs:AndreiBadea:EnumsInAPIs (2,008 bytes)
15: default:
22: The <tt>assert false</tt> statement in the default branch is commonly used to ensure that all fields... - NetBeans Platform (2,356 bytes)
9: ...uld that proper [[API]] entry point should not be default [[Javadoc]] with its list of classes and methods,... - Blogs:JesseGlick:OfClassesAndInterfaces (3,608 bytes)
75: ... oops! It was very hard to fix. (You can have the default impl of both versions of the method delegate to t... - Blogs:JaroslavTulach:Daily Life:NewLookAndFeel (970 bytes)
1: .... I like it so much that I decided to make it the default [[Blogs:JaroslavTulach:Daily Life:NewLookAndFeel|... - OSGi (7,935 bytes)
15: # This is not the default to keep things backward compatible - OK, I can un... - APIFest08:TaskX (5,452 bytes)
3: ...und]], you'll be awarded with '''10 points'''. By default you all have those points. However you can be awa... - ProviderAPI (3,010 bytes)
9: ...'interface'''s. All their methods are abstract by default (thus they have to be implemented) and it is clea... - Domain Specific Language (12,164 bytes)
94: ... without sharing { // FYI, without sharing is the default - NetBeans Runtime Container (12,435 bytes)
28: ...ct. Choose its properties and just either use the default NetBeans platform (if you have build of NetBeans ...
62: First task is to create an API. By default no other module can access classes of another mod...
90: ...ons Integration" if you let your frame to use its default layout and you run on JDK 1.5. So do not forget t... - Java Monitor (4,248 bytes)
32: ...ase of [[Java]]'s synchronized methods at all. By default, the methods in '''Cache''' and its subclass '''M... - AlternativeBehavior (6,943 bytes)
35: who don't change their code continue to use the default constructor and - EliminateFuzzyModifiers (8,118 bytes)
61: ...f calling '''super''' implementation, we call the default one:
79: ... open up to subclasses or do you want to call the default implementation? Both is possible, but each leads ...
83: ...who directly call ''sumTwo'', not on behaviour of default ''sumRange''. - Javadoc (1,638 bytes)
9: By default [[Javadoc]] doesn't provide an overview and many ... - Mercurial vs. Subversion (2,795 bytes)
42: ... both to a central repo without a prior merge (by default). - JavaBean (907 bytes)
1: ...va]]. A [[JavaBean]] is a '''public''' class with default (no argument) constructor. It is accompanied by a... - Visitor (3,438 bytes)
17: == JDK8 and [[Default methods]] ==
19: ... [[API]]. A general example can be found at the [[default methods]] page, here is its application to the [[...
28: public default void visitMinus(Minus s) {
33: ... has been written against version 2.0, but the '''default''' method implementation is fine? This makes a di...
35: ...our language/expressions rather than relying on [[default methods]]. Don't be lazy, don't increase [[fuzzin...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)