Constant Field Values

Contents

org.jhotdraw8.*

  • org.jhotdraw8.application.action.app.AboutAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "application.about"
  • org.jhotdraw8.application.action.app.AbstractPreferencesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "application.preferences"
  • org.jhotdraw8.application.action.app.ExitAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "application.exit"
  • org.jhotdraw8.application.action.edit.AbstractFindAction<A>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.find"
  • org.jhotdraw8.application.action.edit.ClearSelectionAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.clearSelection"
  • org.jhotdraw8.application.action.edit.CopyAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.copy"
  • org.jhotdraw8.application.action.edit.CutAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.cut"
  • org.jhotdraw8.application.action.edit.DeleteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.delete"
  • org.jhotdraw8.application.action.edit.DuplicateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.duplicate"
  • org.jhotdraw8.application.action.edit.PasteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.paste"
  • org.jhotdraw8.application.action.edit.RedoAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.redo"
  • org.jhotdraw8.application.action.edit.SelectAllAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.selectAll"
  • org.jhotdraw8.application.action.edit.UndoAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "edit.undo"
  • org.jhotdraw8.application.action.file.BrowseFileDirectoryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.browseFileDirectory"
  • org.jhotdraw8.application.action.file.ClearFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.clear"
  • org.jhotdraw8.application.action.file.ClearRecentFilesMenuAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.clearRecentFiles"
  • org.jhotdraw8.application.action.file.CloseFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.close"
  • org.jhotdraw8.application.action.file.ExportFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.export"
  • org.jhotdraw8.application.action.file.NewFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.new"
  • org.jhotdraw8.application.action.file.NewWindowAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.newWindow"
  • org.jhotdraw8.application.action.file.OpenFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.open"
  • org.jhotdraw8.application.action.file.OpenRecentFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.openRecent"
  • org.jhotdraw8.application.action.file.PrintFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.print"
  • org.jhotdraw8.application.action.file.RevertFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.revert"
  • org.jhotdraw8.application.action.file.SaveFileAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.save"
  • org.jhotdraw8.application.action.file.SaveFileAsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "file.saveAs"