com.sas.actionprovider.support
Class ActionProviderSupportTypes

com.sas.actionprovider.support.ActionProviderSupportTypes

public class ActionProviderSupportTypes

This class defines the keys used to identify the default support classes for the ActionProvider framework ( APF ).

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.0

Field Summary
static java.lang.String CUSTOM_SUPPORT
          Key used to identify the support class that manages custom type actions only.
static java.lang.String ESRIMAP_SUPPORT
          Key used to identify the support class that manages both default and custom ESRIMap type actions for its menu bar.
static java.lang.String ESRIMAP_TOOLBAR_SUPPORT
          Key used to identify the support class that manages both default and custom ESRIMap type actions for its menu bar.
static java.lang.String GRAPH_OLAP_MENUBAR_SUPPORT
          Key used to identify the support class that manages both default and custom Graph OLAP type actions for the OLAP menu bar.
static java.lang.String GRAPH_RELATIONAL_MENUBAR_SUPPORT
          Key used to identify the support class that manages both default and custom Graph Relational type actions for the Relational menu bar.
static java.lang.String GRAPH_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP type actions for Graph viewers.
static java.lang.String NAVIGATION_SERVICE_COMPOSITE_SUPPORT
           
static java.lang.String NAVIGATIONBAR_SUPPORT
          Key used to identify the support class that manages both default and custom actions for navigation bars.
static java.lang.String OLAP_DRILLSTATE_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP Drill State type actions.
static java.lang.String OLAP_GRAPH_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP type actions for OLAP Graph viewers.
static java.lang.String OLAP_MENUBAR_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP type actions for the OLAP menu bar.
static java.lang.String OLAP_SELECTOR_POPMENU_SUPPORT
          Key used to identify the support class that manages both default and custom Graph OLAP type actions for the OLAP menu bar.
static java.lang.String OLAP_TABLEVIEW_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP type actions for OLAP table viewers.
static java.lang.String RELATIONAL_MENUBAR_SUPPORT
          Key used to identify the support class that manages both default and custom Relational type actions for the Relational menu bar.
static java.lang.String RELATIONAL_SELECTOR_POPMENU_SUPPORT
          Key used to identify the support class that manages both default and custom Graph Relational type actions for the Relational menu bar.
static java.lang.String REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
          Key used to identify the support class that manages both default and custom Remote File Selector type actions.
static java.lang.String REMOTE_FILE_SELECTOR_SUPPORT
          Key used to identify the support class that manages both default and custom Remote File Selector type actions.
static java.lang.String REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT
           
static java.lang.String REMOTE_FILE_SELECTOR2_SUPPORT
           
static java.lang.String REMOTE_INFO_SERVICES_COMPOSITE_SUPPORT
           
static java.lang.String TABLEVIEW_SUPPORT
          Key used to identify the support class that manages both default and custom actions for the relational table view.
static java.lang.String TREETABLEVIEW_SUPPORT
          Key used to identify the support class that manages both default and custom actions for the tree table view.
static java.lang.String VDE_MENUBAR_SUPPORT
          Key used to identify the support class that manages both default and custom VisualDataExplorer type actions for its menu bar.
static java.lang.String VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
           
 
Constructor Summary
ActionProviderSupportTypes()
           
 

Field Detail

OLAP_TABLEVIEW_SUPPORT

public static final java.lang.String OLAP_TABLEVIEW_SUPPORT
Key used to identify the support class that manages both default and custom OLAP type actions for OLAP table viewers.

See Also:
SwingOLAPTableViewSupport, HttpOLAPTableViewSupport, Constant Field Values

OLAP_GRAPH_SUPPORT

public static final java.lang.String OLAP_GRAPH_SUPPORT
Key used to identify the support class that manages both default and custom OLAP type actions for OLAP Graph viewers.

See Also:
HttpOLAPGraphSupport, Constant Field Values

GRAPH_SUPPORT

public static final java.lang.String GRAPH_SUPPORT
Key used to identify the support class that manages both default and custom OLAP type actions for Graph viewers.

See Also:
HttpGraphSupport, Constant Field Values

OLAP_MENUBAR_SUPPORT

public static final java.lang.String OLAP_MENUBAR_SUPPORT
Key used to identify the support class that manages both default and custom OLAP type actions for the OLAP menu bar.

See Also:
HttpMenuBarSupport, Constant Field Values

RELATIONAL_MENUBAR_SUPPORT

public static final java.lang.String RELATIONAL_MENUBAR_SUPPORT
Key used to identify the support class that manages both default and custom Relational type actions for the Relational menu bar.

See Also:
HttpRelationalMenuBarSupport, Constant Field Values

TABLEVIEW_SUPPORT

public static final java.lang.String TABLEVIEW_SUPPORT
Key used to identify the support class that manages both default and custom actions for the relational table view.

See Also:
SwingTableViewSupport, HttpTableViewSupport, Constant Field Values

TREETABLEVIEW_SUPPORT

