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

I

ICON_DIR_NAME - Static variable in class com.altair.hwm.beans.utils.HWMBeanUtils
The name of the icon file folder
ICON_FILE - Static variable in class com.altair.hwm.toolkit.preferences.HWMTplPreferences
The key for the icon file pref.
IHWInteraction - Interface in com.altair.hwm.interfaces
Title: IHWInteraction
IHWMControl - Interface in com.altair.hwm.interfaces
Title: IHWMControl
IHWMDataModel - Interface in com.altair.hwm.interfaces
Title: IHWMDataModel
IHWMFileServerClient - Interface in com.altair.hwm.fileserver.client
Title: IHWMFileServerClient
IHWMFrame - Interface in com.altair.hwm.interfaces
Title: IHWMFrame
IHWMFrameWork - Interface in com.altair.hwm.interfaces
Title: IHWMFrameWork
IHWMFRAMEWORK_APPENDTITLE - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when a suffix needs to be attached to the title Original src = IHWMFrameWork Data - String - The suffix to append to the title
IHWMFRAMEWORK_BRINGFRONT - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the app should be sent to back or brought to front Original src = IHWMFrameWork or any source Data - Boolean If true, the view is brought to front else sent to back
IHWMFRAMEWORK_CLOSE - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the instance should be closed without saving Original src = IHWMFrameWork Data - NONE
IHWMFRAMEWORK_EXIT - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the app should exit without saving Original src = IHWMFrameWork or any source Data - null
IHWMFRAMEWORK_LOGSTATUS - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when a status should be logged Original src = IHWMFrameWork or any source Data - String - The message to be logged.
IHWMFRAMEWORK_NEWPROJECT - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when a new project needs to be created.
IHWMFRAMEWORK_OPENPROJECT - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when a project needs to be opened.
IHWMFRAMEWORK_SAVE - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the current project needs to be saved.
IHWMFRAMEWORK_SAVEANDCLOSE - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the instance should be saved and closed.
IHWMFRAMEWORK_SAVEANDEXIT - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the app should exit with saving Original src = IHWMFrameWork or any source Data - Boolean.
IHWMFRAMEWORK_SHOWVIEW - Static variable in class com.altair.hwm.toolkit.event.HWMToolkitEvent
Fired when the app should be shown/hidden Original src = IHWMFrameWork or any source Data - Boolean If true, the view is shown else hidden
IHWMJob - Interface in com.altair.hwm.interfaces.loadsubmission
Title: IHWMJob
IHWMJobListener - Interface in com.altair.hwm.interfaces.loadsubmission
Title: IHWMJobListener Description: The interface for the listener for jobs Implemented by : com.altair.hwm.toolkit.caedatamodel.HDMRunEntity Company: Altair Engineering, Inc.
IHWMJobManager - Interface in com.altair.hwm.interfaces.loadsubmission
 
IHWMJobStatus - Interface in com.altair.hwm.interfaces.loadsubmission
Title:
IHWMUserExit - Interface in com.altair.hwm.interfaces
Title: IHWMUserExit
IHWMWorkflow - Interface in com.altair.hwm.interfaces
Title: IHWMWorkflow
IMAGE_ONLY_ABOUT - Static variable in class com.altair.hwm.toolkit.preferences.HWMTplPreferences
 
IMAGE_ONLY_SPLASH - Static variable in class com.altair.hwm.toolkit.preferences.HWMTplPreferences
 
IMenuToolBarCustomizer - Interface in com.altair.hwm.interfaces
Title: IMenuToolBarCustomizer
Import(Element) - Method in class com.altair.hwm.database.dbmodel.HWMAttribute
Recreates the attribute
Import(Element) - Method in class com.altair.hwm.database.dbmodel.HWMAttributeConstraints
Recreates the attribute's constraints
Import(Element) - Method in class com.altair.hwm.database.dbmodel.HWMClass
Recreates the class
Import(String) - Method in class com.altair.hwm.database.dbmodel.HWMDBModel
Import the given file
Import(InputStream) - Method in class com.altair.hwm.database.dbmodel.HWMDBModel
Import the DM from the given input stream
Import(Element) - Method in class com.altair.hwm.database.dbmodel.HWMDBModel
Recreates the database model
Import(Element) - Method in class com.altair.hwm.database.dbmodel.HWMRelationClass
Recreates the class.
Import(HWMObjectInputStream) - Method in class com.altair.hwm.toolkit.page.HWMDsgnPage
Import everything into this page from file.
ImportModel() - Method in class com.altair.hwm.beans.hm.HMImport
Imports the selected model into Hypermesh
ImportPage(String) - Method in class com.altair.hwm.toolkit.page.HWMDsgnModelInstance
Import the page that has been saved as the given file
ImportPage(HWMObjectInputStream) - Method in class com.altair.hwm.toolkit.page.HWMDsgnPageMgrModel
Import the page that has been saved as the given file
ImportSpecifiedFileFormat() - Method in class com.altair.hwm.toolkit.datamodel.HWMDataModelImport
 
