public interface ISegmentPropertiesView
Modifier and Type | Field and 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 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 |
Modifier and Type | Method and 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() |
static final javax.swing.Icon SETTINGS_ICON
static final javax.swing.Icon SETTINGS_ICON_INACTIVE
static final javax.swing.Icon SETTINGS_ICON_PRESSED
static final javax.swing.Icon SETTINGS_ICON_INVISIBLE
static final java.lang.String PROPERTY_TRANSLATION_KEY
static final javax.swing.border.Border FOCUS_BORDER
static final javax.swing.border.Border MARGIN_BORDER
static final javax.swing.border.Border FOCUS_COMPOUND_BORDER
void update()
javax.swing.JComponent getViewComponent()
void notifyUser(java.util.List<java.lang.Integer> notify)
void install(SegmentPropertiesArea parent)
java.lang.String getKeyAtPoint(java.awt.Point p)