primaryFilePath
Returns the value of the
primaryFilePath record component.- Returns:
- the value of the
primaryFilePathrecord component
id - The unique identifier of the TopComponent.name - The name of the TopComponent.selected - Whether the TopComponent is currently selected.displayName - The human-readable display name.htmlDisplayName - The HTML-formatted display name.tooltip - The tooltip text.className - The fully qualified class name of the TopComponent.mode - The windowing mode (e.g., "editor", "output").activatedNodes - A string representation of the currently activated nodes.supportedActions - A string representation of the supported actions.filePath - The path to the file associated with this window, if any.primaryFilePath - The primary file path, if different from filePath.sizeInBytes - The size of the associated file in bytes.TopComponentInfo(String id,
String name,
boolean selected,
String displayName,
String htmlDisplayName,
String tooltip,
String className,
String mode,
String activatedNodes,
String supportedActions,
String filePath,
String primaryFilePath,
long sizeInBytes) TopComponentInfo record class.activatedNodes record component.className record component.displayName record component.final booleanfilePath()filePath record component.final inthashCode()htmlDisplayName record component.id()id record component.mode()mode record component.name()name record component.primaryFilePath record component.booleanselected()selected record component.longsizeInBytes record component.supportedActions record component.tooltip()tooltip record component.final StringtoString()TopComponentInfo record class.id - the value for the id record componentname - the value for the name record componentselected - the value for the selected record componentdisplayName - the value for the displayName record componenthtmlDisplayName - the value for the htmlDisplayName record componenttooltip - the value for the tooltip record componentclassName - the value for the className record componentmode - the value for the mode record componentactivatedNodes - the value for the activatedNodes record componentsupportedActions - the value for the supportedActions record componentfilePath - the value for the filePath record componentprimaryFilePath - the value for the primaryFilePath record componentsizeInBytes - the value for the sizeInBytes record componentObjects::equals(Object,Object); primitive components are compared with the compare method from their corresponding wrapper classes.displayName record component.displayName record componenthtmlDisplayName record component.htmlDisplayName record componentactivatedNodes record component.activatedNodes record componentsupportedActions record component.supportedActions record componentprimaryFilePath record component.primaryFilePath record componentsizeInBytes record component.sizeInBytes record component