com.partnersoft.gui
Class PTableData

java.lang.Object
  extended by com.partnersoft.gui.PTableData

public class PTableData
extends java.lang.Object

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Constructor Summary
PTableData()
           
 
Method Summary
 java.awt.Color getBackground()
           
 javax.swing.JComponent getComponent()
           
 java.lang.Object getUser()
           
 void setBackground(java.awt.Color background)
           
 void setComponent(javax.swing.JComponent component)
           
 void setUser(java.lang.Object user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTableData

public PTableData()
Method Detail

getBackground

public java.awt.Color getBackground()

getComponent

public javax.swing.JComponent getComponent()

getUser

public java.lang.Object getUser()

setBackground

public void setBackground(java.awt.Color background)

setComponent

public void setComponent(javax.swing.JComponent component)

setUser

public void setUser(java.lang.Object user)