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.String
getKeyAtPoint(java.awt.Point p)
javax.swing.JComponent
getViewComponent()
void
install(SegmentPropertiesArea parent)
void
notifyUser(java.util.List<java.lang.Integer> notify)
void
update()
-
-
-
Method Detail
-
install
public void install(SegmentPropertiesArea parent)
- Specified by:
install
in interfaceISegmentPropertiesView
-
getViewComponent
public javax.swing.JComponent getViewComponent()
- Specified by:
getViewComponent
in interfaceISegmentPropertiesView
-
update
public void update()
- Specified by:
update
in interfaceISegmentPropertiesView
-
notifyUser
public void notifyUser(java.util.List<java.lang.Integer> notify)
- Specified by:
notifyUser
in interfaceISegmentPropertiesView
-
getKeyAtPoint
public java.lang.String getKeyAtPoint(java.awt.Point p)
- Specified by:
getKeyAtPoint
in interfaceISegmentPropertiesView
-
-