Lines Matching defs:Action

72  * Please see {@link Desktop.Action} for the full list of supported operations
80 * Desktop.Action} class.
86 * @see Action
99 * @see java.awt.Desktop#isSupported(java.awt.Desktop.Action)
102 public static enum Action {
339 * most of the platforms support the {@link Desktop.Action#OPEN}
342 * #isSupported(Action)} may return {@code true}, but the corresponding
345 * @param action the specified {@link Action}
348 * @see Desktop.Action
350 public boolean isSupported(Action action) {
381 private void checkActionSupport(Action actionType){
413 * does not support the {@link Desktop.Action#OPEN} action
427 checkActionSupport(Action.OPEN);
442 * does not support the {@link Desktop.Action#EDIT} action
458 checkActionSupport(Action.EDIT);
475 * does not support the {@link Desktop.Action#PRINT} action
491 checkActionSupport(Action.PRINT);
515 * does not support the {@link Desktop.Action#BROWSE} action
539 checkActionSupport(Action.BROWSE);
570 * does not support the {@link Desktop.Action#MAIL} action
583 checkActionSupport(Action.MAIL);
611 * does not support the {@link Desktop.Action#MAIL} action
625 checkActionSupport(Action.MAIL);
734 * does not support the {@link Desktop.Action#APP_ABOUT} action
740 checkActionSupport(Action.APP_ABOUT);
758 * does not support the {@link Desktop.Action#APP_PREFERENCES} action
763 checkActionSupport(Action.APP_PREFERENCES);
788 * does not support the {@link Desktop.Action#APP_OPEN_FILE} action
795 checkActionSupport(Action.APP_OPEN_FILE);
817 * does not support the {@link Desktop.Action#APP_PRINT_FILE} action
826 checkActionSupport(Action.APP_PRINT_FILE);
852 * does not support the {@link Desktop.Action#APP_OPEN_URI} action
858 checkActionSupport(Action.APP_OPEN_URI);
875 * does not support the {@link Desktop.Action#APP_QUIT_HANDLER} action
881 checkActionSupport(Action.APP_QUIT_HANDLER);
895 * does not support the {@link Desktop.Action#APP_QUIT_STRATEGY} action
902 checkActionSupport(Action.APP_QUIT_STRATEGY);
924 * does not support the {@link Desktop.Action#APP_SUDDEN_TERMINATION} action
931 checkActionSupport(Action.APP_SUDDEN_TERMINATION);
945 * does not support the {@link Desktop.Action#APP_SUDDEN_TERMINATION} action
952 checkActionSupport(Action.APP_SUDDEN_TERMINATION);
964 * does not support the {@link Desktop.Action#APP_REQUEST_FOREGROUND} action
969 checkActionSupport(Action.APP_REQUEST_FOREGROUND);
983 * does not support the {@link Desktop.Action#APP_HELP_VIEWER} action
988 checkActionSupport(Action.APP_HELP_VIEWER);
999 * does not support the {@link Desktop.Action#APP_MENU_BAR} action
1004 checkActionSupport(Action.APP_MENU_BAR);
1016 * does not support the {@link Desktop.Action#BROWSE_FILE_DIR} action
1024 checkActionSupport(Action.BROWSE_FILE_DIR);
1038 * does not support the {@link Desktop.Action#MOVE_TO_TRASH} action
1047 checkActionSupport(Action.MOVE_TO_TRASH);