SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

J

JAVASCRIPTNODE_IMAGE - Static variable in interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface
Key used to control image style of JavaScriptNode.
JAVASCRIPTNODE_INDENT - Static variable in interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface
Key used to control indent style of JavaScriptNode.
JAVASCRIPTNODE_SELECTED_TEXT - Static variable in interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface
Key used to control selected text style of JavaScriptNode.
JAVASCRIPTNODE_TEXT - Static variable in interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface
Key used to control text style of JavaScriptNode.
JAVASCRIPT_ACTIVATE_ADD_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorPanel
The name of the JavaScript function which removes items from the summary box.
JAVASCRIPT_ACTIVATE_REMOVE_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorListBoxView
The name of the JavaScript function which adds items to the summary box.
JAVASCRIPT_ADD_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorPanel
The name of the JavaScript function which adds items to the summary box.
JAVASCRIPT_ADD_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
The name of the JavaScript function which adds items to the summary box.
JAVASCRIPT_CONTEXT - Static variable in interface com.sas.entities.EntityContextInterface
Defines a JavaScript context; the editor/customizer/validator name is the name of a JavaScript (ECMAScript) validation script.
JAVASCRIPT_DISABLE_ENTER_KEY_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.BaseExpressionEditor
The name of the JavaScript function which disables the enter key for the expression area.
JAVASCRIPT_ENABLE_EDITOR_BUTTONS_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.BaseExpressionEditor
The root portion of any JavaScript function names for this component.
JAVASCRIPT_IGNORE_ENTER_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorPanel
The name of the JavaScript function which traps and throws away the enter key event.
JAVASCRIPT_LOCATION - Static variable in class com.sas.servlet.util.BaseUtil
 
JAVASCRIPT_PANEL_CLASS - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorPanel
The root portion of any JavaScript function names for this selector panel.
JAVASCRIPT_PANEL_CLASS - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
The root portion of any JavaScript function names for this selector panel.
JAVASCRIPT_POST_SOURCE_TRIGGER_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
 
JAVASCRIPT_POST_TARGET_TRIGGER_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
 
JAVASCRIPT_PROCESS_CLEAR_FORMAT_BUTTON_SELECTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.SimpleCalculatedItemSelectorPanel
The name of the JavaScript function which handles the button events for the transfer button.
JAVASCRIPT_PROCESS_FORMAT_ENTRY - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.SimpleCalculatedItemSelectorPanel
The name of the JavaScript function which handles the change events for the name entry field.
JAVASCRIPT_PROCESS_FUNCTION_SELECTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.SimpleCalculatedItemSelectorPanel
The name of the JavaScript function which handles the processing on the choice box when an item in the choice list is selected.
JAVASCRIPT_PROCESS_NODE_SELECTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.SimpleCalculatedItemSelectorPanel
The name of the JavaScript function which handles the user's selection of an item in the available list.
JAVASCRIPT_PROCESS_SELECT_FORMAT_BUTTON_SELECTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculateditems.html.SimpleCalculatedItemSelectorPanel
The name of the JavaScript function which handles the button events for the transfer button.
JAVASCRIPT_REMOVE_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentCalculationsSelectorPanel
The name of the JavaScript function which removes items from the summary box.
JAVASCRIPT_SELECT_NODE_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
 
JAVASCRIPT_SELECT_TARGET_NODE_FUNCTION - Static variable in class com.sas.servlet.tbeans.dataselectors.memberproperties.html.MemberPropertiesSelectorPanel
 
JAVASCRIPT_VOID - Static variable in interface com.sas.servlet.tbeans.html.HTMLConstantsInterface
 
