com.sas.actionprovider.support.remotefileselector
Class SwingRemoteFileSelectorCompositeSupport

com.sas.actionprovider.support.remotefileselector.SwingRemoteFileSelectorCompositeSupport
All Implemented Interfaces:
RemoteFileSelectorAreaInterface

public abstract class SwingRemoteFileSelectorCompositeSupport
implements RemoteFileSelectorAreaInterface

In the context of the ActionProvider framework, this Support class assists in the registering and retrieval of actions for RemoteFileSelector components.

Since:
3.1

Field Summary
 
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
SwingRemoteFileSelectorCompositeSupport(java.lang.Class actionClass)
          Constructor that allows specification of an action class.
 
Method Summary
protected  void addSupportClassInstances()
          Register the sub-support class instances for this composite via #addSupport.
 
Methods inherited from class com.sas.actionprovider.support.BaseSwingActionProviderCompositeSupport
getSupportClass
 
Methods inherited from class com.sas.actionprovider.support.BaseActionProviderCompositeSupport
addSupport, getAction, getActionOrderList, getActions, getAreaScopeAttributeMap, getDefaultAction, getSupportInstance, initialize, listActionTypes, listAreaTypes, newActionInstance, reset, setAction, setActionOrderList, setActionProvider, setLocale, validArea, validateSupport
 
Methods inherited from class com.sas.actionprovider.support.BaseActionProviderSupport
addDefaultAction, getActionId, getActionProvider, getActionScopeAttribute, getActionScopeAttributeMap, getLocale, listDefaultActions
 

Constructor Detail

SwingRemoteFileSelectorCompositeSupport

public SwingRemoteFileSelectorCompositeSupport(java.lang.Class actionClass)
Constructor that allows specification of an action class.

Parameters:
actionClass - The class used to instantiate new actions.
Method Detail

addSupportClassInstances

protected void addSupportClassInstances()
Register the sub-support class instances for this composite via #addSupport.

Specified by:
addSupportClassInstances in class BaseActionProviderCompositeSupport
See Also:
BaseActionProviderCompositeSupport.addSupport(java.lang.String)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.