com.sas.actionprovider.support
Class ActionProviderSupportTypes

java.lang.Object
  |
  +--com.sas.actionprovider.support.ActionProviderSupportTypes

public class ActionProviderSupportTypes
extends java.lang.Object

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 String CUSTOM_SUPPORT
          Key used to identify the support class that manages custom type actions only.
static String ESRIMAP_SUPPORT
          Key used to identify the support class that manages both default and custom ESRIMap type actions for its menu bar.
static 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 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 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 String GRAPH_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP type actions for Graph viewers.
static String NAVIGATIONBAR_SUPPORT
          Key used to identify the support class that manages both default and custom actions for navigation bars.
static String OLAP_DRILLSTATE_SUPPORT
          Key used to identify the support class that manages both default and custom OLAP Drill State type actions.
static 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 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 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 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 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 String REMOTE_FILE_SELECTOR_SUPPORT
          Key used to identify the support class that manages both default and custom Remote File Selector type actions.
static String REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT
           
static String REMOTE_FILE_SELECTOR2_SUPPORT
           
static String TABLEVIEW_SUPPORT
          Key used to identify the support class that manages both default and custom actions for the relational table view.
static 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 String VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
           
 
Constructor Summary
ActionProviderSupportTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLAP_TABLEVIEW_SUPPORT

public static final 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

OLAP_GRAPH_SUPPORT

public static final 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

GRAPH_SUPPORT

public static final 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

OLAP_MENUBAR_SUPPORT

public static final 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

RELATIONAL_MENUBAR_SUPPORT

public static final 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

TABLEVIEW_SUPPORT

public static final 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

NAVIGATIONBAR_SUPPORT

public static final String NAVIGATIONBAR_SUPPORT
Key used to identify the support class that manages both default and custom actions for navigation bars.
See Also:
HttpNavigationBarSupport

CUSTOM_SUPPORT

public static final String CUSTOM_SUPPORT
Key used to identify the support class that manages custom type actions only.
See Also:
HttpCustomSupport, SwingCustomSupport

REMOTE_FILE_SELECTOR_SUPPORT

public static final 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

REMOTE_FILE_SELECTOR2_SUPPORT

public static final String REMOTE_FILE_SELECTOR2_SUPPORT

REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT

public static final 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

REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT

public static final String REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT

VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT

public static final String VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT

OLAP_DRILLSTATE_SUPPORT

public static final 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

VDE_MENUBAR_SUPPORT

public static final 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:
HttpVisualDataExplorerMenuBarSupport

ESRIMAP_SUPPORT

public static final 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:
HttpVisualDataExplorerMenuBarSupport

ESRIMAP_TOOLBAR_SUPPORT

public static final 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:
HttpVisualDataExplorerMenuBarSupport

GRAPH_OLAP_MENUBAR_SUPPORT

public static final 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

GRAPH_RELATIONAL_MENUBAR_SUPPORT

public static final 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
Constructor Detail

ActionProviderSupportTypes

public ActionProviderSupportTypes()




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:43:46