JAVA_CONTEXT - Static variable in interface com.sas.entities.EntityContextInterface
Defines a Java context; the editor/customizer/validator name is the name of a Java class.
JAVA_PANEL_CONTEXT - Static variable in interface com.sas.entities.EntityContextInterface
Defines a context that allows the user to define their own editors for various Swing-based property sheets
JComponentCustomizerPanel - Class in com.sas.swing.visuals
JComponentCustomizerPanel provides the user interface for customizing components which implement the javax.swing.JComponent.
JComponentCustomizerPanel(String) - Constructor for class com.sas.swing.visuals.JComponentCustomizerPanel
Constructor used pass the name of the tab up to the superclass.
JComponentModelCustomizerPanel - Class in com.sas.swing.visuals
JComponentModelCustomizerPanel provides the user interface for customizing components which implement the javax.swing.JComponent.
JComponentModelCustomizerPanel(String) - Constructor for class com.sas.swing.visuals.JComponentModelCustomizerPanel
Constructor used pass the name of the tab up to the superclass.
JDBCAdapter - Class in com.sas.storage.jdbc
The JDBCAdapter is an abstract class that provides common methods that assist in displaying JDBC data sources in a viewer.
JDBCAdapter() - Constructor for class com.sas.storage.jdbc.JDBCAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCAdapter
Constructor used to create an initialized adapter.
JDBCAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCColumnValuesAdapter - Class in com.sas.storage.jdbc
The purpose of the JDBCColumnValuesAdapter is to optionally allow multiple JDBC column values from a result set row to be returned as a single Object by JDBC adapters.
JDBCColumnValuesAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCColumnValuesAdapter
Constructor used to create an initialized adapter.
JDBCColumnValuesAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCColumnValuesAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCConnection - Class in com.sas.storage.jdbc
JDBCConnection is an implementation of java.sql.Connection interface.
JDBCConnection() - Constructor for class com.sas.storage.jdbc.JDBCConnection
Constructor for the JDBCConnection.
JDBCConnectionTag - Class in com.sas.taglib.storage.jdbc
JDBCConnectionTag is the tag handler class for the sas:JDBCConnection custom tag .
JDBCConnectionTag() - Constructor for class com.sas.taglib.storage.jdbc.JDBCConnectionTag
 
JDBCDataAccessor - Class in com.sas.storage.jdbc
 
JDBCDataAccessor() - Constructor for class com.sas.storage.jdbc.JDBCDataAccessor
 
JDBCDataAccessor(Connection) - Constructor for class com.sas.storage.jdbc.JDBCDataAccessor
 
