Package org.omegat.gui.properties
Class SegmentPropertiesTableView
java.lang.Object
org.omegat.gui.properties.SegmentPropertiesTableView
- All Implemented Interfaces:
ISegmentPropertiesView
A table-based view of key=value properties of the current segment
-
Field Summary
Fields inherited from interface org.omegat.gui.properties.ISegmentPropertiesView
FOCUS_BORDER, FOCUS_COMPOUND_BORDER, MARGIN_BORDER, PROPERTY_TRANSLATION_KEY, PROPERTY_TRANSLATION_NVERB, PROPERTY_TRANSLATION_VERB, SETTINGS_ICON, SETTINGS_ICON_INACTIVE, SETTINGS_ICON_INVISIBLE, SETTINGS_ICON_PRESSED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidinstall(SegmentPropertiesArea parent) voidnotifyUser(List<Integer> notify) voidupdate()
-
Constructor Details
-
SegmentPropertiesTableView
public SegmentPropertiesTableView()
-
-
Method Details
-
getParent
-
getMouseoverRow
public int getMouseoverRow() -
getMouseoverCol
public int getMouseoverCol() -
install
- Specified by:
installin interfaceISegmentPropertiesView
-
getViewComponent
- Specified by:
getViewComponentin interfaceISegmentPropertiesView
-
update
public void update()- Specified by:
updatein interfaceISegmentPropertiesView
-
notifyUser
- Specified by:
notifyUserin interfaceISegmentPropertiesView
-
getKeyAtPoint
- Specified by:
getKeyAtPointin interfaceISegmentPropertiesView
-