|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.actionprovider.support.remotefileselector.SwingIFileServiceSupport
public class SwingIFileServiceSupport
In the context of the ActionProvider framework, this Support class assists in the registering and retrieval of actions for the RemoteFileSelector components.
| Field Summary | |
|---|---|
static java.lang.String |
DELETE_ACTION
The actionType key used to allow deleting. |
static java.lang.String |
PASTE_ACTION
The actionType key used to allow pasting. |
static java.lang.String |
RB_KEY
the resource key |
static java.lang.String |
RENAME_ACTION
The actionType key used to allow renaming. |
| Fields inherited from class com.sas.actionprovider.support.remotefileselector.SwingRemoteFileSelectorSupport |
|---|
CLEAR_SORT_ACTION, COLUMN_HEADER_AREA, CUT_ACTION, DATA_CELL_AREA, FILTER_TYPE_ACTION, FIND_ACTION, GO_BACK_ACTION, OPEN_FOLDER_ACTION, SORT_COLUMN_ASCENDING_ACTION, SORT_COLUMN_DESCENDING_ACTION, START_SEARCH_ACTION, TABLE_COLUMN_HEADER_AREA, TABLE_DATA_CELL_AREA, UP_ONE_LEVEL_ACTION, VIEW_SELECTION_ACTION |
| Fields inherited from class com.sas.actionprovider.support.remotefileselector.BaseRemoteFileSelectorSupport |
|---|
ADD_FOLDER_ACTION, DISPLAY_SEARCH_RESULTS_ACTION |
| Fields inherited from class com.sas.actionprovider.support.BaseActionProviderSupport |
|---|
AREA_DISABLED, AREA_VALUE_ATTRKEY, DISABLED, ENABLED, IS_CURRENT_STATE_DISABLED, MODEL_MEMBER_DISABLED, MODEL_STATE_DISABLED, MODEL_TYPE_DISABLED, NON_SPECIFIC_AREA, UNSUPPORTED, VIEWER_DISABLED |
| Fields inherited from interface com.sas.actionprovider.support.remotefileselector.RemoteFileSelectorAreaInterface |
|---|
COMBO_AREA, DRILL_DOWN_AREA, FILTER_TYPE_AREA, SEARCH_BUTTON_AREA, TOOLBAR_AREA, TREE_AREA |
| Constructor Summary | |
|---|---|
SwingIFileServiceSupport(java.lang.Class actionClass)
Constructor that allows specification of an action class. |
|
| Method Summary | |
|---|---|
protected void |
createDefaultActions()
Initializes the actionClass property and creates the default actions that this class supports. |
protected java.util.Map |
getActionScopeAttributeMap(java.lang.String actionType,
ActionSupportFilter filter)
Returns mappings for a pre-defined set of Action attribute keys to their corresponding dynamic values for a specific area and a specific actionType. |
BaseAction |
newActionInstance(java.lang.String areaType,
java.lang.String actionType)
Return a newly instantiated default SwingAction based on the specified actionType or return null if actionType not recognized. |
| Methods inherited from class com.sas.actionprovider.support.remotefileselector.SwingRemoteFileSelectorSupport |
|---|
getAreaScopeAttributeMap |
| Methods inherited from class com.sas.actionprovider.support.remotefileselector.BaseRemoteFileSelectorSupport |
|---|
getActionStatus, initialize, validArea |
| Methods inherited from class com.sas.actionprovider.support.BaseActionProviderSupport |
|---|
addDefaultAction, getAction, getActionId, getActionOrderList, getActionProvider, getActions, getActionScopeAttribute, getDefaultAction, getLocale, listActionTypes, listAreaTypes, listDefaultActions, reset, setAction, setActionOrderList, setActionProvider, setLocale |
| Field Detail |
|---|
public static final java.lang.String RB_KEY
public static final java.lang.String RENAME_ACTION
public static final java.lang.String PASTE_ACTION
public static final java.lang.String DELETE_ACTION
| Constructor Detail |
|---|
public SwingIFileServiceSupport(java.lang.Class actionClass)
actionClass - The class used to instantiate new actions| Method Detail |
|---|
protected void createDefaultActions()
createDefaultActions in class SwingRemoteFileSelectorSupport
public BaseAction newActionInstance(java.lang.String areaType,
java.lang.String actionType)
newActionInstance in class SwingRemoteFileSelectorSupportareaType - the area associated with the defined action typeactionType - the key associated with a defined action type.
protected java.util.Map getActionScopeAttributeMap(java.lang.String actionType,
ActionSupportFilter filter)
BaseActionProviderSupport
getActionScopeAttributeMap in class BaseActionProviderSupportfilter - Defines the specific area.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||