Package org.omegat.gui.properties
Class SegmentPropertiesTableView
- java.lang.Object
-
- org.omegat.gui.properties.SegmentPropertiesTableView
-
- All Implemented Interfaces:
ISegmentPropertiesView
public class SegmentPropertiesTableView extends java.lang.Object implements 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 Constructor Description SegmentPropertiesTableView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeyAtPoint(java.awt.Point p)javax.swing.JComponentgetViewComponent()voidinstall(SegmentPropertiesArea parent)voidnotifyUser(java.util.List<java.lang.Integer> notify)voidupdate()
-
-
-
Method Detail
-
install
public void install(SegmentPropertiesArea parent)
- Specified by:
installin interfaceISegmentPropertiesView
-
getViewComponent
public javax.swing.JComponent getViewComponent()
- Specified by:
getViewComponentin interfaceISegmentPropertiesView
-
update
public void update()
- Specified by:
updatein interfaceISegmentPropertiesView
-
notifyUser
public void notifyUser(java.util.List<java.lang.Integer> notify)
- Specified by:
notifyUserin interfaceISegmentPropertiesView
-
getKeyAtPoint
public java.lang.String getKeyAtPoint(java.awt.Point p)
- Specified by:
getKeyAtPointin interfaceISegmentPropertiesView
-
-