Uses of Interface
com.sas.util.ContextCommandsInterface

Packages that use ContextCommandsInterface
com.sas.swing.adapters Miscellaneous listener adapters to handle various user interface events. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals.adapters Adapters and helper classes for visual components. 
 

Uses of ContextCommandsInterface in com.sas.swing.adapters
 

Classes in com.sas.swing.adapters that implement ContextCommandsInterface
 class PopupMenuAdapter
          PopupMenuAdapter is a class to handle populating and displaying a JPopupMenu on a javax.swing.JComponent.
 

Methods in com.sas.swing.adapters that return ContextCommandsInterface
 ContextCommandsInterface[] PopupMenuAdapter.getContextCommandsProducers()
          Get an array of the registered ContextCommandsProducers.
 

Methods in com.sas.swing.adapters with parameters of type ContextCommandsInterface
 void PopupMenuAdapter.addContextCommandsProducer(ContextCommandsInterface producer)
          Register a new context commands producer.
 void PopupMenuAdapter.removeContextCommandsProducer(ContextCommandsInterface producer)
          Unregister a context commands producer.
 

Constructors in com.sas.swing.adapters with parameters of type ContextCommandsInterface
PopupMenuAdapter(java.awt.Component comp, ContextCommandsInterface[] producers)
          Constructor that sets the component to control the PopupMenu and the ContextCommandsInterface objects to populate the PopupMenu with.
 

Uses of ContextCommandsInterface in com.sas.swing.visuals
 

Classes in com.sas.swing.visuals that implement ContextCommandsInterface
 class TreeView
          
TreeView is a class which displays a hierarchical list of items.
 

Uses of ContextCommandsInterface in com.sas.table
 

Classes in com.sas.table that implement ContextCommandsInterface
 class TableView
          TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
 

Uses of ContextCommandsInterface in com.sas.util
 

Classes in com.sas.util that implement ContextCommandsInterface
 class CommandManager
          Provides various utility methods for managing commands.
 

Methods in com.sas.util that return ContextCommandsInterface
 ContextCommandsInterface[] ContextCommandsConsumerInterface.getContextCommandsProducers()
          Returns the set of context command producers that have been registered via addContextCommandsProducer().
 ContextCommandsInterface[] CommandManager.getContextCommandsProducers()
          Returns the set of context command producers that have been registered via addContextCommandsProducer().
static ContextCommandsInterface[] CommandManager.getEmptyContextCommandsInterfaceArray()
          Returns a zero-length ContextCommandsInterface array.
 

Methods in com.sas.util with parameters of type ContextCommandsInterface
 void ContextCommandsConsumerInterface.addContextCommandsProducer(ContextCommandsInterface producer)
          Registers a new context commands producer.
 void CommandManager.addContextCommandsProducer(ContextCommandsInterface producer)
          Registers a new context commands producer.
 void ContextCommandsConsumerInterface.removeContextCommandsProducer(ContextCommandsInterface producer)
          Unregisters a context commands producer.
 void CommandManager.removeContextCommandsProducer(ContextCommandsInterface producer)
          Unregisters a context commands producer.
 

Uses of ContextCommandsInterface in com.sas.visuals.adapters
 

Methods in com.sas.visuals.adapters that return ContextCommandsInterface
 ContextCommandsInterface[] PopupMenuAdapter.getContextCommandsProducers()
          Get an array of the registered ContextCommandsProducers.
 

Methods in com.sas.visuals.adapters with parameters of type ContextCommandsInterface
 void PopupMenuAdapter.addContextCommandsProducer(ContextCommandsInterface producer)
          Register a new context commands producer.
 void PopupMenuAdapter.removeContextCommandsProducer(ContextCommandsInterface producer)
          Unregister a context commands producer.
 

Constructors in com.sas.visuals.adapters with parameters of type ContextCommandsInterface
PopupMenuAdapter(java.awt.Component comp, ContextCommandsInterface[] producers)
          Constructor that sets the component to control the PopupMenu and the ContextCommandsInterface objects to populate the PopupMenu with.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.