public class InteractionLogExt extends java.lang.Object implements KeYGuiExtension, KeYGuiExtension.LeftPanel, KeYGuiExtension.MainMenu
KeYGuiExtension.ContextMenu, KeYGuiExtension.Info, KeYGuiExtension.KeyboardShortcuts, KeYGuiExtension.LeftPanel, KeYGuiExtension.MainMenu, KeYGuiExtension.Settings, KeYGuiExtension.Startup, KeYGuiExtension.StatusLine, KeYGuiExtension.TermInfo, KeYGuiExtension.Toolbar, KeYGuiExtension.Tooltip
Constructor and Description |
---|
InteractionLogExt() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.swing.Action> |
getMainMenuActions(MainWindow mainWindow)
A list of actions which should be added to the main menu.
|
java.util.Collection<TabPanel> |
getPanels(MainWindow window,
KeYMediator mediator)
Initialization and return of the sub components.
|
public java.util.List<javax.swing.Action> getMainMenuActions(MainWindow mainWindow)
KeYGuiExtension.MainMenu
Actions should use the KeyAction.PATH
and KeyAction.PRIORITY
to control their position in the menu.
getMainMenuActions
in interface KeYGuiExtension.MainMenu
mainWindow
- the window of the main menuKeyAction
public java.util.Collection<TabPanel> getPanels(MainWindow window, KeYMediator mediator)
KeYGuiExtension.LeftPanel
Called before any other method; can be used to construct the UI.
getPanels
in interface KeYGuiExtension.LeftPanel
window
- parent of this extensionmediator
- the current mediatorCopyright © 2003-2019 The KeY-Project.