com.sas.actionprovider
Interface SelectorActionInterface

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
All Known Implementing Classes:
SelectorAction

public interface SelectorActionInterface
extends com.sas.swing.util.Action

Extends the Action interface with some additional methods for identifying selector actions.

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 .

See Also:
Action

Field Summary
 
Fields inherited from interface com.sas.swing.util.Action
ALIGNMENT_CENTER, ALIGNMENT_LEADING, ALIGNMENT_LEFT, ALIGNMENT_RIGHT, ALIGNMENT_TRAILING, ALTERNATE_TEXT, COMMAND_CLASS, DISABLED_IMAGE_KEY, GROUP_NAME, IMAGE_KEY, LABEL, LARGE_DISABLED_ICON, LARGE_DISABLED_ICON_NAME, LARGE_ICON, LARGE_ICON_NAME, LONG_DISABLED_DESCRIPTION, LONG_NAME, MNEMONIC_INDEX, ROLLOVER_ICON_NAME, ROLLOVER_IMAGE_KEY, SHORT_DISABLED_DESCRIPTION, SMALL_DISABLED_ICON, SMALL_DISABLED_ICON_NAME, SMALL_ICON_NAME, STYLE_MAP, TARGET, TEXT_ALIGNMENT, TYPE, TYPE_BOOLEAN, TYPE_NORMAL, URL
 
Method Summary
 BaseTransformation getSelector()
          Returns the selector object for this action
 void setSelector(BaseTransformation selector)
          Sets the selector object on the action
 
Methods inherited from interface com.sas.swing.util.Action
performAction
 

Method Detail

setSelector

void setSelector(BaseTransformation selector)
Sets the selector object on the action

Parameters:
selector - The selector object

getSelector

BaseTransformation getSelector()
Returns the selector object for this action

Returns:
the action's selector



Copyright © 2009 SAS Institute Inc. All Rights Reserved.