basiclookandfeel.html
来自「API資料大全」· HTML 代码 · 共 349 行 · 第 1/2 页
HTML
349 行
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../javax/swing/LookAndFeel.html#getDescription()">getDescription</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#getID()">getID</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#getName()">getName</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#initialize()">initialize</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#installBorder(javax.swing.JComponent, java.lang.String)">installBorder</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#installColors(javax.swing.JComponent, java.lang.String, java.lang.String)">installColors</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#installColorsAndFont(javax.swing.JComponent, java.lang.String, java.lang.String, java.lang.String)">installColorsAndFont</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#isNativeLookAndFeel()">isNativeLookAndFeel</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#isSupportedLookAndFeel()">isSupportedLookAndFeel</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#loadKeyBindings(javax.swing.InputMap, java.lang.Object[])">loadKeyBindings</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#makeComponentInputMap(javax.swing.JComponent, java.lang.Object[])">makeComponentInputMap</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#makeIcon(java.lang.Class, java.lang.String)">makeIcon</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#makeInputMap(java.lang.Object[])">makeInputMap</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#makeKeyBindings(java.lang.Object[])">makeKeyBindings</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#toString()">toString</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#uninitialize()">uninitialize</A>, <A HREF="../../../../javax/swing/LookAndFeel.html#uninstallBorder(javax.swing.JComponent)">uninstallBorder</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="BasicLookAndFeel()"><!-- --></A><H3>BasicLookAndFeel</H3><PRE>public <B>BasicLookAndFeel</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getDefaults()"><!-- --></A><H3>getDefaults</H3><PRE>public <A HREF="../../../../javax/swing/UIDefaults.html">UIDefaults</A> <B>getDefaults</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../javax/swing/LookAndFeel.html">LookAndFeel</A></CODE></B></DD><DD>This method is called once by UIManager.setLookAndFeel to create the look and feel specific defaults table. Other applications, for example an application builder, may also call this method.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/swing/LookAndFeel.html#getDefaults()">getDefaults</A></CODE> in class <CODE><A HREF="../../../../javax/swing/LookAndFeel.html">LookAndFeel</A></CODE></DL></DD><DD>Following copied from class: <CODE>javax.swing.LookAndFeel</CODE></DD><DD><DL><DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/LookAndFeel.html#initialize()"><CODE>LookAndFeel.initialize()</CODE></A>, <A HREF="../../../../javax/swing/LookAndFeel.html#uninitialize()"><CODE>LookAndFeel.uninitialize()</CODE></A>, <A HREF="../../../../javax/swing/UIManager.html#setLookAndFeel(javax.swing.LookAndFeel)"><CODE>UIManager.setLookAndFeel(javax.swing.LookAndFeel)</CODE></A></DL></DD></DL><HR><A NAME="initClassDefaults(javax.swing.UIDefaults)"><!-- --></A><H3>initClassDefaults</H3><PRE>protected void <B>initClassDefaults</B>(<A HREF="../../../../javax/swing/UIDefaults.html">UIDefaults</A> table)</PRE><DL><DD>Initialize the uiClassID to BasicComponentUI mapping. The JComponent classes define their own uiClassID constants (see AbstractComponent.getUIClassID). This table must map those constants to a BasicComponentUI class of the appropriate type.<DD><DL></DL></DD><DD><DL><DT><B>See Also: </B><DD><A HREF="../../../../javax/swing/plaf/basic/BasicLookAndFeel.html#getDefaults()"><CODE>getDefaults()</CODE></A></DL></DD></DL><HR><A NAME="initSystemColorDefaults(javax.swing.UIDefaults)"><!-- --></A><H3>initSystemColorDefaults</H3><PRE>protected void <B>initSystemColorDefaults</B>(<A HREF="../../../../javax/swing/UIDefaults.html">UIDefaults</A> table)</PRE><DL><DD>Load the SystemColors into the defaults table. The keys for SystemColor defaults are the same as the names of the public fields in SystemColor. If the table is being created on a native Windows platform we use the SystemColor values, otherwise we create color objects whose values match the defaults Windows95 colors.<DD><DL></DL></DD></DL><HR><A NAME="loadSystemColors(javax.swing.UIDefaults, java.lang.String[], boolean)"><!-- --></A><H3>loadSystemColors</H3><PRE>protected void <B>loadSystemColors</B>(<A HREF="../../../../javax/swing/UIDefaults.html">UIDefaults</A> table, <A HREF="../../../../java/lang/String.html">String</A>[] systemColors, boolean useNative)</PRE><DL><DD>If this is the native look and feel the initial values for the system color properties are the same as the SystemColor constants. If not we use the integer color values in the <code>systemColors</code> argument.<DD><DL></DL></DD></DL><HR><A NAME="initComponentDefaults(javax.swing.UIDefaults)"><!-- --></A><H3>initComponentDefaults</H3><PRE>protected void <B>initComponentDefaults</B>(<A HREF="../../../../javax/swing/UIDefaults.html">UIDefaults</A> table)</PRE><DL><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BasicLookAndFeel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../javax/swing/plaf/basic/BasicListUI.PropertyChangeHandler.html"><B>PREV CLASS</B></A> <A HREF="../../../../javax/swing/plaf/basic/BasicMenuBarUI.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="BasicLookAndFeel.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?