public interface IRuletestRenameDialogAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
IRuletestTabFolderModelAPI |
getRuletestTabFolderModelAPI()
Getter for IRuletestTabFolderModelAPI.
|
java.lang.String |
getTestTabName()
Get the name of the currently-selected Ruletest tab.
|
boolean |
isEnabledOK(java.lang.String astrName)
Given a tentative test tab name determine whether the OK button should be enabled.
|
boolean |
isNameInUse(java.lang.String astrName)
Check the input string to ensure that it is not a name in use by another test tab.
|
boolean |
isValidName(java.lang.String astrName,
int aiMaxNameLength)
Check the input string to ensure it is a valid Ruletest tab name.
|
void |
setRuletestTabFolderModelAPI(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPITabFolderAPI)
Setter for IRuletestTabFolderModelAPI.
|
void |
setTestTabName(java.lang.String astrName)
Set the name of the currently-selected Ruletest tab.
|
displayMessageBox, getIExceptionDialogDelegate, getLocale, getMessage, getMessage, getMessageBase, getMessageBoxDelegate, getPreferences, getScrollableMessageDelegate, getUserInterfaceInfoDelegate, setIExceptionDialogDelegate, setLocale, setMessageBoxDelegate, setPreferencesDelegate, setScrollableMessageDelegate, setUserInterfaceInfoDelegateIRuletestTabFolderModelAPI getRuletestTabFolderModelAPI()
java.lang.String getTestTabName()
boolean isEnabledOK(java.lang.String astrName)
astrName - Name (possibly partially-entered).true if OK button should be enabled.boolean isNameInUse(java.lang.String astrName)
String - - New name for test tab.true if name is in use on another tab.boolean isValidName(java.lang.String astrName,
int aiMaxNameLength)
astrName - New name for test tab.aiMaxNameLength - Maximum length allowed for name.true if name is valid.void setRuletestTabFolderModelAPI(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPITabFolderAPI)
aIRuletestTabFolderAPI - Model API used to make state changes.void setTestTabName(java.lang.String astrName)
astrName - New name for test tab.Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.