ImportXMLFile() - Method in class com.altair.hwm.toolkit.datamodel.HWMDataModelXMLImport
Method : ImportXMLFile Main method, which is called to import the data model, which is in XML format
Init() - Method in class com.altair.hwm.database.dbmodel.HWMClass
Init creates the required attributes
Init() - Method in class com.altair.hwm.database.dbmodel.HWMDBModel
Init creates the required attributes
Init() - Method in class com.altair.hwm.database.dbmodel.HWMRelationClass
Init creates the required attributes
Init(ResultSet) - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Initialize this class with the given result set
Init(long, ResultSet) - Method in class com.altair.hwm.database.sql.protocol.DBSQLReplyPacket
Fills the reply packet
Init(String) - Method in class com.altair.hwm.fileserver.server.HWMFileServer
Initialize the file server.
init(ServletConfig) - Method in class com.altair.hwm.fileserver.server.soap.HWMFileServerController
Does the one time initialization of: a> Initialize file server by instantiating the initializer class b> Create the command classes for each command and store it in the hashtable.
Init(HWMBeanInstance, HWMPageMgrModel, HWMBindingInfoMgr) - Method in class com.altair.hwm.toolkit.binding.HWMBindingInfoPropertyPanel
Initializes the panel to show the bindings of the specified bean
Init(HWMBindingInfo, Object, Object) - Method in class com.altair.hwm.toolkit.binding.HWMPropertyAdapter
This function does all the work of "advising" to a property change.
Init() - Method in class com.altair.hwm.toolkit.frame.HWMAppFrameModel
Initialize the app frame model Add the mandatory jars to CP
Init() - Method in class com.altair.hwm.toolkit.frame.HWMDsgnFrameModel
Initialize the app frame model Construct the tree model for mandatory beans
Init(BeanInfo, Object, HWMBeanInstance) - Method in class com.altair.hwm.toolkit.property.HWMBeanPropertyView
Introspects the bean for obtaining a property editor for the bean.
InitAdapters() - Method in class com.altair.hwm.toolkit.binding.HWMBindingInfoMgr
Loops through all the binding info and instantiate the adapter classes
InitBeans(IHWMFrameWork) - Method in class com.altair.hwm.toolkit.page.HWMPage
Initializes all the beans on this page.
InitBeans(IHWMFrameWork) - Method in class com.altair.hwm.toolkit.page.HWMPageMgrModel
Initializes all the beans on all the pages.
InitCustomWorkflowView(IHWMFrameWork) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Initializes the custom view bean.
InitEventAdapter(HWMBindingInfo, Object, Object, String, HWMClassLoader) - Method in class com.altair.hwm.toolkit.binding.HWMAdapterMgr
Create an instance of the adapter class, and Initialize it.
Initialize(HWMMessageLog) - Static method in class com.altair.hwm.beans.utils.HWMDebug
 
