Class SegmentPropertiesListView

java.lang.Object
org.omegat.gui.properties.SegmentPropertiesListView
All Implemented Interfaces:
ISegmentPropertiesView

public class SegmentPropertiesListView extends Object implements ISegmentPropertiesView
A list-based view of key=value properties of the current segment.

This is not a JList but instead a collection of distinct instances of SegmentPropertiesListCell. This is because the initial JList-based implementation had rendering issues when trying to make the gear menu icons appear interactive.