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
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
Method Summary
protected void
addSupportClassInstances ()
Register the sub-support class instances for this composite via #addSupport.
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
SwingRemoteFileSelectorCompositeSupport
public SwingRemoteFileSelectorCompositeSupport (java.lang.Class actionClass)
Constructor that allows specification of an action class.
Parameters: actionClass
- The class used to instantiate new actions.
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.