public static final java.lang.String TREETABLEVIEW_SUPPORT
Key used to identify the support class that manages both default and custom actions for the tree table view.

See Also:
HttpTableViewSupport, HttpTreeTableViewSupport, Constant Field Values

NAVIGATIONBAR_SUPPORT

public static final java.lang.String NAVIGATIONBAR_SUPPORT
Key used to identify the support class that manages both default and custom actions for navigation bars.

See Also:
HttpNavigationBarSupport, Constant Field Values

CUSTOM_SUPPORT

public static final java.lang.String CUSTOM_SUPPORT
Key used to identify the support class that manages custom type actions only.

See Also:
HttpCustomSupport, SwingCustomSupport, Constant Field Values

REMOTE_FILE_SELECTOR_SUPPORT

public static final java.lang.String REMOTE_FILE_SELECTOR_SUPPORT
Key used to identify the support class that manages both default and custom Remote File Selector type actions.

See Also:
HttpRemoteFileSelectorSupport, SwingRemoteFileSelectorSupport, Constant Field Values

REMOTE_FILE_SELECTOR2_SUPPORT

public static final java.lang.String REMOTE_FILE_SELECTOR2_SUPPORT
See Also:
Constant Field Values

REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT

public static final java.lang.String REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
Key used to identify the support class that manages both default and custom Remote File Selector type actions.

See Also:
HttpRemoteFileSelectorCompositeSupport, Constant Field Values

REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT

public static final java.lang.String REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT
See Also:
Constant Field Values

VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT

public static final java.lang.String VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
See Also:
Constant Field Values

REMOTE_INFO_SERVICES_COMPOSITE_SUPPORT

public static final java.lang.String REMOTE_INFO_SERVICES_COMPOSITE_SUPPORT
See Also:
Constant Field Values

NAVIGATION_SERVICE_COMPOSITE_SUPPORT

public static final java.lang.String NAVIGATION_SERVICE_COMPOSITE_SUPPORT
See Also:
Constant Field Values

OLAP_DRILLSTATE_SUPPORT

public static final java.lang.String OLAP_DRILLSTATE_SUPPORT
Key used to identify the support class that manages both default and custom OLAP Drill State type actions. The default OLAP_DRILLSTATE_SUPPORT class for the HttpActionProvider is com.sas.actionprovider.support.olaptableview.HttpOLAPDrillStateSupport. com.sas.actionprovider.support.olaptableview.SwingOLAPDrillStateSupport

See Also:
HttpOLAPDrillStateSupport, Constant Field Values

VDE_MENUBAR_SUPPORT

public static final java.lang.String VDE_MENUBAR_SUPPORT
Key used to identify the support class that manages both default and custom VisualDataExplorer type actions for its menu bar.

See Also:
com.sas.dataexplorer.actionprovider.support.dataexplorer.HttpVisualDataExplorerMenuBarSupport, Constant Field Values

ESRIMAP_SUPPORT

public static final java.lang.String ESRIMAP_SUPPORT
Key used to identify the support class that manages both default and custom ESRIMap type actions for its menu bar.

See Also:
com.sas.dataexplorer.actionprovider.support.dataexplorer.HttpVisualDataExplorerMenuBarSupport, Constant Field Values

ESRIMAP_TOOLBAR_SUPPORT

public static final java.lang.String ESRIMAP_TOOLBAR_SUPPORT
Key used to identify the support class that manages both default and custom ESRIMap type actions for its menu bar.

See Also:
com.sas.dataexplorer.actionprovider.support.dataexplorer.HttpVisualDataExplorerMenuBarSupport, Constant Field Values

GRAPH_OLAP_MENUBAR_SUPPORT

public static final java.lang.String GRAPH_OLAP_MENUBAR_SUPPORT
Key used to identify the support class that manages both default and custom Graph OLAP type actions for the OLAP menu bar.

See Also:
HttpMenuBarSupport, Constant Field Values

GRAPH_RELATIONAL_MENUBAR_SUPPORT

public static final java.lang.String GRAPH_RELATIONAL_MENUBAR_SUPPORT
Key used to identify the support class that manages both default and custom Graph Relational type actions for the Relational menu bar.

See Also:
HttpRelationalMenuBarSupport, Constant Field Values

OLAP_SELECTOR_POPMENU_SUPPORT

public static final java.lang.String OLAP_SELECTOR_POPMENU_SUPPORT
Key used to identify the support class that manages both default and custom Graph OLAP type actions for the OLAP menu bar.

See Also:
HttpMenuBarSupport, Constant Field Values

RELATIONAL_SELECTOR_POPMENU_SUPPORT

public static final java.lang.String RELATIONAL_SELECTOR_POPMENU_SUPPORT
Key used to identify the support class that manages both default and custom Graph Relational type actions for the Relational menu bar.

See Also:
HttpRelationalMenuBarSupport, Constant Field Values
Constructor Detail

ActionProviderSupportTypes

public ActionProviderSupportTypes()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.