schemapropertycelleditor.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 905 行 · 第 1/3 页
HTML
905 行
</TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></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="../../mondrian/gui/SchemaPropertyCellEditor.html#addCellEditorListener(javax.swing.event.CellEditorListener)">addCellEditorListener</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/event/CellEditorListener.html" title="class or interface in javax.swing.event">CellEditorListener</A> l)</CODE><BR> Adds a listener to the list that's notified when the editor stops, or cancels editing.</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="../../mondrian/gui/SchemaPropertyCellEditor.html#cancelCellEditing()">cancelCellEditing</A></B>()</CODE><BR> Tells the editor to cancel editing and not accept any partially edited value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/gui/SchemaPropertyCellEditor.html#fireEditingCancelled()">fireEditingCancelled</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/gui/SchemaPropertyCellEditor.html#fireEditingStopped()">fireEditingStopped</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/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/gui/SchemaPropertyCellEditor.html#getCellEditorValue()">getCellEditorValue</A></B>()</CODE><BR> Returns the value contained in the editor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../mondrian/gui/SchemaPropertyCellEditor.html#getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)">getTableCellEditorComponent</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JTable.html" title="class or interface in javax.swing">JTable</A> table, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> value, boolean isSelected, int row, int column)</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="../../mondrian/gui/SchemaPropertyCellEditor.html#isCellEditable(java.util.EventObject)">isCellEditable</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/EventObject.html" title="class or interface in java.util">EventObject</A> anEvent)</CODE><BR> Asks the editor if it can start editing using <code>anEvent</code>.</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="../../mondrian/gui/SchemaPropertyCellEditor.html#removeCellEditorListener(javax.swing.event.CellEditorListener)">removeCellEditorListener</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/event/CellEditorListener.html" title="class or interface in javax.swing.event">CellEditorListener</A> l)</CODE><BR> Removes a listener from the list that's notified</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="../../mondrian/gui/SchemaPropertyCellEditor.html#shouldSelectCell(java.util.EventObject)">shouldSelectCell</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/EventObject.html" title="class or interface in java.util">EventObject</A> anEvent)</CODE><BR> Returns true if the editing cell should be selected, false otherwise.</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="../../mondrian/gui/SchemaPropertyCellEditor.html#stopCellEditing()">stopCellEditing</A></B>()</CODE><BR> Tells the editor to stop editing and accept any partially edited value as the value of the editor.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="workbench"><!-- --></A><H3>workbench</H3><PRE><A HREF="../../mondrian/gui/Workbench.html" title="class in mondrian.gui">Workbench</A> <B>workbench</B></PRE><DL><DL></DL></DL><HR><A NAME="listeners"><!-- --></A><H3>listeners</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html" title="class or interface in java.util">ArrayList</A> <B>listeners</B></PRE><DL><DL></DL></DL><HR><A NAME="stringEditor"><!-- --></A><H3>stringEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JTextField.html" title="class or interface in javax.swing">JTextField</A> <B>stringEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="booleanEditor"><!-- --></A><H3>booleanEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JCheckBox.html" title="class or interface in javax.swing">JCheckBox</A> <B>booleanEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="integerEditor"><!-- --></A><H3>integerEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JTextField.html" title="class or interface in javax.swing">JTextField</A> <B>integerEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="tableEditor"><!-- --></A><H3>tableEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JTable.html" title="class or interface in javax.swing">JTable</A> <B>tableEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="activeEditor"><!-- --></A><H3>activeEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/awt/Component.html" title="class or interface in java.awt">Component</A> <B>activeEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="listEditor"><!-- --></A><H3>listEditor</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JComboBox.html" title="class or interface in javax.swing">JComboBox</A> <B>listEditor</B></PRE><DL><DL></DL></DL><HR><A NAME="relationList"><!-- --></A><H3>relationList</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JComboBox.html" title="class or interface in javax.swing">JComboBox</A> <B>relationList</B></PRE><DL><DL></DL></DL><HR><A NAME="relationTable"><!-- --></A><H3>relationTable</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JTable.html" title="class or interface in javax.swing">JTable</A> <B>relationTable</B></PRE><DL><DL></DL></DL><HR><A NAME="relationRenderer"><!-- --></A><H3>relationRenderer</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JPanel.html" title="class or interface in javax.swing">JPanel</A> <B>relationRenderer</B></PRE><DL><DL></DL></DL><HR><A NAME="jdbcMetaData"><!-- --></A><H3>jdbcMetaData</H3><PRE><A HREF="../../mondrian/gui/JDBCMetaData.html" title="class in mondrian.gui">JDBCMetaData</A> <B>jdbcMetaData</B></PRE><DL><DL></DL></DL><HR><A NAME="allOptions"><!-- --></A><H3>allOptions</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/ComboBoxModel.html" title="class or interface in javax.swing">ComboBoxModel</A> <B>allOptions</B></PRE><DL><DL></DL></DL><HR><A NAME="selOptions"><!-- --></A><H3>selOptions</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/ComboBoxModel.html" title="class or interface in javax.swing">ComboBoxModel</A> <B>selOptions</B></PRE><DL><DL></DL></DL><HR><A NAME="listEditorValue"><!-- --></A><H3>listEditorValue</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>listEditorValue</B></PRE><DL><DL></DL></DL><HR><A NAME="ml"><!-- --></A><H3>ml</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/awt/event/MouseListener.html" title="class or interface in java.awt.event">MouseListener</A> <B>ml</B></PRE><DL><DL></DL></DL><HR><A NAME="il"><!-- --></A><H3>il</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/awt/event/ItemListener.html" title="class or interface in java.awt.event">ItemListener</A> <B>il</B></PRE><DL><DL></DL></DL><HR><A NAME="al"><!-- --></A><H3>al</H3><PRE><A HREF="http://java.sun.com/javase/6/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A> <B>al</B></PRE><DL><DL></DL></DL><HR><A NAME="noSelect"><!-- --></A><H3>noSelect</H3>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?