Package org.omegat.util.gui
Interface IPaneMenu
-
- All Known Implementing Classes:
CommentsTextArea
,DictionariesTextArea
,GlossaryTextArea
,MachineTranslateTextArea
,MatchesTextArea
,MultipleTransPane
,NotesTextArea
,SegmentPropertiesArea
public interface IPaneMenu
Interface for docking panes to display a popup menu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PANE_MENU_ACTION_LISTENER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
populatePaneMenu(javax.swing.JPopupMenu menu)
-
-
-
Field Detail
-
PROPERTY_PANE_MENU_ACTION_LISTENER
static final java.lang.String PROPERTY_PANE_MENU_ACTION_LISTENER
- See Also:
- Constant Field Values
-
-