Пример #1
0
		/// <summary>
		/// Sets a default cell editor to be used if no editor has been set in
		/// a <code>TableColumn</code>.
		/// </summary>
		public void setDefaultEditor(Class @columnClass, TableCellEditor @editor)
		{
		}
Пример #2
0
		/// <summary>
		/// Prepares the editor by querying the data model for the value and
		/// selection state of the cell at <code>row</code>, <code>column</code>.
		/// </summary>
		public Component prepareEditor(TableCellEditor @editor, int @row, int @column)
		{
			return default(Component);
		}
Пример #3
0
		/// <summary>
		/// Sets the <code>cellEditor</code> variable.
		/// </summary>
		public void setCellEditor(TableCellEditor @anEditor)
		{
		}
Пример #4
0
		/// <summary>
		/// Creates and initializes an instance of
		/// <code>TableColumn</code> with <code>modelIndex</code>.
		/// </summary>
		public TableColumn(int @modelIndex, int @width, TableCellRenderer @cellRenderer, TableCellEditor @cellEditor)
		{
		}
Пример #5
0
 /// <summary>
 /// Sets a default cell editor to be used if no editor has been set in
 /// a <code>TableColumn</code>.
 /// </summary>
 public void setDefaultEditor(Class @columnClass, TableCellEditor @editor)
 {
 }
Пример #6
0
 /// <summary>
 /// Sets the <code>cellEditor</code> variable.
 /// </summary>
 public void setCellEditor(TableCellEditor @anEditor)
 {
 }
Пример #7
0
 /// <summary>
 /// Prepares the editor by querying the data model for the value and
 /// selection state of the cell at <code>row</code>, <code>column</code>.
 /// </summary>
 public Component prepareEditor(TableCellEditor @editor, int @row, int @column)
 {
     return(default(Component));
 }
Пример #8
0
 /// <summary>
 /// Creates and initializes an instance of
 /// <code>TableColumn</code> with <code>modelIndex</code>.
 /// </summary>
 public TableColumn(int @modelIndex, int @width, TableCellRenderer @cellRenderer, TableCellEditor @cellEditor)
 {
 }