|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object | +--com.sas.actionprovider.support.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.
For general information on the ActionProvider Framework, including an overview of how
the primary classes of the framework work together, refer to the
com.sas.actionprovider package documentation.
For examples demonstrating how to use the ActionProvider Framework, including how to override default Actions or add new custom Actions, refer to the ActionProvider Framework Examples Site. You will initially see a subset of examples relating to this framework. You can search for other types of examples as needed.
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 .
| 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 |
public static final String OLAP_TABLEVIEW_SUPPORT
SwingOLAPTableViewSupport,
HttpOLAPTableViewSupportpublic static final String OLAP_GRAPH_SUPPORT
HttpOLAPGraphSupportpublic static final String GRAPH_SUPPORT
HttpGraphSupportpublic static final String OLAP_MENUBAR_SUPPORT
HttpMenuBarSupportpublic static final String RELATIONAL_MENUBAR_SUPPORT
HttpRelationalMenuBarSupportpublic static final String TABLEVIEW_SUPPORT
SwingTableViewSupport,
HttpTableViewSupportpublic static final String NAVIGATIONBAR_SUPPORT
HttpNavigationBarSupportpublic static final String CUSTOM_SUPPORT
HttpCustomSupport,
SwingCustomSupportpublic static final String REMOTE_FILE_SELECTOR_SUPPORT
HttpRemoteFileSelectorSupport,
SwingRemoteFileSelectorSupportpublic static final String REMOTE_FILE_SELECTOR2_SUPPORT
public static final String REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
HttpRemoteFileSelectorCompositeSupportpublic static final String REMOTE_FILE_SELECTOR2_COMPOSITE_SUPPORT
public static final String VDE_REMOTE_FILE_SELECTOR_COMPOSITE_SUPPORT
public static final String OLAP_DRILLSTATE_SUPPORT
HttpOLAPDrillStateSupportpublic static final String VDE_MENUBAR_SUPPORT
HttpVisualDataExplorerMenuBarSupportpublic static final String ESRIMAP_SUPPORT
HttpVisualDataExplorerMenuBarSupportpublic static final String ESRIMAP_TOOLBAR_SUPPORT
HttpVisualDataExplorerMenuBarSupportpublic static final String GRAPH_OLAP_MENUBAR_SUPPORT
HttpMenuBarSupportpublic static final String GRAPH_RELATIONAL_MENUBAR_SUPPORT
HttpRelationalMenuBarSupport| Constructor Detail |
public ActionProviderSupportTypes()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||