|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.actionprovider.support.remotefileselector.SwingRemoteFileSelectorSupport
@SASScope(value="ALL") public class SwingRemoteFileSelectorSupport
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 |
CLEAR_SORT_ACTION
The actionType key used to allow clearing a sort. |
static java.lang.String |
COLUMN_HEADER_AREA
The areaType key used to define the column headers area of a table view. |
static java.lang.String |
CUT_ACTION
The actionType key used to allow cutting a file or folder. |
static java.lang.String |
DATA_CELL_AREA
The areaType key used to define the data cells area of a table view. |
static java.lang.String |
FILTER_TYPE_ACTION
The actionType key used to allow setting the type of file to be viewed. |
static java.lang.String |
FIND_ACTION
The actionType key used to allow searching of the file system. |
static java.lang.String |
GO_BACK_ACTION
The actionType key used to allow going back to previous view. |
static java.lang.String |
OPEN_FOLDER_ACTION
The actionType key used to allow opening a folder. |
static java.lang.String |
RB_KEY
the resource key |
static java.lang.String |
SORT_COLUMN_ASCENDING_ACTION
The actionType key used to allow sorting a column in ascending order. |
static java.lang.String |
SORT_COLUMN_DESCENDING_ACTION
The actionType key used to allow sorting a column in descending order. |
static java.lang.String |
START_SEARCH_ACTION
The actionType key used to allow initiating a search. |
static java.lang.String |
TABLE_COLUMN_HEADER_AREA
The areaType key used to define the column headers area of a table view. |
static java.lang.String |
TABLE_DATA_CELL_AREA
The areaType key used to define the data cells area of a table view. |
static java.lang.String |
UP_ONE_LEVEL_ACTION
The actionType key used to allow going up a directory level. |
static java.lang.String |
VIEW_SELECTION_ACTION
The actionType key used to allow changing the view style. |
| 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 | |
|---|---|
SwingRemoteFileSelectorSupport(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 |
getAreaScopeAttributeMap(ActionSupportFilter filter)
Returns mappings for a pre-defined set of Action Attribute keys to their corresponding dynamic values for a specific area. |
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.BaseRemoteFileSelectorSupport |
|---|
getActionStatus, initialize, validArea |
| Methods inherited from class com.sas.actionprovider.support.BaseActionProviderSupport |
|---|
addDefaultAction, getAction, getActionId, getActionOrderList, getActionProvider, getActions, getActionScopeAttribute, getActionScopeAttributeMap, 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 TABLE_COLUMN_HEADER_AREA
public static final java.lang.String TABLE_DATA_CELL_AREA
public static final java.lang.String DATA_CELL_AREA
public static final java.lang.String COLUMN_HEADER_AREA
public static final java.lang.String UP_ONE_LEVEL_ACTION
public static final java.lang.String GO_BACK_ACTION
public static final java.lang.String FIND_ACTION
public static final java.lang.String VIEW_SELECTION_ACTION
public static final java.lang.String OPEN_FOLDER_ACTION
public static final java.lang.String FILTER_TYPE_ACTION
public static final java.lang.String START_SEARCH_ACTION
public static final java.lang.String SORT_COLUMN_ASCENDING_ACTION
public static final java.lang.String SORT_COLUMN_DESCENDING_ACTION
public static final java.lang.String CLEAR_SORT_ACTION
public static final java.lang.String CUT_ACTION
| Constructor Detail |
|---|
public SwingRemoteFileSelectorSupport(java.lang.Class actionClass)
actionClass - the class used to instantiate new actions| Method Detail |
|---|
protected void createDefaultActions()
createDefaultActions in class BaseRemoteFileSelectorSupport
public BaseAction newActionInstance(java.lang.String areaType,
java.lang.String actionType)
newActionInstance in class BaseActionProviderSupportactionType - the key associated with a defined action type.areaType - the key associated with a defined area type.
protected java.util.Map getAreaScopeAttributeMap(ActionSupportFilter filter)
BaseRemoteFileSelectorSupport
getAreaScopeAttributeMap in class BaseRemoteFileSelectorSupportfilter - Defines the specific area.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||