Uses of Package
app.events

Packages that use app.events
Package Description
app  
app.controllers  
app.events  
  • Classes in app.events used by app
    Class Description
    ExitApplicationEvent
    Event signalizing a shutdown request for the whole applicaton
    LanguageChangedEvent
    Event signalizing that the programming language of the editor has changed
    OpenLinkInBrowserEvent
    Event signalizing that the application is going to open a link in an external browser
    ThemeChangedEvent
    Event signalizing that the theme of the applicaton has been changed
  • Classes in app.events used by app.controllers
    Class Description
    CopyEvent
    Event signalizing that something is being copied to the clipboard in an arbitrary place in the UI
    CutEvent
    Event signalizing that something is being cut to the clipboard in an arbitrary place in the UI
    EditorChangedEvent
    Event signalizing that the content or the cursor state in the editor has been modified
    FileSaveStateChangedEvent
    Event signalizing that the current file either has been modified or saved
    LanguageChangedEvent
    Event signalizing that the programming language of the editor has changed
    OpenFileEvent
    Event signalizing that a file outside the current project is supposed to be opened in the editor.
    PasteEvent
    Event signalizing that something is being pasted from the clipboard in an arbitrary place in the UI
    RedoEvent
    Event signalizing that an action is being undone in an arbitrary place in the UI
    SaveFileEvent
    Event signalizing that the current file should be saved to disk
    ThemeChangedEvent
    Event signalizing that the theme of the applicaton has been changed
    ToggleCommentEvent
    Event signalizing that the editor is going to toggle a language specific comment of a line or selecton
    ToggleWrapTextEvent
    Event signalizing that the editor wrap text function was toggled on or off
    UndoEvent
    Event signalizing that an action is being undone in an arbitrary place in the UI
  • Classes in app.events used by app.events
    Class Description
    Event
    Base class for any type of event of the eventbus