Methods Summary |
---|
public void | addRefreshTime(long ms)
|
public void | generateDiagnostics(org.gudy.azureus2.core3.util.IndentWriter writer)
|
public java.util.List | getCellAddedListeners()Retreive all the Cell Added listeners
|
public java.util.List | getCellRefreshListeners()Retrieve all the refresh listeners for the cell
|
public boolean | getColumnAdded()Retrieve whether the column has been added to the TableColumnManager
|
public int | getConsecutiveErrCount()
|
public org.gudy.azureus2.plugins.ui.tables.TableContextMenuItem[] | getContextMenuItems()
|
public long | getLastSortValueChange()
|
public java.lang.String | getTitleLanguageKey()Returns the key in the properties bundle that has the title of the
column.
|
public boolean | getUseCoreDataSource()Retrieve whether a core or plugin object is sent via getDataSource()
|
public boolean | hasCellMouseMoveListener()
|
public boolean | hasCellRefreshListener()
|
public void | invokeCellAddedListeners(TableCellCore cell)Send a cellAdded trigger to all listeners stored in TableColumn
|
public void | invokeCellDisposeListeners(TableCellCore cell)Send a dispose trigger to all listeners stored in TableColumn
|
public void | invokeCellMouseListeners(org.gudy.azureus2.plugins.ui.tables.TableCellMouseEvent event)Send a mouse event to the cell mouse listeners
|
public void | invokeCellRefreshListeners(TableCellCore cell, boolean fastRefresh)Send a refresh trigger to all listeners stored in TableColumn
|
public void | invokeCellToolTipListeners(TableCellCore cell, int type)Send a tool tip event to the tool tip listeners
|
public void | invokeCellVisibilityListeners(TableCellCore cell, int visibility)Send a visibility event to the cell's visibility listeners
|
public boolean | isSortAscending()
|
public boolean | isSortValueLive()
|
public void | loadSettings()Load width and position settings from config.
|
public void | removeContextMenuItem(org.gudy.azureus2.plugins.ui.tables.TableContextMenuItem menuItem)
|
public void | saveSettings()Save width and position settings to config.
|
public void | setColumnAdded(boolean bAdded)Set the internal flag specifying whether the column has been added to the
TableColumnManager. Some functions can not be run after a column has been
added.
|
public void | setConsecutiveErrCount(int iCount)
|
public void | setLastSortValueChange(long lastSortValueChange)
|
public void | setPositionNoShift(int position)Sets the position of the column without adjusting the other columns.
This will cause duplicate columns, and is only usefull if you are
adjusting the positions of multiple columns at once.
|
public void | setSortAscending(boolean bAscending)
|
public void | setSortValueLive(boolean live)
|
public void | setTableID(java.lang.String tableID)
|
public void | setUseCoreDataSource(boolean bCoreDataSource)Changes what {@link TableCellCore.getDataSource()} and
{@link TableRowCore.getDataSource()} return.
|
public void | triggerColumnSizeChange()
|