📄 index-8.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 06 18:51:01 CST 2004 -->
<TITLE>
I-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="I-Index";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</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="#FFFFFF" CLASS="NavBarCell1Rev"> <A HREF="#main"><FONT CLASS="NavBarFont1Rev"><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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-7.html"><B>PREV LETTER</B></A>
<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-8.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A NAME="main"></A>
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">U</A> <A HREF="index-16.html">V</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <A HREF="index-19.html">Y</A> <HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html"><B>IBorderComponent</B></A> - class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>.<DD>The superclass of any Panel that wishes to resize the application window.<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html#IBorderComponent()"><B>IBorderComponent()</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>
<DD>Creates an IBorderComponent.
<DT><A HREF="../com/ibm/iwt/IFrame.html#iContentPane"><B>iContentPane</B></A> -
Variable in class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.html">IFrame</A>
<DD>the instance of the icontent pane inside the frame
<DT><A HREF="../com/ibm/iwt/window/IContentPane.html"><B>IContentPane</B></A> - class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IContentPane.html">IContentPane</A>.<DD>The IContentPane adds to the functionality of a normal content pane by handling mouse events.<DT><A HREF="../com/ibm/iwt/window/IContentPane.html#IContentPane()"><B>IContentPane()</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IContentPane.html">IContentPane</A>
<DD>
<DT><A HREF="../com/ibm/iwt/IFrame.html"><B>IFrame</B></A> - class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.html">IFrame</A>.<DD>The IFrame is the main class that is used to create a custom frame.<DT><A HREF="../com/ibm/iwt/IFrame.DefaultBorder.html"><B>IFrame.DefaultBorder</B></A> - class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.DefaultBorder.html">IFrame.DefaultBorder</A>.<DD>The default border that appears around the frame in Windows 2000.<DT><A HREF="../com/ibm/iwt/IFrame.DefaultBorder.html#IFrame.DefaultBorder()"><B>IFrame.DefaultBorder()</B></A> -
Constructor for class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.DefaultBorder.html">IFrame.DefaultBorder</A>
<DD>
<DT><A HREF="../com/ibm/iwt/IFrame.ResizeThread.html"><B>IFrame.ResizeThread</B></A> - class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.ResizeThread.html">IFrame.ResizeThread</A>.<DD>The ResizeThread takes charge of resizing and revalidating the frame.<DT><A HREF="../com/ibm/iwt/IFrame.ResizeThread.html#IFrame.ResizeThread(javax.swing.JFrame, int, int, int, int)"><B>IFrame.ResizeThread(JFrame, int, int, int, int)</B></A> -
Constructor for class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.ResizeThread.html">IFrame.ResizeThread</A>
<DD>Creates a ResizeThread
<DT><A HREF="../com/ibm/iwt/IFrame.html#IFrame()"><B>IFrame()</B></A> -
Constructor for class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.html">IFrame</A>
<DD>Creates an IFrame.
<DT><A HREF="../com/ibm/iwt/layout/GroupFlowLayoutConstraints.html#insets"><B>insets</B></A> -
Variable in class com.ibm.iwt.layout.<A HREF="../com/ibm/iwt/layout/GroupFlowLayoutConstraints.html">GroupFlowLayoutConstraints</A>
<DD>The insets used for padding around each component
<DT><A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html#invalidateLayout(java.awt.Container)"><B>invalidateLayout(Container)</B></A> -
Method in class com.ibm.iwt.layout.<A HREF="../com/ibm/iwt/layout/GroupFlowLayout.html">GroupFlowLayout</A>
<DD>Invalidates the layout.
<DT><A HREF="../com/ibm/iwt/event/WindowChangeEvent.html#isDragging()"><B>isDragging()</B></A> -
Method in class com.ibm.iwt.event.<A HREF="../com/ibm/iwt/event/WindowChangeEvent.html">WindowChangeEvent</A>
<DD>Returns whether the change in positions is currently changing.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#isInsideTitleBar(int, int)"><B>isInsideTitleBar(int, int)</B></A> -
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Returns whether the coordinates are inside the title bar.
<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html#isMouseOnBorder"><B>isMouseOnBorder</B></A> -
Variable in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>
<DD>whether the mouse is on the border
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#isMouseOnBorder(int, int)"><B>isMouseOnBorder(int, int)</B></A> -
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Returns whether the coordinates are on a border of the title bar.
<DT><A HREF="../com/ibm/iwt/window/IContentPane.html#isMouseOnBorder(int, int)"><B>isMouseOnBorder(int, int)</B></A> -
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IContentPane.html">IContentPane</A>
<DD>Returns whether the coordinates are on a border of the icontent pane.
<DT><A HREF="../com/ibm/iwt/IFrame.ResizeThread.html#isResizing()"><B>isResizing()</B></A> -
Method in class com.ibm.iwt.<A HREF="../com/ibm/iwt/IFrame.ResizeThread.html">IFrame.ResizeThread</A>
<DD>Returns whether the thread is currently resizing the frame.
<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html#isTransparent(int, int)"><B>isTransparent(int, int)</B></A> -
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>
<DD>
<DT><A HREF="../com/ibm/iwt/window/IBorderComponent.html#isWindowMaximized()"><B>isWindowMaximized()</B></A> -
Method in class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IBorderComponent.html">IBorderComponent</A>
<DD>Returns whether the window is maximized or not.
<DT><A HREF="../com/ibm/iwt/util/IWTUtilities.html#isWindowMaximized(java.awt.Window)"><B>isWindowMaximized(Window)</B></A> -
Static method in class com.ibm.iwt.util.<A HREF="../com/ibm/iwt/util/IWTUtilities.html">IWTUtilities</A>
<DD>Returns whether the window is maximized or not, based on the size of the window and the screen size.
<DT><A HREF="../com/ibm/iwt/window/IWindowButton.html"><B>IWindowButton</B></A> - class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowButton.html">IWindowButton</A>.<DD>The IWindowButton provides the user the exact same 3 functions that are provided in the standard Windows OS window.<DT><A HREF="../com/ibm/iwt/window/IWindowButton.html#IWindowButton()"><B>IWindowButton()</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowButton.html">IWindowButton</A>
<DD>Creates an IWindowButton with the minimize settings.
<DT><A HREF="../com/ibm/iwt/window/IWindowButton.html#IWindowButton(int)"><B>IWindowButton(int)</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowButton.html">IWindowButton</A>
<DD>Creates an IWindowButton with the specified button type.
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html"><B>IWindowTitleBar</B></A> - class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>.<DD>The IWindowTitleBar acts as the title bar for all IFrames.<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.DefaultBorder.html"><B>IWindowTitleBar.DefaultBorder</B></A> - class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.DefaultBorder.html">IWindowTitleBar.DefaultBorder</A>.<DD>The default border that appears around the title bar in Windows 2000.<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.DefaultBorder.html#IWindowTitleBar.DefaultBorder()"><B>IWindowTitleBar.DefaultBorder()</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.DefaultBorder.html">IWindowTitleBar.DefaultBorder</A>
<DD>
<DT><A HREF="../com/ibm/iwt/window/IWindowTitleBar.html#IWindowTitleBar()"><B>IWindowTitleBar()</B></A> -
Constructor for class com.ibm.iwt.window.<A HREF="../com/ibm/iwt/window/IWindowTitleBar.html">IWindowTitleBar</A>
<DD>Creates an IWindowTitleBar that is by default: <br>22 pixels high <br>A background color of medium blue (default Windows 2000) <br>Has a Windows border <br>Displays the 3 title bar buttons on the right side
<DT><A HREF="../com/ibm/iwt/util/IWTUtilities.html"><B>IWTUtilities</B></A> - class com.ibm.iwt.util.<A HREF="../com/ibm/iwt/util/IWTUtilities.html">IWTUtilities</A>.<DD>The IWTUtilities class contains all the needed computations and numbers needed for using with the IFrame.<DT><A HREF="../com/ibm/iwt/util/IWTUtilities.html#IWTUtilities()"><B>IWTUtilities()</B></A> -
Constructor for class com.ibm.iwt.util.<A HREF="../com/ibm/iwt/util/IWTUtilities.html">IWTUtilities</A>
<DD>
</DL>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</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="#FFFFFF" CLASS="NavBarCell1Rev"> <A HREF="#main"><FONT CLASS="NavBarFont1Rev"><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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-7.html"><B>PREV LETTER</B></A>
<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-8.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">P</A> <A HREF="index-12.html">R</A> <A HREF="index-13.html">S</A> <A HREF="index-14.html">T</A> <A HREF="index-15.html">U</A> <A HREF="index-16.html">V</A> <A HREF="index-17.html">W</A> <A HREF="index-18.html">X</A> <A HREF="index-19.html">Y</A> <HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -