Methods Summary |
---|
public int | getDefaultSize()The 'column' default size
|
public PluginPeerItem | getInstance(PeerTableItem item)This method is called whenever a new line is created.
|
public java.lang.String | getName()The logical name of the column.
Note that spaces in the name should be avoid.
In order to the plugin to display correctly the column name, a key in the
Plugin language file will need to contain PeersView.<getName() result>=The column name.
|
public java.lang.String | getType()The type of the contained data.
Current supported types are int / long (TYPE_INTEGER) and
String TYPE_STRING.
|