Class LanguageProjectDataColumn
java.lang.Object
docking.widgets.table.AbstractDynamicTableColumn<DomainFileInfo,String,ProjectData>
ghidra.framework.main.datatable.ProjectDataColumn<String>
ghidra.util.table.projectdata.column.LanguageProjectDataColumn
- All Implemented Interfaces:
DynamicTableColumn<DomainFileInfo,,String, ProjectData> ExtensionPoint,Comparable<ProjectDataColumn<?>>
-
Field Summary
Fields inherited from class docking.widgets.table.AbstractDynamicTableColumn
FLOATING_POINT_PRECISION_SETTING, FLOATING_POINT_SETTINGS_DEFINITIONS, INTEGER_RADIX_SETTING, INTEGER_SETTINGS_DEFINITIONS, INTEGER_SIGNEDNESS_MODE_SETTING, NO_SETTINGS_DEFINITIONS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines the unique column heading that may be used to identify a column instance.intReturns the preferred width for this column.intgetValue(DomainFileInfo info, Settings settings, ProjectData data, ServiceProvider services) Creates an object that is appropriate for this field (table column) and for the object that is associated with this row of the table.booleanMethods inherited from class ghidra.framework.main.datatable.ProjectDataColumn
compareToMethods inherited from class docking.widgets.table.AbstractDynamicTableColumn
equals, getColumnClass, getColumnDescription, getColumnDisplayName, getColumnRenderer, getComparator, getComparator, getHeaderRenderer, getMaxLines, getSettingsDefinitions, getSupportedRowType, getUniqueIdentifier, hashCode, toString
-
Constructor Details
-
LanguageProjectDataColumn
public LanguageProjectDataColumn()
-
-
Method Details
-
getColumnName
Description copied from interface:DynamicTableColumnDetermines the unique column heading that may be used to identify a column instance. This name must be non-changing and is used to save/restore state information.- Specified by:
getColumnNamein interfaceDynamicTableColumn<DomainFileInfo,String, ProjectData> - Specified by:
getColumnNamein classAbstractDynamicTableColumn<DomainFileInfo,String, ProjectData> - Returns:
- the field instance name.
-
getValue
public String getValue(DomainFileInfo info, Settings settings, ProjectData data, ServiceProvider services) throws IllegalArgumentException Description copied from interface:DynamicTableColumnCreates an object that is appropriate for this field (table column) and for the object that is associated with this row of the table.- Specified by:
getValuein interfaceDynamicTableColumn<DomainFileInfo,String, ProjectData> - Specified by:
getValuein classAbstractDynamicTableColumn<DomainFileInfo,String, ProjectData> - Parameters:
info- the object associated with the row in the table.settings- field settingsdata- the expected data object, as defined by the DATA_SOURCE typeservices- theServiceProviderassociated with the table.- Returns:
- the object for the model to display in the table cell.
- Throws:
IllegalArgumentException- if the rowObject is not one supported by this class.
-
getColumnPreferredWidth
public int getColumnPreferredWidth()Description copied from interface:DynamicTableColumnReturns the preferred width for this column. Column should either return a valid positive preferred size or -1.- Specified by:
getColumnPreferredWidthin interfaceDynamicTableColumn<DomainFileInfo,String, ProjectData> - Overrides:
getColumnPreferredWidthin classAbstractDynamicTableColumn<DomainFileInfo,String, ProjectData> - Returns:
- the preferred width for this column.
-
isDefaultColumn
public boolean isDefaultColumn()- Specified by:
isDefaultColumnin classProjectDataColumn<String>
-
getPriority
public int getPriority()- Specified by:
getPriorityin classProjectDataColumn<String>
-