📄 index-5.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_10-rc) on Sun Sep 14 19:53:40 CST 2008 -->
<TITLE>
E - 索引
</TITLE>
<META NAME="date" CONTENT="2008-09-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="E - 索引";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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-4.html"><B>上一个字母</B></A>
<A HREF="index-6.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-5.html" target="_top"><B>框架</B></A>
<A HREF="index-5.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP 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">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="../draw/figuare/AbstractFiguare.html#E_SHEAR_BORDER"><B>E_SHEAR_BORDER</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 中的静态变量
<DD>
<DT><A HREF="../draw/Cursors.html#E_SHEAR_CURSOR"><B>E_SHEAR_CURSOR</B></A> -
类 draw.<A HREF="../draw/Cursors.html" title="draw 中的类">Cursors</A> 中的静态变量
<DD>在正八边形东边界上切边的图标,为上下向。
<DT><A HREF="../draw/figuare/AbstractFiguare.html#EAST"><B>EAST</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 中的静态变量
<DD>
<DT><A HREF="../app/pane/EdgedBorder.html" title="app.pane 中的类"><B>EdgedBorder</B></A> - <A HREF="../app/pane/package-summary.html">app.pane</A> 中的 类<DD>提供了一个自定义的边框<DT><A HREF="../app/pane/EdgedBorder.html#EdgedBorder(java.awt.Color)"><B>EdgedBorder(Color)</B></A> -
类 app.pane.<A HREF="../app/pane/EdgedBorder.html" title="app.pane 中的类">EdgedBorder</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.html" title="app.action 中的类"><B>EditAction</B></A> - <A HREF="../app/action/package-summary.html">app.action</A> 中的 类<DD>抽象类,Edit菜单的菜单项的Action的基类<DT><A HREF="../app/action/EditAction.html#EditAction()"><B>EditAction()</B></A> -
类 app.action.<A HREF="../app/action/EditAction.html" title="app.action 中的类">EditAction</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.html#EditAction(java.lang.String)"><B>EditAction(String)</B></A> -
类 app.action.<A HREF="../app/action/EditAction.html" title="app.action 中的类">EditAction</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.CopyAction.html" title="app.action 中的类"><B>EditAction.CopyAction</B></A> - <A HREF="../app/action/package-summary.html">app.action</A> 中的 类<DD>复制Action<DT><A HREF="../app/action/EditAction.CopyAction.html#EditAction.CopyAction()"><B>EditAction.CopyAction()</B></A> -
类 app.action.<A HREF="../app/action/EditAction.CopyAction.html" title="app.action 中的类">EditAction.CopyAction</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.CutAction.html" title="app.action 中的类"><B>EditAction.CutAction</B></A> - <A HREF="../app/action/package-summary.html">app.action</A> 中的 类<DD>剪切Action<DT><A HREF="../app/action/EditAction.CutAction.html#EditAction.CutAction()"><B>EditAction.CutAction()</B></A> -
类 app.action.<A HREF="../app/action/EditAction.CutAction.html" title="app.action 中的类">EditAction.CutAction</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.DelAction.html" title="app.action 中的类"><B>EditAction.DelAction</B></A> - <A HREF="../app/action/package-summary.html">app.action</A> 中的 类<DD>删除Action<DT><A HREF="../app/action/EditAction.DelAction.html#EditAction.DelAction()"><B>EditAction.DelAction()</B></A> -
类 app.action.<A HREF="../app/action/EditAction.DelAction.html" title="app.action 中的类">EditAction.DelAction</A> 的构造方法
<DD>
<DT><A HREF="../app/action/EditAction.PasteAction.html" title="app.action 中的类"><B>EditAction.PasteAction</B></A> - <A HREF="../app/action/package-summary.html">app.action</A> 中的 类<DD>粘贴Action<DT><A HREF="../app/action/EditAction.PasteAction.html#EditAction.PasteAction()"><B>EditAction.PasteAction()</B></A> -
类 app.action.<A HREF="../app/action/EditAction.PasteAction.html" title="app.action 中的类">EditAction.PasteAction</A> 的构造方法
<DD>
<DT><A HREF="../draw/figuare/TextFiguare.html#editText()"><B>editText()</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/TextFiguare.html" title="draw.figuare 中的类">TextFiguare</A> 中的方法
<DD>编辑文本,会弹出对话框
<DT><A HREF="../draw/figuare/AbstractFiguare.html#ELLIPSE"><B>ELLIPSE</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 中的静态变量
<DD>
<DT><A HREF="../draw/figuare/EllipseFiguare.html" title="draw.figuare 中的类"><B>EllipseFiguare</B></A> - <A HREF="../draw/figuare/package-summary.html">draw.figuare</A> 中的 类<DD>椭圆图形<DT><A HREF="../draw/figuare/EllipseFiguare.html#EllipseFiguare()"><B>EllipseFiguare()</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/EllipseFiguare.html" title="draw.figuare 中的类">EllipseFiguare</A> 的构造方法
<DD>
<DT><A HREF="../draw/figuare/EllipseFiguare.html#EllipseFiguare(int, int, java.awt.Color, java.awt.Color)"><B>EllipseFiguare(int, int, Color, Color)</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/EllipseFiguare.html" title="draw.figuare 中的类">EllipseFiguare</A> 的构造方法
<DD>
<DT><A HREF="../draw/figuare/AbstractFiguare.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 中的方法
<DD>重写equals 更具serialID进行判断
<DT><A HREF="../app/action/Actions.html#exitAction"><B>exitAction</B></A> -
类 app.action.<A HREF="../app/action/Actions.html" title="app.action 中的类">Actions</A> 中的静态变量
<DD>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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-4.html"><B>上一个字母</B></A>
<A HREF="index-6.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-5.html" target="_top"><B>框架</B></A>
<A HREF="index-5.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM 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">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -