|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.aelitis.azureus.ui.common.table.impl.TableColumnImpl com.aelitis.azureus.ui.common.table.impl.CoreTableColumn org.gudy.azureus2.ui.swt.views.table.CoreTableColumnSWT org.gudy.azureus2.ui.swt.views.tableitems.files.NameItem
public class NameItem
Torrent name cell for My Torrents.
Field Summary |
---|
Fields inherited from class com.aelitis.azureus.ui.common.table.impl.TableColumnImpl |
---|
this_mon |
Fields inherited from interface org.gudy.azureus2.plugins.ui.tables.TableColumn |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEAD, ALIGN_TOP, ALIGN_TRAIL, CAT_BYTES, CAT_CONNECTION, CAT_CONTENT, CAT_ESSENTIAL, CAT_PEER_IDENTIFICATION, CAT_PROGRESS, CAT_PROTOCOL, CAT_SETTINGS, CAT_SHARING, CAT_SWARM, CAT_TIME, CAT_TRACKER, INTERVAL_GRAPHIC, INTERVAL_INVALID_ONLY, INTERVAL_LIVE, MENU_STYLE_COLUMN_DATA, MENU_STYLE_HEADER, POSITION_INVISIBLE, POSITION_LAST, TYPE_GRAPHIC, TYPE_TEXT, TYPE_TEXT_ONLY, UD_FORCE_VISIBLE |
Constructor Summary | |
---|---|
NameItem()
Default Constructor |
Method Summary | |
---|---|
void |
dispose(TableCell cell)
triggered when a cell is being dispose of |
void |
fillTableColumnInfo(TableColumnInfo info)
Provide the app with information about your Table Column |
java.lang.String |
getObfusticatedText(TableCell cell)
|
boolean |
inplaceValueSet(TableCell cell,
java.lang.String value,
boolean finalEdit)
Override this function to obtain edited values |
void |
postConfigLoad()
implement this method if you want to be notified when the stored column configuration such as user data or GUI-adjustable properties have been loaded |
void |
preConfigSave()
implement this method if you want to be notified when the column configuration is about to be serialized |
void |
refresh(TableCell cell)
Triggered based on refresh interval specified in TableColumn.getRefreshInterval() |
void |
refresh(TableCell cell,
boolean sortOnlyRefresh)
Triggered based on refresh interval specified in TableColumn.getRefreshInterval() |
Methods inherited from class org.gudy.azureus2.ui.swt.views.table.CoreTableColumnSWT |
---|
addListeners |
Methods inherited from class com.aelitis.azureus.ui.common.table.impl.CoreTableColumn |
---|
initializeAsGraphic, initializeAsGraphic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public NameItem()
Method Detail |
---|
public void fillTableColumnInfo(TableColumnInfo info)
TableColumnExtraInfoListener
fillTableColumnInfo
in interface TableColumnExtraInfoListener
fillTableColumnInfo
in class CoreTableColumn
info
- Use setters to set informationpublic void postConfigLoad()
TableColumn
postConfigLoad
in interface TableColumn
postConfigLoad
in class TableColumnImpl
public void preConfigSave()
TableColumn
preConfigSave
in interface TableColumn
preConfigSave
in class TableColumnImpl
public void refresh(TableCell cell, boolean sortOnlyRefresh)
TableCellLightRefreshListener
TableColumn.getRefreshInterval()
refresh
in interface TableCellLightRefreshListener
cell
- TableCell that the refresh trigger is forsortOnlyRefresh
- true when the cell is being refreshed despite not being visible (this usually occurs when the cell belongs to the sort column)public void refresh(TableCell cell)
TableCellRefreshListener
TableColumn.getRefreshInterval()
refresh
in interface TableCellRefreshListener
cell
- TableCell that the refresh trigger is forpublic java.lang.String getObfusticatedText(TableCell cell)
getObfusticatedText
in interface ObfusticateCellText
public void dispose(TableCell cell)
TableCellDisposeListener
dispose
in interface TableCellDisposeListener
cell
- TableCell that is being disposed ofpublic boolean inplaceValueSet(TableCell cell, java.lang.String value, boolean finalEdit)
TableCellInplaceEditorListener
inplaceValueSet
in interface TableCellInplaceEditorListener
cell
- that is being editedvalue
- the new valuefinalEdit
- true if the user finalizes his editing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |