com.adventnet.snmp.ui
Class BaseColumnClass

java.lang.Object
  extended by com.adventnet.snmp.ui.BaseColumnClass

 class BaseColumnClass
extends java.lang.Object

This class implements the base class for table columns for JFC. The implementation of this class is to be completed.


Constructor Summary
BaseColumnClass()
           
 
Method Summary
static javax.swing.JComponent getCellEditor(LeafSyntax syntax)
           
static java.lang.Class getColumnClass(LeafSyntax syntax)
          Get the column class for a given columm, given the syntax of the column
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseColumnClass

BaseColumnClass()
Method Detail

getColumnClass

public static java.lang.Class getColumnClass(LeafSyntax syntax)
Get the column class for a given columm, given the syntax of the column


getCellEditor

public static javax.swing.JComponent getCellEditor(LeafSyntax syntax)