Searched defs:getDefault (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/java/net/
H A DDefaultInterface.java38 static NetworkInterface getDefault() { method in class:DefaultInterface
/openjdk7/jdk/src/solaris/classes/java/net/
H A DDefaultInterface.java38 static NetworkInterface getDefault() { method in class:DefaultInterface
/openjdk7/jdk/src/macosx/classes/java/net/
H A DDefaultInterface.java48 static NetworkInterface getDefault() { method in class:DefaultInterface
/openjdk7/jdk/src/share/classes/javax/net/
H A DServerSocketFactory.java55 // even though it's always accessible via getDefault().
70 public static ServerSocketFactory getDefault() method in class:ServerSocketFactory
H A DSocketFactory.java62 * mechanisms. For example, the <em>getDefault</em> method could return
75 // even though it's always accessible via getDefault().
90 public static SocketFactory getDefault() method in class:SocketFactory
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDefaultLookup.java37 public Object getDefault(JComponent c, ComponentUI ui, String key) { method in class:SynthDefaultLookup
39 Object value = super.getDefault(c, ui, key);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorModelHSV.java54 float getDefault(int index) { method in class:ColorModelHSV
H A DColorModel.java68 float getDefault(int index) { method in class:ColorModel
H A DColorModelHSL.java54 float getDefault(int index) { method in class:ColorModelHSL
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieHandler.java43 * CookieHandler.getDefault().
58 * @see getDefault()
72 public synchronized static CookieHandler getDefault() { method in class:CookieHandler
90 * @see #getDefault()
H A DProxySelector.java38 * {@link java.net.ProxySelector#getDefault getDefault} method.
91 public static ProxySelector getDefault() { method in class:ProxySelector
111 * @see #getDefault()
H A DResponseCache.java68 * @see #getDefault()
83 public synchronized static ResponseCache getDefault() { method in class:ResponseCache
103 * @see #getDefault()
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystems.java37 * Factory methods for file systems. This class defines the {@link #getDefault
38 * getDefault} method to get the default file system and factory methods to
175 public static FileSystem getDefault() { method in class:FileSystems
200 * existing file system. In the case of the {@link FileSystems#getDefault
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DContainerResolver.java83 public static ContainerResolver getDefault() { method in class:ContainerResolver
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java72 * <code>SSLContext.getDefault().getServerSocketFactory()</code>. If that
76 * @see SSLContext#getDefault
78 public static synchronized ServerSocketFactory getDefault() { method in class:SSLServerSocketFactory
113 return SSLContext.getDefault().getServerSocketFactory();
H A DSSLContext.java94 public static synchronized SSLContext getDefault() method in class:SSLContext
104 * to {@link #getDefault}. The default context must be immediately usable
H A DSSLSocketFactory.java81 * <code>SSLContext.getDefault().getSocketFactory()</code>. If that
85 * @see SSLContext#getDefault
87 public static synchronized SocketFactory getDefault() { method in class:SSLSocketFactory
121 return SSLContext.getDefault().getSocketFactory();
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DTerminalFactory.java44 * ({@linkplain #getDefault} or {@linkplain #getInstance getInstance()}).
65 * {@linkplain #getDefault} returns an instance of a <code>None</code>
190 * the {@linkplain #getDefault default} factory.
211 public static TerminalFactory getDefault() { method in class:TerminalFactory
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeViewTopComponent.java99 public static synchronized BytecodeViewTopComponent getDefault() { method in class:BytecodeViewTopComponent
107 * Obtain the BytecodeViewTopComponent instance. Never call {@link #getDefault} directly!
110 TopComponent win = WindowManager.getDefault().findTopComponent(PREFERRED_ID);
112 ErrorManager.getDefault().log(ErrorManager.WARNING, "Cannot find BytecodeView component. It will not be located properly in the window system.");
113 return getDefault();
118 ErrorManager.getDefault().log(ErrorManager.WARNING, "There seem to be multiple components with the '" + PREFERRED_ID + "' ID. That is a potential source of errors and unexpected behavior.");
119 return getDefault();
155 final InputGraphProvider p = Lookup.getDefault().lookup(InputGraphProvider.class);
174 return BytecodeViewTopComponent.getDefault();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java104 public static synchronized ControlFlowTopComponent getDefault() { method in class:ControlFlowTopComponent
112 * Obtain the ControlFlowTopComponent instance. Never call {@link #getDefault} directly!
115 TopComponent win = WindowManager.getDefault().findTopComponent(PREFERRED_ID);
117 ErrorManager.getDefault().log(ErrorManager.WARNING, "Cannot find ControlFlow component. It will not be located properly in the window system.");
118 return getDefault();
123 ErrorManager.getDefault().log(ErrorManager.WARNING, "There seem to be multiple components with the '" + PREFERRED_ID + "' ID. That is a potential source of errors and unexpected behavior.");
124 return getDefault();
147 final InputGraphProvider p = Lookup.getDefault().lookup(InputGraphProvider.class);
181 return ControlFlowTopComponent.getDefault();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DFieldRendererFactory.java53 public FieldRenderer getDefault() { method in class:FieldRendererFactory
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLookup.java125 return lookup.getDefault(c, ui, key);
129 // The following are convenience method that all use getDefault.
213 public Object getDefault(JComponent c, ComponentUI ui, String key) { method in class:DefaultLookup
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DSwitchData.java109 public boolean getDefault() { method in class:SwitchData
/openjdk7/jdk/src/share/classes/sun/net/
H A DProgressMonitor.java42 public static synchronized ProgressMonitor getDefault() { method in class:ProgressMonitor
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DThreadPool.java90 static ThreadPool getDefault() { method in class:ThreadPool

Completed in 63 milliseconds

12