📄 treeselectionevent.html
字号:
<CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../javax/swing/event/TreeSelectionEvent.html#isAddedPath(javax.swing.tree.TreePath)">isAddedPath</A></B>(<A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> path)</CODE><BR> Returns true if the path identified by path was added to the selection.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.util.EventObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.util.<A HREF="../../../java/util/EventObject.html">EventObject</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../java/util/EventObject.html#getSource()">getSource</A>, <A HREF="../../../java/util/EventObject.html#toString()">toString</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 =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="paths"><!-- --></A><H3>paths</H3><PRE>protected <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A>[] <B>paths</B></PRE><DL><DD>Paths this event represents.</DL><HR><A NAME="areNew"><!-- --></A><H3>areNew</H3><PRE>protected boolean[] <B>areNew</B></PRE><DL><DD>For each path identifies if that is path is in fact new.</DL><HR><A NAME="oldLeadSelectionPath"><!-- --></A><H3>oldLeadSelectionPath</H3><PRE>protected <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> <B>oldLeadSelectionPath</B></PRE><DL><DD>leadSelectionPath before the paths changed, may be null.</DL><HR><A NAME="newLeadSelectionPath"><!-- --></A><H3>newLeadSelectionPath</H3><PRE>protected <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> <B>newLeadSelectionPath</B></PRE><DL><DD>leadSelectionPath after the paths changed, may be null.</DL><!-- ========= 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="TreeSelectionEvent(java.lang.Object, javax.swing.tree.TreePath[], boolean[], javax.swing.tree.TreePath, javax.swing.tree.TreePath)"><!-- --></A><H3>TreeSelectionEvent</H3><PRE>public <B>TreeSelectionEvent</B>(<A HREF="../../../java/lang/Object.html">Object</A> source, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A>[] paths, boolean[] areNew, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> oldLeadSelectionPath, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> newLeadSelectionPath)</PRE><DL><DD>Represents a change in the selection of a TreeSelectionModel. paths identifies the paths that have been either added or removed from the selection.<DD><DL><DT><B>Parameters:</B><DD><CODE>source</CODE> - source of event<DD><CODE>paths</CODE> - the paths that have changed in the selection</DL></DD></DL><HR><A NAME="TreeSelectionEvent(java.lang.Object, javax.swing.tree.TreePath, boolean, javax.swing.tree.TreePath, javax.swing.tree.TreePath)"><!-- --></A><H3>TreeSelectionEvent</H3><PRE>public <B>TreeSelectionEvent</B>(<A HREF="../../../java/lang/Object.html">Object</A> source, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> path, boolean isNew, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> oldLeadSelectionPath, <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> newLeadSelectionPath)</PRE><DL><DD>Represents a change in the selection of a TreeSelectionModel. path identifies the path that have been either added or removed from the selection.<DD><DL><DT><B>Parameters:</B><DD><CODE>source</CODE> - source of event<DD><CODE>path</CODE> - the path that has changed in the selection<DD><CODE>isNew</CODE> - whether or not the path is new to the selection, false means path was removed from the selection.</DL></DD></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="getPaths()"><!-- --></A><H3>getPaths</H3><PRE>public <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A>[] <B>getPaths</B>()</PRE><DL><DD>Returns the paths that have been added or removed from the selection.</DL><HR><A NAME="getPath()"><!-- --></A><H3>getPath</H3><PRE>public <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> <B>getPath</B>()</PRE><DL><DD>Returns the first path element.</DL><HR><A NAME="isAddedPath()"><!-- --></A><H3>isAddedPath</H3><PRE>public boolean <B>isAddedPath</B>()</PRE><DL><DD>Returns true if the first path element has been added to the selection, a return value of false means the first path has been removed from the selection.</DL><HR><A NAME="isAddedPath(javax.swing.tree.TreePath)"><!-- --></A><H3>isAddedPath</H3><PRE>public boolean <B>isAddedPath</B>(<A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> path)</PRE><DL><DD>Returns true if the path identified by path was added to the selection. A return value of false means the path was in the selection but is no longer in the selection. This will raise if path is not one of the paths identified by this event.</DL><HR><A NAME="isAddedPath(int)"><!-- --></A><H3>isAddedPath</H3><PRE>public boolean <B>isAddedPath</B>(int index)</PRE><DL><DD>Returns true if the path identified by <code>index</code> was added to the selection. A return value of false means the path was in the selection but is no longer in the selection. This will raise if index < 0 || >= <code>getPaths</code>.length.<DD><DL><DT><B>Since: </B><DD>1.3</DD></DL></DD></DL><HR><A NAME="getOldLeadSelectionPath()"><!-- --></A><H3>getOldLeadSelectionPath</H3><PRE>public <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> <B>getOldLeadSelectionPath</B>()</PRE><DL><DD>Returns the path that was previously the lead path.</DL><HR><A NAME="getNewLeadSelectionPath()"><!-- --></A><H3>getNewLeadSelectionPath</H3><PRE>public <A HREF="../../../javax/swing/tree/TreePath.html">TreePath</A> <B>getNewLeadSelectionPath</B>()</PRE><DL><DD>Returns the current lead path.</DL><HR><A NAME="cloneWithSource(java.lang.Object)"><!-- --></A><H3>cloneWithSource</H3><PRE>public <A HREF="../../../java/lang/Object.html">Object</A> <B>cloneWithSource</B>(<A HREF="../../../java/lang/Object.html">Object</A> newSource)</PRE><DL><DD>Returns a copy of the receiver, but with the source being newSource.</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/TreeSelectionEvent.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/event/TreeModelEvent.html"><B>PREV CLASS</B></A> <A HREF="../../../javax/swing/event/UndoableEditEvent.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="TreeSelectionEvent.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -