org.fife.rtext.actions
Class ActionFactory

java.lang.Object
  extended by org.fife.rtext.actions.ActionFactory
All Implemented Interfaces:
RTextActionInfo

public class ActionFactory
extends java.lang.Object
implements RTextActionInfo

Creates all of the actions for RText.

Version:
1.0
Author:
Robert Futrell

Field Summary
 
Fields inherited from interface org.fife.rtext.RTextActionInfo
actionNames, alt, CLOSE_ACTION, CLOSE_ALL_ACTION, COPY_AS_RTF_ACTION, DEC_FONT_SIZES_ACTION, defaultActionAccelerators, defaultAlt, defaultModifier, defaultShift, FILE_PROPERTIES_ACTION, FIND_ACTION, FIND_IN_FILES_ACTION, FIND_NEXT_ACTION, GOTO_ACTION, HOME_PAGE_ACTION, INC_FONT_SIZES_ACTION, LINE_NUMBER_ACTION, LTR_ACTION, MOVE_FOCUS_DOWN_ACTION, MOVE_FOCUS_LEFT_ACTION, MOVE_FOCUS_RIGHT_ACTION, MOVE_FOCUS_UP_ACTION, NEW_ACTION, NEXT_DOCUMENT_ACTION, OPEN_ACTION, OPEN_NEWWIN_ACTION, OPEN_REMOTE_ACTION, OPTIONS_ACTION, PREVIOUS_DOCUMENT_ACTION, PRINT_ACTION, PRINT_PREVIEW_ACTION, REPLACE_ACTION, REPLACE_ALL_ACTION, REPLACE_IN_FILES_ACTION, REPLACE_NEXT_ACTION, RTL_ACTION, SAVE_ACTION, SAVE_ALL_ACTION, SAVE_AS_ACTION, SAVE_AS_REMOTE_ACTION, SAVE_WEBPAGE_ACTION, shift, STATUS_BAR_ACTION, TIME_DATE_ACTION, TOOL_BAR_ACTION, UPDATES_ACTION, VIEW_SPLIT_HORIZ_ACTION, VIEW_SPLIT_NONE_ACTION, VIEW_SPLIT_VERT_ACTION
 
Method Summary
static void addActions(RText rtext, RTextPreferences prefs)
          Installs RText's actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addActions

public static void addActions(RText rtext,
                              RTextPreferences prefs)
Installs RText's actions.

Parameters:
rtext - The application instance.