net.sourceforge.hivegui.table
Class ColumnContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hivegui.table.ColumnContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class ColumnContribution
- extends org.apache.hivemind.impl.BaseLocatable
- Author:
- Jean-Francois Poilpret
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColumnContribution
public ColumnContribution()
setProperty
public void setProperty(java.lang.String property)
getProperty
public java.lang.String getProperty()
setType
public void setType(java.lang.Class type)
getType
public java.lang.Class getType()
setEditable
public void setEditable(boolean editable)
isEditable
public boolean isEditable()
setRenderer
public void setRenderer(javax.swing.table.TableCellRenderer renderer)
getRenderer
public javax.swing.table.TableCellRenderer getRenderer()
setMinWidth
public void setMinWidth(int minWidth)
getMinWidth
public int getMinWidth()
setMaxWidth
public void setMaxWidth(int maxWidth)
getMaxWidth
public int getMaxWidth()
setPreferredWidth
public void setPreferredWidth(int preferredWidth)
getPreferredWidth
public int getPreferredWidth()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object