⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iwizardpanel.html

📁 XMLVocabulary支持显示、查询、修改和保存XML数据。可以将XML映射到数据库。你也需要的只是使用XML作为你的项目的主数据。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DD>
</DL>
<HR>

<A NAME="willExit()"><!-- --></A><H3>
willExit</H3>
<PRE>
public void <B>willExit</B>()</PRE>
<DL>
<DD>Each panel will get this method executed before the panel itself is exited.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="canceled()"><!-- --></A><H3>
canceled</H3>
<PRE>
public void <B>canceled</B>()</PRE>
<DL>
<DD>This method is executed for each panel when the user has clicked the cancel button.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="canContinue()"><!-- --></A><H3>
canContinue</H3>
<PRE>
public boolean <B>canContinue</B>()</PRE>
<DL>
<DD>The wizard call this method to know when a panel is done. The method should return false when data is incomplete.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>True whenever forwarding is posible.</DL>
</DD>
</DL>
<HR>

<A NAME="canComeBack()"><!-- --></A><H3>
canComeBack</H3>
<PRE>
public boolean <B>canComeBack</B>()</PRE>
<DL>
<DD>The wizard call this method to allow backward navigation. The method should return false whenever data can't be undone.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>True whenever backwarding is posible.</DL>
</DD>
</DL>
<HR>

<A NAME="setActive(boolean)"><!-- --></A><H3>
setActive</H3>
<PRE>
public void <B>setActive</B>(boolean&nbsp;value)</PRE>
<DL>
<DD>Sets the active state of a panel to value.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - Active value.</DL>
</DD>
</DL>
<HR>

<A NAME="isActive()"><!-- --></A><H3>
isActive</H3>
<PRE>
public boolean <B>isActive</B>()</PRE>
<DL>
<DD>Checks the active state of a panel.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Active value.</DL>
</DD>
</DL>
<HR>

<A NAME="getComponent()"><!-- --></A><H3>
getComponent</H3>
<PRE>
public java.awt.Component <B>getComponent</B>()</PRE>
<DL>
<DD>Returns the JPanel as a Component. Convenience method to deal with the CardLayout.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>This panel as Component.</DL>
</DD>
</DL>
<HR>

<A NAME="setWizard(org.amic.desktop.wizard.Wizard)"><!-- --></A><H3>
setWizard</H3>
<PRE>
public void <B>setWizard</B>(<A HREF="../../../../org/amic/desktop/wizard/Wizard.html">Wizard</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the owner wizard for this panel. The Wizard class takes care of initializing this value.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - The owner wizard.</DL>
</DD>
</DL>
<HR>

<A NAME="getWizard()"><!-- --></A><H3>
getWizard</H3>
<PRE>
public <A HREF="../../../../org/amic/desktop/wizard/Wizard.html">Wizard</A> <B>getWizard</B>()</PRE>
<DL>
<DD>The panels may access the owner wizard with this method.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The owner Wizard.</DL>
</DD>
</DL>
<HR>

<A NAME="needsRecreate()"><!-- --></A><H3>
needsRecreate</H3>
<PRE>
public boolean <B>needsRecreate</B>()</PRE>
<DL>
<DD>Whether you initiates panel controls in willEnter() method checking this method will give you feed-back on validity of the shown data. Call this method will reset the status  of needsRecreate to false.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>True when controls may noy show valid data.</DL>
</DD>
</DL>
<HR>

<A NAME="invalidateControls()"><!-- --></A><H3>
invalidateControls</H3>
<PRE>
public void <B>invalidateControls</B>()</PRE>
<DL>
<DD>Tells the panel that controls may not show valid data. By calling this method you ensure the first call to needsRecreate() will return true.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setResponseOnEnter(boolean)"><!-- --></A><H3>
setResponseOnEnter</H3>
<PRE>
public void <B>setResponseOnEnter</B>(boolean&nbsp;value)</PRE>
<DL>
<DD>Sets whenever the panel should respond to the Enter key. By default this value is true and the panel will perform the same action as if the next or finish button were pressed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - True when the panel should respond to Enter key.</DL>
</DD>
</DL>
<HR>

<A NAME="setResponseOnCancel(boolean)"><!-- --></A><H3>
setResponseOnCancel</H3>
<PRE>
public void <B>setResponseOnCancel</B>(boolean&nbsp;value)</PRE>
<DL>
<DD>Sets whenever the panel should respond to the Esc key. By default this value is true and the panel will perform the same action as if the back or cancel button were pressed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - True when the panel should respond to Esc key.</DL>
</DD>
</DL>
<HR>

<A NAME="setFocusFirstControl(boolean)"><!-- --></A><H3>
setFocusFirstControl</H3>
<PRE>
public void <B>setFocusFirstControl</B>(boolean&nbsp;value)</PRE>
<DL>
<DD>This method allow the wizard to request the focus on the first focusable control unless it is a JLabel or a JButton.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - True when the wizard should give focus to the panel.</DL>
</DD>
</DL>
<HR>

<A NAME="getResponseOnEnter()"><!-- --></A><H3>
getResponseOnEnter</H3>
<PRE>
public boolean <B>getResponseOnEnter</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The respondOnEnter status.</DL>
</DD>
</DL>
<HR>

<A NAME="getResponseOnCancel()"><!-- --></A><H3>
getResponseOnCancel</H3>
<PRE>
public boolean <B>getResponseOnCancel</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The respondOnCancel status.</DL>
</DD>
</DL>
<HR>

<A NAME="getFocusFirstControl()"><!-- --></A><H3>
getFocusFirstControl</H3>
<PRE>
public boolean <B>getFocusFirstControl</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The focusFirstControl status.</DL>
</DD>
</DL>
<HR>

<A NAME="enterKey()"><!-- --></A><H3>
enterKey</H3>
<PRE>
public void <B>enterKey</B>()</PRE>
<DL>
<DD>Called whenever responseOnEnter is true and Enter key has been pressed. This method allows to perform some check validity before the default action is taken.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="escapeKey()"><!-- --></A><H3>
escapeKey</H3>
<PRE>
public void <B>escapeKey</B>()</PRE>
<DL>
<DD>Called whenever responseOnCancel is true and Escape key has been pressed. This method allows to perform some check validity before the default action is taken.
<P>
<DD><DL>
</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=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>&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="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-all.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>
<b>Amic utility<br> classes</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="IWizardPanel.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size=-1>Contact me at <a href='mailto:lluis@turro.org'>Lluis Turro</a></font>
</BODY>
</HTML>

⌨️ 快捷键说明

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