📄 jetadialog.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getCloseButton()">getCloseButton</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../com/jeta/open/gui/framework/JETAController.html" title="class in com.jeta.open.gui.framework">JETAController</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getController()">getController</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Container.html" title="class or interface in java.awt">Container</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getDialogContentPanel()">getDialogContentPanel</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getHelpButton()">getHelpButton</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getOkButton()">getOkButton</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Dimension.html" title="class or interface in java.awt">Dimension</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getPreferredSize()">getPreferredSize</A></B>()</CODE><BR> Returns the preferred size for this dialog.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Dimension.html" title="class or interface in java.awt">Dimension</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getPreferredSize(java.awt.Dimension)">getPreferredSize</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Dimension.html" title="class or interface in java.awt">Dimension</A> contentDims)</CODE><BR> Returns the preferred size for this dialog.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#getPrimaryPanel()">getPrimaryPanel</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#isOk()">isOk</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#removeAllControllers()">removeAllControllers</A></B>()</CODE><BR> Removes all registered controllers added to this dialog</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#setButtonPanelVisible(boolean)">setButtonPanelVisible</A></B>(boolean bvis)</CODE><BR> Shows/Hides the button panel on this dialog.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#setCancelEnabled(boolean)">setCancelEnabled</A></B>(boolean bCancel)</CODE><BR> Enables/Disables the cancel command</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#setCloseText(java.lang.String)">setCloseText</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> txt)</CODE><BR> Sets the text for the close button</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#setController(com.jeta.open.gui.framework.JETAController)">setController</A></B>(<A HREF="../../../../../com/jeta/open/gui/framework/JETAController.html" title="class in com.jeta.open.gui.framework">JETAController</A> controller)</CODE><BR> Sets the controller that will handle events for this dialog</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/jeta/open/gui/framework/JETADialog.html#setFont(java.awt.Font)">setFont</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Font.html" title="class or interface in java.awt">Font</A> f)</CODE><BR> Sets the font for the ok and close buttons on this dialog</TD></TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -