Package org.omegat.util.gui
Interface IPaneMenu
-
- All Known Implementing Classes:
CommentsTextArea,DictionariesTextArea,GlossaryTextArea,MachineTranslateTextArea,MatchesTextArea,MultipleTransPane,NotesTextArea,SegmentPropertiesArea
public interface IPaneMenuInterface for docking panes to display a popup menu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_PANE_MENU_ACTION_LISTENER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopulatePaneMenu(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
-
-