simplespace.html
来自「这个是java的quicktime for java 的详细使用文档」· HTML 代码 · 共 867 行 · 第 1/3 页
HTML
867 行
<A NAME="getProtocol()"><!-- --></A><H3>getProtocol</H3><PRE>public <A HREF="../../../quicktime/app/spaces/Protocol.html">Protocol</A> <B>getProtocol</B>()</PRE><DL><DD>Returns the Protocol object that defines if a member is an appropriate member of the Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/DynamicCollection.html#getProtocol()">getProtocol</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/DynamicCollection.html">DynamicCollection</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a Protocol object.</DL></DD></DL><HR><A NAME="isAppropriate(java.lang.Object)"><!-- --></A><H3>isAppropriate</H3><PRE>public boolean <B>isAppropriate</B>(java.lang.Object object)</PRE><DL><DD>Returns true if the Object object is an appropriate member of the Space. To be an appropriate member the object must pass the passProtocol method of the Protocol object of the Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Collection.html#isAppropriate(java.lang.Object)">isAppropriate</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Collection.html">Collection</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to test<DT><B>Returns:</B><DD>true if the object passes the current protocol of the Protocol object of the Space.</DL></DD></DL><HR><A NAME="hasMember(java.lang.Object)"><!-- --></A><H3>hasMember</H3><PRE>public boolean <B>hasMember</B>(java.lang.Object object)</PRE><DL><DD>Returns true if the specified QTDrawable is a member of this Group.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Collection.html#hasMember(java.lang.Object)">hasMember</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Collection.html">Collection</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a boolean</DL></DD></DL><HR><A NAME="addedTo(java.lang.Object)"><!-- --></A><H3>addedTo</H3><PRE>public void <B>addedTo</B>(java.lang.Object interest)</PRE><DL><DD>This method is called by some kind of container object when the Listener is added to the object that is the source of the interest.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Listener.html#addedTo(java.lang.Object)">addedTo</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Listener.html">Listener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>source</CODE> - the object that is to be the source of interest for the the Listener object.</DL></DD></DL><HR><A NAME="removedFrom(java.lang.Object)"><!-- --></A><H3>removedFrom</H3><PRE>public void <B>removedFrom</B>(java.lang.Object interest)</PRE><DL><DD>This method is called by the specified object when the Listener object is removed from the object that is the source of the interest.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Listener.html#removedFrom(java.lang.Object)">removedFrom</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Listener.html">Listener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>source</CODE> - the object that is to be the source of interest for the the Listener object.</DL></DD></DL><HR><A NAME="addController(quicktime.app.spaces.Controller)"><!-- --></A><H3>addController</H3><PRE>public void <B>addController</B>(<A HREF="../../../quicktime/app/spaces/Controller.html">Controller</A> c) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method is used by the application to add a Controller to the Space. A Controller will control members of a Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Space.html#addController(quicktime.app.spaces.Controller)">addController</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Space.html">Space</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the Controller to add to the Space.</DL></DD></DL><HR><A NAME="removeController(quicktime.app.spaces.Controller)"><!-- --></A><H3>removeController</H3><PRE>public void <B>removeController</B>(<A HREF="../../../quicktime/app/spaces/Controller.html">Controller</A> c) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Removes a controller that was previously added to the Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Space.html#removeController(quicktime.app.spaces.Controller)">removeController</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Space.html">Space</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the Controller to remove from the Space.</DL></DD></DL><HR><A NAME="controllers()"><!-- --></A><H3>controllers</H3><PRE>public java.util.Enumeration <B>controllers</B>()</PRE><DL><DD>Returns an Enumeration of all Controllers that are currently attached to the Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Space.html#controllers()">controllers</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Space.html">Space</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>an Enumeration</DL></DD></DL><HR><A NAME="getTimer()"><!-- --></A><H3>getTimer</H3><PRE>public <A HREF="../../../quicktime/app/time/Timer.html">Timer</A> <B>getTimer</B>()</PRE><DL><DD>Returns the Timer of the Space. This Timer provids a TimeBase for the Space and if active will tickle and send timeChanged calls to the TicklishControllers that are attached to the Space.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Space.html#getTimer()">getTimer</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Space.html">Space</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a Timer</DL></DD></DL><HR><A NAME="addMember(java.lang.Object)"><!-- --></A><H3>addMember</H3><PRE>public abstract boolean <B>addMember</B>(java.lang.Object member) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Adds an object to the collection. Returns true if the object is appropriate member of the collection (and thus added) and false if not.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Collection.html#addMember(java.lang.Object)">addMember</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Collection.html">Collection</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>member</CODE> - the object that should be added as a member to the collection<DT><B>Returns:</B><DD>a boolean.</DL></DD></DL><HR><A NAME="removeMember(java.lang.Object)"><!-- --></A><H3>removeMember</H3><PRE>public abstract void <B>removeMember</B>(java.lang.Object member) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>If the object is a member of the collection it is removed.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/spaces/Collection.html#removeMember(java.lang.Object)">removeMember</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/spaces/Collection.html">Collection</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>member</CODE> - the object to remove from the collection</DL></DD></DL><HR><A NAME="memberAdded(java.lang.Object)"><!-- --></A><H3>memberAdded</H3><PRE>protected void <B>memberAdded</B>(java.lang.Object member) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>When the sub-class defines the addMember method and has added the member to its collection it should call memberAdded to ensure that the member roles as defined within the Space are correctly established.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>member</CODE> - the object that has been added to the Space.</DL></DD></DL><HR><A NAME="memberRemoved(java.lang.Object)"><!-- --></A><H3>memberRemoved</H3><PRE>protected void <B>memberRemoved</B>(java.lang.Object member) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>When the sub-class defines the removeMember method and has removed the member from its collection it should call memberRemoved to ensure that the member roles as defined within the Space are correctly maintained.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>member</CODE> - the object that has been added to the Space.</DL></DD></DL><HR><A NAME="removeAllControllers()"><!-- --></A><H3>removeAllControllers</H3><PRE>public void <B>removeAllControllers</B>() throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method will remove all of the controllers that are currently attached to the Space.<DD><DL></DL></DD></DL><HR><A NAME="removeAllMembers()"><!-- --></A><H3>removeAllMembers</H3><PRE>public void <B>removeAllMembers</B>() throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method will remove all of the members that are currently contained by the space.<DD><DL></DL></DD></DL><HR><A NAME="finalize()"><!-- --></A><H3>finalize</H3><PRE>protected void <B>finalize</B>() throws java.lang.Throwable</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE>finalize</CODE> in class <CODE>java.lang.Object</CODE></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/SimpleSpace.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-all.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></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../quicktime/app/spaces/Sequencer.html"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="SimpleSpace.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></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?