IBM DB2 UDB
Plugin Interface
for Extending the Control Center

com.ibm.db2.tools.cc.navigator
Interface CCColumn


public interface CCColumn

The CCColumn interface allows users to specify the characteristics of a column in the details view of the Control Center.


Method Summary
 java.lang.Class getColumnClass()
          This method returns the class of the column, so that column data may be formatted correctly.
 java.lang.String getName()
          This method returns the name of the column, which is used as a heading in the details view
 

Method Detail

getName

public java.lang.String getName()
This method returns the name of the column, which is used as a heading in the details view

Returns:
the heading of the column

getColumnClass

public java.lang.Class getColumnClass()
This method returns the class of the column, so that column data may be formatted correctly. CCTableObject.class can be used when you want to display both the icon and text in the first column of the details view. The class types supported include the class equivalents of the Java primitives (such as the java.lang.Integer class), the java.util.Date class, and the CCTableObject class.

Returns:
the class of the data in this column

IBM DB2 UDB
Plugin Interface
for Extending the Control Center

(C)Copyright IBM Corp. 2002, 2004. All rights reserved.

Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.