Initialize(String[]) - Method in interface com.altair.hwm.interfaces.IHWInteraction
Initialize function, used when HDM interaction calss is instantiated initializes their view, etc.
Initialize() - Method in class com.altair.hwm.toolkit.frame.HWMFrameModel
Initialize all the beans in the process definition and call run on them
Initialize(String[]) - Method in class com.altair.hwm.toolkit.hwpm.HWPMInteraction
Pseudo Constructor that creates the AppFrameView, Sets the HWPM in them, initializes their view, etc.
Initialize() - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Initializes all the beans on all the pages.
Initialize(IHWMFrameWork, boolean) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Initializes the workflow.
InitializeProperties() - Static method in class com.altair.hwm.toolkit.utils.HWMUtils
Initialize properties like the install dir/icon dr etc.
InitializeTask() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Initializes the task in workflow.
InitializeView(String[]) - Method in class com.altair.hwm.toolkit.frame.HWMAppFrameView
Initialize the UI
InitializeView(String[]) - Method in class com.altair.hwm.toolkit.frame.HWMDsgnFrameView
Initialize the UI
InitializeView(String[]) - Method in class com.altair.hwm.toolkit.frame.HWMFrameView
Initialize the UI
InitMenuBar(HWMMenuBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMAppModelInstance
Customizes the menubar.
InitMenuBar(HWMMenuBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMDsgnModelInstance
Customizes the menubar.
InitMenuBar(HWMMenuBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMMenuToolBarCustomizerAdapter
Customizes the menubar.
InitMenuBar(HWMMenuBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Customizes the menubar.
InitPropertyAdapter(HWMBindingInfo, Object, Object) - Method in class com.altair.hwm.toolkit.binding.HWMAdapterMgr
Instantiates the property adapter class for the binding and stores it in the binding info
InitToolBar(HWMToolBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMAppModelInstance
Adds a shortcut bar if required.
InitToolBar(HWMToolBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMDsgnModelInstance
Adds a shortcut bar if required.
InitToolBar(HWMToolBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMMenuToolBarCustomizerAdapter
Adds a shortcut bar if required.
InitToolBar(HWMToolBarContainer) - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Adds a shortcut bar if required.
InitWorkflow() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowPropertyPanel
Sets up the panel to display info about the selected HWMWorkflowNode
InsertData(Connection, PreparedStatement, String) - Method in class com.altair.hwm.database.dbmodel.HWMDatabaseInfo
Insert data and retrieve the auto generated ID
InsertData(Connection, PreparedStatement, String) - Method in class com.altair.hwm.database.dbmodel.HWMEmbeddedDBInfo
Insert data and retrieve the auto generated ID
InsertData(Connection, PreparedStatement, String) - Method in class com.altair.hwm.database.dbmodel.HWMMySQLInfo
Insert data and retrieve the auto generated ID
InsertData(Connection, PreparedStatement, String) - Method in class com.altair.hwm.database.dbmodel.HWMQEDInfo
Insert data and retrieve the auto generated ID
InsertRow(Object[], int) - Method in class com.altair.hwm.beans.utils.HWMTableModel
Inserts a row at the specified index
insertRow() - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Inserts the contents of the insert row into this ResultSet objaect and into the database.
insertUpdate(DocumentEvent) - Method in class com.altair.hwm.beans.utils.HWMTextField
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowPropertyPanel
Fired when text is inserted
INSTANCE_FILE_EXT - Static variable in class com.altair.hwm.beans.utils.HWMBeanUtils
The extension used for insatnce files
InstantiateJobManager(String) - Method in class test.testclient.loadsubmission.HWMTest
This will instantiate a jpbmanager object
invalidateLayout(Container) - Method in class com.altair.hwm.toolkit.utils.HWMPageLayout
LayoutManager2 method Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
Inverse() - Method in class com.altair.hwm.beans.utils.HWMMatrix
Get the inverse of the matrix.
InvokePlay() - Method in class com.altair.hwm.toolkit.page.HWMPage
Inokes Play on all the IHWMControl beans on this page.
InvokeRun() - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Invoke "Run" on all the controls that implement "IHWMControl" interface This is invoked by OpenProject and OpenTemplate methods in app and designer mode respectively.
InvokeRun() - Method in class com.altair.hwm.toolkit.page.HWMPage
Inokes Run on all the IHWMControl beans on this page.
IsActive() - Method in class com.altair.hwm.comm.HWMClientComm
Purpose: Returns whether or not the HWMClientComm is Active, which means that it has a client application that has identified itself.
IsActive() - Method in class com.altair.hwm.toolkit.hwpm.HWMCommPM
Purpose: Returns whether or not the HWMClientComm is Active, which means that it has a client application that has identified itself.
isAfterLast() - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Indicates whether the cursor is after the last row in this ResultSet object.
IsAutoInc() - Method in class com.altair.hwm.database.dbmodel.HWMAttributeConstraints
Returns true if the auto increment constraint is used
isAutoIncrement(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether the designated column is automatically numbered, thus read-only.
IsBeanDisplayedInTCL(Object) - Method in interface com.altair.hwm.interfaces.IHWMWorkflow
A flag indicating if the bean is being displayed in TCL
IsBeanDisplayedInTCL(Object) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
A flag indicating if the bean is being displayed in TCL
IsBeanInPage(Object) - Method in class com.altair.hwm.toolkit.page.HWMPage
Checks if the bean is in the page
IsBeanInTask(String, Object) - Method in interface com.altair.hwm.interfaces.IHWMWorkflow
Check if the bean is part of the given task
IsBeanInTask(String, Object) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Check if the bean is part of the given task
isBeforeFirst() - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Indicates whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether a column's case matters.
isCellEditable(int, int) - Method in class com.altair.hwm.beans.utils.HWMTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(EventObject) - Method in class com.altair.hwm.beans.utils.HWMTreeCellEditor
Determines whether the cell is editable.
isCellEditable(EventObject) - Method in class com.altair.hwm.beans.utils.HWMTreeTable.TTXCellEditor
 
IsCellEditable(int) - Method in class com.altair.hwm.beans.utils.HWMTreeTableNode
Ascertain whether the cell specified by the ith row, jth column is editable
IsCheckedOut() - Method in class com.altair.hwm.fileserver.HWMFileInfo
Get the flag indicating if the file has been checked out.
isClipBoradEmpty() - Method in class com.altair.hwm.toolkit.page.HWMBeanClipBoard
 
isClosed() - Method in class com.altair.hwm.comm.database.DBServerComm
Tests to see if a Connection is closed.
isClosed() - Method in class com.altair.hwm.database.sql.HWMConnectionDB
Tests to see if a Connection is closed.
IsControlsEnabled() - Method in class com.altair.hwm.toolkit.page.HWMDsgnPageMgrModel
Returns the status of the controls
IsCopy() - Method in class com.altair.hwm.beans.hm.HMReflect
Returns true if the original model should also be shown along with reflection else false.
isCurrency(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether the designated column is a cash value.
IsCurrentTaskTCLEnabled() - Method in interface com.altair.hwm.interfaces.IHWMWorkflow
A flag indicating if the current task is displayed in TCL
IsCurrentTaskTCLEnabled() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
A flag indicating if the current task is displayed in TCL
IsDataChangedByTask() - Method in class com.altair.hwm.toolkit.datamodel.HWMDataModelImpl
Check if the data has been changed by the cuurent task
isDataFlavorSupported(DataFlavor) - Method in class com.altair.hwm.toolkit.beans.HWMTransferableBeanInfo
Returns true if the given falvor is supported else false
isDataFlavorSupported(DataFlavor) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowNode
Returns true if the given falvor is supported else false
IsDBCreateFlag() - Method in class com.altair.hwm.database.sql.protocol.DBCxnPacket
Gets the flag that indicates if the DB should be created
isDefinitelyWritable(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether a write on the designated column will definitely succeed.
IsDesignerMode() - Method in class com.altair.hwm.toolkit.frame.HWMAppFrameModel
Returns a flag if its designer or app mode.
IsDesignerMode() - Method in class com.altair.hwm.toolkit.frame.HWMDsgnFrameModel
Returns a flag if its designer or app mode.
IsDesignerMode() - Method in class com.altair.hwm.toolkit.frame.HWMFrameModel
Returns a flag if its designer or app mode.
IsDesignMode() - Method in interface com.altair.hwm.interfaces.IHWMFrameWork
This is invoked by a bean when it needs to know if its being used in design mode or app mode
IsDesignMode() - Method in class com.altair.hwm.toolkit.frame.HWMProcessExplorer
Returns whether the workflow is in design mode or not
IsDesignMode() - Method in class com.altair.hwm.toolkit.page.HWMAppModelInstance
This is invoked by a bean when it needs to know if its being used in design mode or app mode.
IsDesignMode() - Method in class com.altair.hwm.toolkit.page.HWMDsgnModelInstance
This is invoked by a bean when it needs to know if its being used in design mode or app mode.
IsDesignMode() - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
This is invoked by a bean when it needs to know if its being used in design mode or app mode.
IsDesignMode() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Returns the designer mode flag
IsDesignMode() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowView
Returns whether the workflow is in design mode or not
IsDockable() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowNode
Returns if this node is dockable or not
IsEditable() - Method in class com.altair.hwm.database.dbmodel.HWMAttribute
returns a flag indicating if this attribute can be edited
IsEditable() - Method in class com.altair.hwm.database.dbmodel.HWMClass
returns a flag indicating if this class can be edited
IsEnabled() - Method in class com.altair.hwm.beans.hm.HMCreatePoint
Determine if the bean is currently enabled or not.
IsEnabled() - Method in class com.altair.hwm.beans.utils.HWMBaseButton
Sets the UI ebaled or disabled
IsEnabled() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowNode
Returns the node ENABLE state.
IsExternalizable(Class) - Static method in class com.altair.hwm.beans.utils.HWMBeanUtils
Test whether the class is externalizable
IsFileValid(File, File) - Method in class com.altair.hwm.beans.utils.HWMFileBrowser
Returns true if file selected is valid else false
isFirst() - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Indicates whether the cursor is on the first row of this ResultSet object.
IsHWPMMode() - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Returns true, if its in HWPM mode else false
isImageFileVisibilityStatusOnPage() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
gives the information of the image file on page..
isInstanceExist(String) - Method in class com.altair.hwm.toolkit.frame.HWMSaveAsProjectDialog
 
IsJavaVersionAbove1_3() - Static method in class com.altair.hwm.toolkit.utils.HWMUtils
returns true if the java version is >= 1.3
isLast() - Method in class com.altair.hwm.database.sql.HWMResultSetDB
Indicates whether the cursor is on the last row of this ResultSet object.
isLeaf(Object) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Returns whether the node is a leaf or not
IsMandatory() - Method in class com.altair.hwm.toolkit.beans.HWMCategoryInfoNode
Returns the mandatory flag
IsMandatory() - Method in class com.altair.hwm.toolkit.preferences.HWMPreferenceNode
Return the mandatory flag
IsManualMode() - Method in class com.altair.hwm.beans.database.HWMStartDB
Gets the manual mode flag
IsMenuBarItemVisible(String, String) - Method in class com.altair.hwm.toolkit.frame.HWMMenuToolBarHandler
Returns a flag signifying if the menu item is visible
IsNewProject() - Method in class com.altair.hwm.toolkit.page.HWMAppModelInstance
Return whether this model instance was created as a result of creating new or opening an existing prj
IsNodeNameUnique(HWMWorkflowNode, String) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Checks if there are any nodes with the given name.
IsNodeVisible(HWMWorkflowNode) - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Check if the given node is visible and if all it's parents are visible too.
IsNotNull() - Method in class com.altair.hwm.database.dbmodel.HWMAttributeConstraints
Returns true if the not null constraint is used
isNullable(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates the nullability of values in the designated column.
isOSUnix() - Static method in class com.altair.hwm.comm.loadsubmission.jobservices.HWMJobServicesFileUtils
Verifies if the Operating System is Unix.
isPaintable() - Method in class com.altair.hwm.beans.hm.FEPreSelectCriteriaPropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.hm.FEPreSelectEntityPropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.hm.HMEvalTCLProcPropEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class com.altair.hwm.beans.hm.HMStartAppTypePropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMButtonImageFilePropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMButtonTypePropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMComboBoxPropEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMFileBrowserFilterPropEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMLabelImageFilePropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMRadioButtonAlignmentPropEditor
 
isPaintable() - Method in class com.altair.hwm.beans.utils.HWMScriptPropEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class com.altair.hwm.toolkit.page.HWMPageImageFilePropEditor
 
IsPeerAlive() - Method in class com.altair.hwm.comm.HWMClientComm
Check if the peer is alive
IsPeerAlive() - Method in class com.altair.hwm.toolkit.hwpm.HWMCommPM
Check if the peer is alive
IsPMMode() - Method in class com.altair.hwm.toolkit.frame.HWMFrameModel
Returns true if in PM mode else false
IsPrimaryKey() - Method in class com.altair.hwm.database.dbmodel.HWMAttributeConstraints
Returns the value of the primary key property
IsProjectNew() - Method in class com.altair.hwm.toolkit.page.HWMModelInstance
Returns a flag indicating if the project is new
IsPropertyTransient(String) - Method in interface com.altair.hwm.datamodel.HWMDataModel
Returns a flag indicating if the property is set as transient
IsPropertyTransient(String) - Method in interface com.altair.hwm.interfaces.IHWMDataModel
Returns a flag indicating if the property is set as transient
IsPropertyTransient(String) - Method in class com.altair.hwm.toolkit.datamodel.HWMDataModelImpl
Returns a flag indicating if the property is set as transient
isReadOnly() - Method in class com.altair.hwm.comm.database.DBServerComm
Tests to see if the connection is in read-only mode
isReadOnly() - Method in class com.altair.hwm.database.sql.HWMConnectionDB
Tests to see if the connection is in read-only mode NOTE: THIS METHOD IS NOT SUPPORTED BY ALTAIR SERVER
isReadOnly(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether the designated column is definitely not writable.
IsRelated(HWMClass) - Method in class com.altair.hwm.database.dbmodel.HWMClass
Returns true if there is an attribute from the given class present in this class
IsResultSetPresent() - Method in class com.altair.hwm.database.sql.protocol.DBSQLReplyPacket
Returns true if the result set is present else false
IsRunInProgress() - Method in interface com.altair.hwm.interfaces.IHWMWorkflow
Returns a flag to indicate if run is in progress
IsRunInProgress() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Returns a flag to indicate if run is in progress
IsRunning() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowAdapter
Return a flag indicating if the process is currently running
isSearchable(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether the designated column can be used in a where clause.
IsSelected() - Method in class com.altair.hwm.toolkit.beans.HWMBeanWrapper
Returns a flag signifying if this wrapper is selected or not
isSigned(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether values in the designated column are signed numbers.
IsSuccess() - Method in class com.altair.hwm.comm.HWMResponseHandle
Retuen whether the query was executed successfully.
IsTargetMethodValid(Method, Method) - Method in class com.altair.hwm.toolkit.binding.HWMBindingPopupFactory
Compares the method - with methListener.
IsTemplateHDMEnabled() - Method in class com.altair.hwm.toolkit.frame.HWMAppFrameModel
Checks if the template is HDM enabled
IsTemplateValid() - Method in class com.altair.hwm.toolkit.page.HWMDsgnModelInstance
Check if the tpl is valid.
IsTerminated() - Method in class com.altair.hwm.comm.HWMClientComm
Purpose: Returns whether or not the HWMClientComm has terminated
IsTerminated() - Method in class com.altair.hwm.toolkit.hwpm.HWMCommPM
Purpose: Returns whether or not the HWMClientComm has terminated
IsThreadRunning() - Method in class com.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeJobStatusTracker
IsThreadRunning - checks if the thread has been stopped
IsToolBarItemVisible(String, String) - Method in class com.altair.hwm.toolkit.frame.HWMMenuToolBarHandler
Returns a flag signifying if the toolbar button is visible.
IsTransparentPanelVisible() - Method in class com.altair.hwm.toolkit.beans.HWMBeanWrapper
Gets the visiblity of the tranparent pane
IsUIVisible() - Method in class com.altair.hwm.beans.utils.HWMBaseButton
Returns true if UI is shown else false
IsUnique() - Method in class com.altair.hwm.database.dbmodel.HWMAttributeConstraints
Returns true if unique constraint is used else false
IsValidBeanName() - Method in class com.altair.hwm.toolkit.beans.HWMBeanInstance
Determine if the bean instance name that has been set in this class is truly unique across the project
IsValidBeanName(String) - Method in class com.altair.hwm.toolkit.beans.HWMBeanInstance
Determine if the bean instance name is truly unique across the project
IsViewWorkflowSelected() - Method in class com.altair.hwm.toolkit.frame.HWMMenuToolBarHandler
Returns the show worklflow value of the current menubar
IsVisible() - Method in class com.altair.hwm.database.dbmodel.HWMAttribute
returns a flag indicating if this class should be visible in the view of the datamodel i.e.
IsVisible() - Method in class com.altair.hwm.database.dbmodel.HWMClass
returns a flag indicating if this class should be visible in the view of the datamodel i.e.
IsVisible() - Method in class com.altair.hwm.toolkit.preferences.HWMPreferenceNode
Return the visible flag
IsVisible() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowNode
Returns if this node is visible or not
IsVisibleInPM() - Method in class com.altair.hwm.toolkit.preferences.HWMPreferenceNode
Return the visible in PM flag
IsVisisble() - Method in class com.altair.hwm.toolkit.utils.HWMToolBarContainer
Returns boolean to signify if any toolbar is visible
IsWorkflowModelValid() - Method in class com.altair.hwm.toolkit.workflow.HWMWorkflowModel
Check if the workflow model is valid.
isWritable(int) - Method in class com.altair.hwm.database.sql.HWMResultSetMetaDataDB
Indicates whether it is possible for a write on the designated column to succeed.
ITCLCodeCreator - Interface in com.altair.hwm.interfaces
Title: ITCLCodeCreator
itemStateChanged(ItemEvent) - Method in class com.altair.hwm.toolkit.beans.HWMBeanLayoutView
Sets a new constraint value

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