Uses of Class
app.events.Event

Packages that use Event
Package Description
app.events  
  • Uses of Event in app.events

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