Package org.omegat.gui.properties
Interface ISegmentPropertiesView
-
- All Known Implementing Classes:
SegmentPropertiesListView
,SegmentPropertiesTableView
public interface ISegmentPropertiesView
Common 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.Border
FOCUS_BORDER
static javax.swing.border.Border
FOCUS_COMPOUND_BORDER
static javax.swing.border.Border
MARGIN_BORDER
static java.lang.String
PROPERTY_TRANSLATION_KEY
static java.lang.String
PROPERTY_TRANSLATION_NVERB
static java.lang.String
PROPERTY_TRANSLATION_VERB
static javax.swing.Icon
SETTINGS_ICON
static javax.swing.Icon
SETTINGS_ICON_INACTIVE
static javax.swing.Icon
SETTINGS_ICON_INVISIBLE
static javax.swing.Icon
SETTINGS_ICON_PRESSED
-
Method Summary
All Methods Instance Methods Abstract 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()
-
-
-
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)
-
-