Package org.omegat.gui.properties
Interface ISegmentPropertiesView
-
- All Known Implementing Classes:
SegmentPropertiesListView,SegmentPropertiesTableView
public interface ISegmentPropertiesViewCommon interface for UI components used to display key=value properties of the current segment
-
-
Field Summary
Fields Modifier and Type Field Description static javax.swing.border.BorderFOCUS_BORDERstatic javax.swing.border.BorderFOCUS_COMPOUND_BORDERstatic javax.swing.border.BorderMARGIN_BORDERstatic java.lang.StringPROPERTY_TRANSLATION_KEYstatic java.lang.StringPROPERTY_TRANSLATION_NVERBstatic java.lang.StringPROPERTY_TRANSLATION_VERBstatic javax.swing.IconSETTINGS_ICONstatic javax.swing.IconSETTINGS_ICON_INACTIVEstatic javax.swing.IconSETTINGS_ICON_INVISIBLEstatic javax.swing.IconSETTINGS_ICON_PRESSED
-
Method Summary
All Methods Instance Methods Abstract 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()
-
-
-
Field Detail
-
SETTINGS_ICON
static final javax.swing.Icon SETTINGS_ICON
-
SETTINGS_ICON_INACTIVE
static final javax.swing.Icon SETTINGS_ICON_INACTIVE
-
SETTINGS_ICON_PRESSED
static final javax.swing.Icon SETTINGS_ICON_PRESSED
-
SETTINGS_ICON_INVISIBLE
static final javax.swing.Icon SETTINGS_ICON_INVISIBLE
-
PROPERTY_TRANSLATION_KEY
static final java.lang.String PROPERTY_TRANSLATION_KEY
- See Also:
- Constant Field Values
-
PROPERTY_TRANSLATION_VERB
static final java.lang.String PROPERTY_TRANSLATION_VERB
- See Also:
- Constant Field Values
-
PROPERTY_TRANSLATION_NVERB
static final java.lang.String PROPERTY_TRANSLATION_NVERB
- See Also:
- Constant Field Values
-
FOCUS_BORDER
static final javax.swing.border.Border FOCUS_BORDER
-
MARGIN_BORDER
static final javax.swing.border.Border MARGIN_BORDER
-
FOCUS_COMPOUND_BORDER
static final javax.swing.border.Border FOCUS_COMPOUND_BORDER
-
-
Method Detail
-
update
void update()
-
getViewComponent
javax.swing.JComponent getViewComponent()
-
notifyUser
void notifyUser(java.util.List<java.lang.Integer> notify)
-
install
void install(SegmentPropertiesArea parent)
-
getKeyAtPoint
java.lang.String getKeyAtPoint(java.awt.Point p)
-
-