panel.html.svn-base

来自「soure code for j2me browser」· SVN-BASE 代码 · 共 994 行 · 第 1/3 页

SVN-BASE
994
字号
public boolean <B>pointerEvent</B>(int&nbsp;x,                            int&nbsp;y)</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#pointerEvent(int, int)">pointerEvent</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="keyEvent(int)"><!-- --></A><H3>keyEvent</H3><PRE>public boolean <B>keyEvent</B>(int&nbsp;key)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></B></DD><DD>Key events are propagated from FireScreen down to the components of the panel or the popup that contains them. If a component if not traversable it will not recieve key events.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#keyEvent(int)">keyEvent</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - <DT><B>Returns:</B><DD></DL></DD></DL><HR><A NAME="addCommand(javax.microedition.lcdui.Command)"><!-- --></A><H3>addCommand</H3><PRE>public void <B>addCommand</B>(javax.microedition.lcdui.Command&nbsp;c)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></B></DD><DD>Add a command to the components. If a components has a command assosiated with it, then it is considered traversable.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#addCommand(javax.microedition.lcdui.Command)">addCommand</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - </DL></DD></DL><HR><A NAME="removeCommands()"><!-- --></A><H3>removeCommands</H3><PRE>public void <B>removeCommands</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="addCommand(javax.microedition.lcdui.Command, gr.bluevibe.fire.components.Popup)"><!-- --></A><H3>addCommand</H3><PRE>public void <B>addCommand</B>(javax.microedition.lcdui.Command&nbsp;popupCmd,                       <A HREF="../../../../gr/bluevibe/fire/components/Popup.html" title="class in gr.bluevibe.fire.components">Popup</A>&nbsp;popup)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setCommandListener(gr.bluevibe.fire.util.CommandListener)"><!-- --></A><H3>setCommandListener</H3><PRE>public void <B>setCommandListener</B>(<A HREF="../../../../gr/bluevibe/fire/util/CommandListener.html" title="interface in gr.bluevibe.fire.util">CommandListener</A>&nbsp;l)</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#setCommandListener(gr.bluevibe.fire.util.CommandListener)">setCommandListener</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getLabel()"><!-- --></A><H3>getLabel</H3><PRE>public java.lang.String <B>getLabel</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setLabel(java.lang.String)"><!-- --></A><H3>setLabel</H3><PRE>public void <B>setLabel</B>(java.lang.String&nbsp;label)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="removeAll()"><!-- --></A><H3>removeAll</H3><PRE>public void <B>removeAll</B>()</PRE><DL><DD>Removes all components from this panel. Its does not remove the commands<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clock()"><!-- --></A><H3>clock</H3><PRE>public boolean <B>clock</B>()</PRE><DL><DD>Kitame an kapoio apo ta components pou fenonte ston panel einai animated. An einai kaloume tin clock() tou kathe enos animated component kai kanoume repaint<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#clock()">clock</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if repainting is needed after the clock event.</DL></DD></DL><HR><A NAME="internalValidateEvent(gr.bluevibe.fire.components.Component)"><!-- --></A><H3>internalValidateEvent</H3><PRE>public void <B>internalValidateEvent</B>(<A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A>&nbsp;c)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE></B></DD><DD>A components that requires (Validation) redrawing can request it from its container using this method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html#internalValidateEvent(gr.bluevibe.fire.components.Component)">internalValidateEvent</A></CODE> in interface <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the issuer of the Validate event</DL></DD></DL><HR><A NAME="setCurrent(javax.microedition.lcdui.Displayable)"><!-- --></A><H3>setCurrent</H3><PRE>public void <B>setCurrent</B>(javax.microedition.lcdui.Displayable&nbsp;d)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE></B></DD><DD>A component can request the display of a Displayable from the container using this method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html#setCurrent(javax.microedition.lcdui.Displayable)">setCurrent</A></CODE> in interface <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#setCurrent(javax.microedition.lcdui.Displayable)">setCurrent</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setContainerCurrent()"><!-- --></A><H3>setContainerCurrent</H3><PRE>public void <B>setContainerCurrent</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE></B></DD><DD>A component can request that is container will be made current, using this method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html#setContainerCurrent()">setContainerCurrent</A></CODE> in interface <CODE><A HREF="../../../../gr/bluevibe/fire/util/ComponentListener.html" title="interface in gr.bluevibe.fire.util">ComponentListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#setContainerCurrent()">setContainerCurrent</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="validate()"><!-- --></A><H3>validate</H3><PRE>public void <B>validate</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></B></DD><DD>A validate event requests from the component to recalculate its internal properties suck as width/height etc.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#validate()">validate</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../gr/bluevibe/fire/components/Component.html#validate()"><CODE>Component.validate()</CODE></A></DL></DD></DL><HR><A NAME="isAnimated()"><!-- --></A><H3>isAnimated</H3><PRE>public boolean <B>isAnimated</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></B></DD><DD>If a componets states that it is animated, it will receive periodically clock events in order to update its animation.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html#isAnimated()">isAnimated</A></CODE> in class <CODE><A HREF="../../../../gr/bluevibe/fire/components/Component.html" title="class in gr.bluevibe.fire.components">Component</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD></DL></DD></DL><HR><A NAME="showAlert(java.lang.String, javax.microedition.lcdui.Image)"><!-- --></A><H3>showAlert</H3><PRE>public void <B>showAlert</B>(java.lang.String&nbsp;message,                      javax.microedition.lcdui.Image&nbsp;img)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="resetPointer()"><!-- --></A><H3>resetPointer</H3><PRE>public void <B>resetPointer</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 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>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Panel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../gr/bluevibe/fire/components/ListElement.html" title="class in gr.bluevibe.fire.components"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../gr/bluevibe/fire/components/Popup.html" title="class in gr.bluevibe.fire.components"><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>  &nbsp;&nbsp;<A HREF="Panel.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?