| java.lang.Object org.netbeans.modules.visualweb.test.components.util.ComponentUtils
ComponentUtils | public class ComponentUtils (Code) | | author: Sherry Zhou author: Lark Fitzgerald |
Method Summary | |
public static void | addObjectProperty(String objectPath, String propertyName, String propertyType, String propertyMode) | public static void | bindToDataProvider(int x, int y, String dbTable, String dataProviderName, String displayField, String valueField) | public static void | bindToDataProvider(int x, int y, String dbTable) | public static void | bindToObject(int x, int y, String propertyPath) | public static void | configureSunServer(String projectServerLocation, String projectServerPassword) | public static void | connectDB(String dbName, String passwd) | public static void | createNewProject(String _projectName) | public static String | createNewProjectLoc(String location, String projectName, boolean absoluteLocation, String projectCategory, String projectType, String projectServer, String projectServerLocation, String projectServerPassword, String projectSourceLevel, String projectJ2EEVersion, String projectSourceStructure) | public static void | createProject(String _projectName) | public static String | getBundle() | public static String | getDataDir() | public static String | getProjectPath(String projectName) | public static String | hasUnexpectedException() | public static void | insertJavaCode(EditorOperator editor, String[] javaCodeLines) | public static void | linkWebPages(DesignerPaneOperator designer, String startPage, String endPage, String linkName) | public static void | loadImageFile(String imageFile) | public static Properties | parseProperties(String src) Reads a property list (key and element pairs) from the String.
Parameters: src - properties string in format described atselectComponentByPath(String path) | public static void | selectForm1Component(String name) Selects a component in the Navigator view specified by relative path to
Page1|page1|html1|body1|form1| component. | public static void | setButtonTextInLine(DesignerPaneOperator designer, int x, int y, String text) | public static void | setProperty(SheetTableOperator sheet, String propertyName, String propertyValue) | public static void | setPropertyBinding(DesignerPaneOperator designer, int x, int y, String property, String value) |
_dataBindingDialog | public static String _dataBindingDialog(Code) | | |
_projectJ2EEVersion | public static String _projectJ2EEVersion(Code) | | |
_projectServerLocation | public static String _projectServerLocation(Code) | | |
_projectServerPassword | public static String _projectServerPassword(Code) | | |
_projectSourceLevel | public static String _projectSourceLevel(Code) | | |
ComponentUtils | public ComponentUtils()(Code) | | Creates a new instance of Util
|
bindToDataProvider | public static void bindToDataProvider(int x, int y, String dbTable, String dataProviderName, String displayField, String valueField)(Code) | | |
bindToDataProvider | public static void bindToDataProvider(int x, int y, String dbTable)(Code) | | |
bindToObject | public static void bindToObject(int x, int y, String propertyPath)(Code) | | |
configureSunServer | public static void configureSunServer(String projectServerLocation, String projectServerPassword)(Code) | | |
createNewProject | public static void createNewProject(String _projectName)(Code) | | |
createNewProjectLoc | public static String createNewProjectLoc(String location, String projectName, boolean absoluteLocation, String projectCategory, String projectType, String projectServer, String projectServerLocation, String projectServerPassword, String projectSourceLevel, String projectJ2EEVersion, String projectSourceStructure)(Code) | | |
createProject | public static void createProject(String _projectName)(Code) | | |
loadImageFile | public static void loadImageFile(String imageFile)(Code) | | |
parseProperties | public static Properties parseProperties(String src)(Code) | | Reads a property list (key and element pairs) from the String.
Parameters: src - properties string in format described atselectComponentByPath | public static void selectComponentByPath(String path)(Code) | | Selects a component in the Navigator view specified by string path
Parameters: path - string path delimited by | |
selectForm1Component | public static void selectForm1Component(String name)(Code) | | Selects a component in the Navigator view specified by relative path to
Page1|page1|html1|body1|form1| component.
Parameters: a - relative path delimited by | |
|
|
|