コード例 #1
0
 /// <summary>
 /// Sets the <code>TreeCellRenderer</code> that will be used to
 /// draw each cell.
 /// </summary>
 public void setCellRenderer(TreeCellRenderer @x)
 {
 }
コード例 #2
0
ファイル: JTree.cs プロジェクト: exaphaser/JSC-Cross-Compiler
		/// <summary>
		/// Sets the <code>TreeCellRenderer</code> that will be used to
		/// draw each cell.
		/// </summary>
		public void setCellRenderer(TreeCellRenderer @x)
		{
		}