Package ghidra.app.util.viewer.format
Class FieldHeaderLocation
java.lang.Object
ghidra.app.util.viewer.format.FieldHeaderLocation
Class used to represent a location within the field header component.
- 
Constructor SummaryConstructorsConstructorDescriptionFieldHeaderLocation(FieldFormatModel model, FieldFactory factory, int row, int col) Construct a new FieldHeaderLocation
- 
Method Summary
- 
Constructor Details- 
FieldHeaderLocationConstruct a new FieldHeaderLocation- Parameters:
- model- the model containing this location
- factory- the factory the containing this location.
- row- the row containing the factory in the header
- col- the column containing the factory in the header.
 
 
- 
- 
Method Details- 
getRowpublic int getRow()Returns the header row for this location.
- 
getColumnpublic int getColumn()Returns the header column for this location.
- 
getModelReturns the FieldFormatModel for this location.
- 
getFieldFactoryReturns the field factory for this location.
 
-