JDBCDataAccessor(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCDataAccessor
 
JDBCDataAccessor(Connection, String, String) - Constructor for class com.sas.storage.jdbc.JDBCDataAccessor
 
JDBCDataTypeInfo - Class in com.sas.storage.jdbc
A utility class that provides a mapping of JDBC data types to its various String and class representations.
JDBCDataTypeInfo() - Constructor for class com.sas.storage.jdbc.JDBCDataTypeInfo
 
JDBCRowCountAdapter - Class in com.sas.storage.jdbc
In many cases it may not be necessary or may be an expensive operation to determine the true row count of a data source.
JDBCRowCountAdapter() - Constructor for class com.sas.storage.jdbc.JDBCRowCountAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCRowCountAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCRowCountAdapter
Constructor used to create an initialized adapter.
JDBCRowCountAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCRowCountAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToComboBoxModelAdapter - Class in com.sas.storage.jdbc
The JDBCToComboBoxModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.ComboBoxModel, mainly being a javax.swing.JComboBox.
JDBCToComboBoxModelAdapter() - Constructor for class com.sas.storage.jdbc.JDBCToComboBoxModelAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCToComboBoxModelAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCToComboBoxModelAdapter
Constructor used to create an initialized adapter.
JDBCToComboBoxModelAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCToComboBoxModelAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToDataTableAdapter - Class in com.sas.storage.jdbc
The JDBCToDataTableAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type com.sas.table.DataTableInterface, such as the com.sas.table.TableView.
JDBCToDataTableAdapter() - Constructor for class com.sas.storage.jdbc.JDBCToDataTableAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCToDataTableAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCToDataTableAdapter
Constructor used to create an initialized adapter.
JDBCToDataTableAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCToDataTableAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToListModelAdapter - Class in com.sas.storage.jdbc
The JDBCToListModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.ListModel, mainly being a javax.swing.JList.
JDBCToListModelAdapter() - Constructor for class com.sas.storage.jdbc.JDBCToListModelAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCToListModelAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCToListModelAdapter
Constructor used to create an initialized adapter.
JDBCToListModelAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCToListModelAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToTableModelAdapter - Class in com.sas.storage.jdbc
The JDBCToTableModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.table.TableModel, mainly being a javax.swing.JTable.
JDBCToTableModelAdapter() - Constructor for class com.sas.storage.jdbc.JDBCToTableModelAdapter
Default constructor called when the adapter is made in a webAF project.
JDBCToTableModelAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCToTableModelAdapter
Constructor used to create an initialized adapter.
JDBCToTableModelAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCToTableModelAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToTreeModelAdapter - Class in com.sas.storage.jdbc
The JDBCToTreeModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.tree.TreeModel, mainly being a javax.swing.JTree.
JDBCToTreeModelAdapter() - Constructor for class com.sas.storage.jdbc.JDBCToTreeModelAdapter
Default constructor
JDBCToTreeModelAdapter(Connection, String) - Constructor for class com.sas.storage.jdbc.JDBCToTreeModelAdapter
Constructor used to create an initialized adapter.
JDBCToTreeModelAdapter(ResultSet) - Constructor for class com.sas.storage.jdbc.JDBCToTreeModelAdapter
Constructor used to connect an adapter directly to a previously created ResultSet.
JDBCToTreeViewModelAdapter - Class in com.sas.servlet.tbeans.models
The JDBCToTreeViewModelAdapter is a JDBCToTreeModelAdapter which is specialized for the TreeView.
JDBCToTreeViewModelAdapter() - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter
 
JDBCToTreeViewModelAdapter.LevelTreeNode - Class in com.sas.servlet.tbeans.models
 
JDBCToTreeViewModelAdapter.LevelTreeNode() - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter.LevelTreeNode
 
JDBCToTreeViewModelAdapter.LevelTreeNode(String) - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter.LevelTreeNode
Constructor of LevelTreeNode
JDBCToTreeViewModelAdapter.LevelTreeNode(String, String) - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter.LevelTreeNode
Constructor of LevelTreeNode
JDBCToTreeViewModelAdapter.LevelTreeNode(String, String, String) - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter.LevelTreeNode
Constructor of LevelTreeNode
JDBCToTreeViewModelAdapter.LevelTreeNode(String, String, String, String, String) - Constructor for class com.sas.servlet.tbeans.models.JDBCToTreeViewModelAdapter.LevelTreeNode
Constructor of LevelTreeNode
JFJOB - Static variable in interface com.sas.services.information.util.ISDefs
Model description of Object: Represents a job that has been or will be scheduled in the LSF JobFlow.
JFJOB - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Represents a job that has been or will be scheduled in the LSF JobFlow.
JFJob - Interface in com.sas.metadata.remote
Represents a job that has been or will be scheduled in the LSF JobFlow.
JListDualSelectorAdapter - Class in com.sas.swing.visuals.dualselector
JListDualSelectorAdapter is a class that supports using a JList in a dual selector.
JListDualSelectorAdapter(JComponent) - Constructor for class com.sas.swing.visuals.dualselector.JListDualSelectorAdapter
Default constructor.
JListDualSelectorAdapter(JList, JComponent) - Constructor for class com.sas.swing.visuals.dualselector.JListDualSelectorAdapter
Constructor method that takes a JList instance for use in the component.
JNDIConnectionFactoryConfiguration - Class in com.sas.services.connection.jndi
A connection factory configuration that describes a server or a pool of servers to connect to using meta data in accessed through a JNDI interface.
JNDIConnectionFactoryConfiguration(DirContext, String, String, String) - Constructor for class com.sas.services.connection.jndi.JNDIConnectionFactoryConfiguration
Constructs a factory configuration that reads the information necessary to create connections to remote IOM objects from a JNDI repository.
JNDIConnectionFactoryConfiguration(DirContext, String, String, String, boolean, boolean, boolean) - Constructor for class com.sas.services.connection.jndi.JNDIConnectionFactoryConfiguration
This constructor is provided for compatibility with a previous release.
JOB - Static variable in interface com.sas.services.information.util.ISDefs
Model description of Object: Groups transformation activities to be an actual runtime unit.
JOB - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: Groups transformation activities to be an actual runtime unit.
JOIN - Static variable in interface com.sas.services.information.util.ISDefs
Model description of Object: DEPRECATED: The output of a Join is limited to one JoinTable.
JOIN - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: The output of a Join is limited to one JoinTable.
JOINTABLE - Static variable in interface com.sas.services.information.util.ISDefs
Model description of Object: DEPRECATED: This type represents an instance of a join between two tables.
JOINTABLE - Static variable in interface com.sas.metadata.remote.MetadataObjects
Model description of the metadata type: DEPRECATED: Represents an instance of a join between two tables.
JOptionPaneErrorHandler - Class in com.sas.util.errorhandlers
JOptionPaneErrorHandler is an error handler which displays a JOptionPane when handleError() is called.
JOptionPaneErrorHandler() - Constructor for class com.sas.util.errorhandlers.JOptionPaneErrorHandler
Default constructor
JOptionPaneErrorHandler(Component) - Constructor for class com.sas.util.errorhandlers.JOptionPaneErrorHandler
Constructor.
JOptionPaneErrorHandler(Component, String) - Constructor for class com.sas.util.errorhandlers.JOptionPaneErrorHandler
Constructor.
JOptionPaneErrorHandler(String) - Constructor for class com.sas.util.errorhandlers.JOptionPaneErrorHandler
Constructor.
JSP_MULTI_VALUE_LIST_DEFAULT_EDITOR - Static variable in interface com.sas.swing.visuals.dataselectors.propertyeditor.EntityAttributeValueModelInterface
Default JSP Multiple-Value-Selection List Editor
JSP_PANEL_CONTEXT - Static variable in interface com.sas.entities.EntityContextInterface
Defines a context that allows the user to define their own editors for various Web-based property sheets
JSP_SINGLE_VALUE_LIST_DEFAULT_EDITOR - Static variable in interface com.sas.swing.visuals.dataselectors.propertyeditor.EntityAttributeValueModelInterface
Default JSP Single-Value-Selection List Editor
JSP_TEXT_ENTRY_DEFAULT_EDITOR - Static variable in interface com.sas.swing.visuals.dataselectors.propertyeditor.EntityAttributeValueModelInterface
Default JSP Text Entry Editor
JS_FUNCTION_NAME - Static variable in interface com.sas.actionprovider.strategies.MapActionValueKeys
 
JTableClipboardAdapter - Class in com.sas.swing.adapters
JTableClipboardAdapter enables Cut-Copy-Paste Clipboard functionality on JTables.
JTableClipboardAdapter(JTable) - Constructor for class com.sas.swing.adapters.JTableClipboardAdapter
The JTableClipboardAdapter is constructed with a JTable on which it enables Cut-Copy-Paste and acts as a Clipboard listener.
JTableMouseInputAdapter - Class in com.sas.swing.adapters
 
JTableMouseInputAdapter(JTable, int[]) - Constructor for class com.sas.swing.adapters.JTableMouseInputAdapter
 
JTextFieldValidator - Class in com.sas.swing.visuals.util
JTextFieldValidator is used as a error-handler/validator on a JTextField.
JTextFieldValidator(JTextField) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with a BoundedLong as the validator, with Integer.MIN_VALUE and Integer.MAX_VALUE as its limits.
JTextFieldValidator(JTextField, ValidationInterface) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with the ValidationInterface being the validator.
JTextFieldValidator(JTextField, ValidationInterface, GenericErrorHandlerInterface) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with the ValidationInterface being the validator and the errorHandler used to handle invalid values entered in the JTextField, as evaluated by the validator.
JTextFieldValidator(JTextField, ValidationInterface, String) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with the ValidationInterface being the validator.
JTextFieldValidator(JTextField, double, double) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with a BoundedDouble as the validator, with minVaue and maxValue as its limits.
JTextFieldValidator(JTextField, double, double, String) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with a BoundedDouble as the validator, with minVaue and maxValue as its limits.
JTextFieldValidator(JTextField, int, int) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with a BoundedLong as the validator, with minVaue and maxValue as its limits.
JTextFieldValidator(JTextField, int, int, String) - Constructor for class com.sas.swing.visuals.util.JTextFieldValidator
Creates a JTextFieldValidator with a BoundedLong as the validator, with minVaue and maxValue as its limits.
JTreeDualSelectorAdapter - Class in com.sas.swing.visuals.dualselector
JTreeDualSelectorAdapter is a class that supports using a JTree in a dual selector.
JTreeDualSelectorAdapter(JComponent) - Constructor for class com.sas.swing.visuals.dualselector.JTreeDualSelectorAdapter
Default constructor.
JTreeDualSelectorAdapter(JTree, JComponent) - Constructor for class com.sas.swing.visuals.dualselector.JTreeDualSelectorAdapter
Constructor method that takes a JTree instance for use in the component.
JUSTIFY - Static variable in interface com.sas.servlet.tbeans.HttpConstants
Aligns the text of the cell double-justified.
JVMAttribute - Class in com.sas.services.discovery
A foundation service discovery attribute which may be used to locate a service which has been instantiated in the local JVM or the same JVM as another previously discovered service.
JVMAttribute() - Constructor for class com.sas.services.discovery.JVMAttribute
Constructs an instance of a service discovery attribute that is initialized with an identifier representing this JVM.
JVMAttribute(String) - Constructor for class com.sas.services.discovery.JVMAttribute
Constructs a service discovery attribute which may be used to lookup a service which has been instantiated in a JVM with the specified ID.
JVM_ID - Static variable in class com.sas.services.discovery.JVMAttribute
Identifier unique to this JVM that can be used to determine whether another service was instantiated in the same JVM.
Java2ComparatorAdapter - Class in com.sas.util
An adaptor that allows a Java2ComparatorAdapter() - Constructor for class com.sas.util.Java2ComparatorAdapter
A default constructor.
Java2ComparatorAdapter(Comparator) - Constructor for class com.sas.util.Java2ComparatorAdapter
Construct a Java2Comparator which delegates the Comparator.compare(Object,Object) method to an object that implements JavaBatchServerInterface - Interface in com.sas.services.information.metadata
 
JavaScriptIncludeHandler - Class in com.sas.servlet.util
JavaScriptIncludeHandler handles writing JavaScript include statements and preventing multiple includes of the same file on a page.
JavaScriptIncludeHandler(Writer, HttpServletRequest) - Constructor for class com.sas.servlet.util.JavaScriptIncludeHandler
Constructor for JavaScriptIncludeHandler.
JavaScriptNode - Class in com.sas.servlet.tbeans.models
JavaScriptNode is a generic implementation of JavaScriptNodeInterface.
JavaScriptNode() - Constructor for class com.sas.servlet.tbeans.models.JavaScriptNode
Construct a new JSNode
JavaScriptNodeInterface - Interface in com.sas.servlet.tbeans.models
JavaScriptNodeInterface is an interface which provides access for creating a JavaScriptNode.
JavaScriptNodeStyleKeysInterface - Interface in com.sas.servlet.tbeans.models
Interface that contains the keys for the style map for the JavaScriptNode.
JavaScriptValidationInterface - Interface in com.sas.servlet.tbeans.util.validators
ValidationInterface is used to allow an object to validate input, normalize input and return error information when the information is invalid.
JavaScriptValidator - Class in com.sas.servlet.tbeans.util.validators
The JavaScriptValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a validator.
JavaScriptValidator() - Constructor for class com.sas.servlet.tbeans.util.validators.JavaScriptValidator
Construct a new Validator object
JdbcRepositoryKey - Class in com.sas.services.information.util
 
JdbcRepositoryKey() - Constructor for class com.sas.services.information.util.JdbcRepositoryKey
 
JdbcRepositoryKey(String) - Constructor for class com.sas.services.information.util.JdbcRepositoryKey
Construct a new repository key from a String.
Job - Interface in com.sas.metadata.remote
Groups transformation activities to be an actual runtime unit.
JobInterface - Interface in com.sas.services.information.metadata.etl
This object is used to represent a job object.
Join - Interface in com.sas.metadata.remote
The output of a Join is limited to one JoinTable.
JoinTable - Interface in com.sas.metadata.remote
DEPRECATED: Represents an instance of a join between two tables.
JspPortlet - Class in com.sas.portal.portlets.JspPortlet
Convenience action for simple JSP (HTML) portlets.
JspPortlet() - Constructor for class com.sas.portal.portlets.JspPortlet.JspPortlet
 
JspPortletInitializer - Class in com.sas.portal.portlets.JspPortlet
Convenience action for initializing simple JSP (HTML) portlets.
JspPortletInitializer() - Constructor for class com.sas.portal.portlets.JspPortlet.JspPortletInitializer
 
Justification - Interface in com.sas.visuals
Justification is an interface that contains static values to be used in classes that have a "justification" property.
jComponentCustomizerPanel - Variable in class com.sas.swing.visuals.SwingCustomizerView
The panel used to edit the state of the JComponent.
jComponentModelCustomizerPanel - Variable in class com.sas.swing.visuals.SwingCustomizerView
The panel used to edit the state of the JComponent's Model.
jComponentModelTabVisible - Variable in class com.sas.swing.visuals.SwingCustomizerView
 
jComponentTabVisible - Variable in class com.sas.swing.visuals.SwingCustomizerView
Whether the JComponent tabs are visible.
jList1 - Variable in class com.sas.swing.visuals.DualSelector
ListBox for the first list.
jList2 - Variable in class com.sas.swing.visuals.DualSelector
List for the second list.
jModelInstanceTabVisible - Variable in class com.sas.swing.visuals.SwingCustomizerView
 
jdbcCompliant() - Method in class com.sas.net.sharenet.ShareNetDriver
Returns whether the Driver is JDBC COMPLIANT.
jdbcCompliant() - Method in class com.sas.net.sharenet.ShareNetDriver
Returns whether the Driver is JDBC COMPLIANT.
jdbcCompliant() - Method in class com.sas.rio.MVADriver
Reports whether the Driver is a genuine JDBC COMPLIANT (tm) driver.
justify - Variable in class com.sas.swing.visuals.wizard.ButtonLayout
An int value indicating if the components are to be justified to the left or right within the container.

  SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

javadoc generated Tue, 27 May 2003 15:38:14