| org.netbeans.modules.visualweb.test.components.util.PaletteHelper
PaletteHelper | public enum PaletteHelper (Code) | | author: Martin.Schovanek@sun.com |
Method Summary | |
public void | addComponent(String componentId, int x, int y, String properties) Appends the specified component on [x,y] position and sets approriate text
properties. |
ADVANCED | Enum Constant ADVANCED(Code) | | |
ADVANCED_DATA_PROVIDERS | Enum Constant ADVANCED_DATA_PROVIDERS(Code) | | |
BASIC | Enum Constant BASIC(Code) | | |
COMPOSITE | Enum Constant COMPOSITE(Code) | | |
CONVERTERS | Enum Constant CONVERTERS(Code) | | |
DATA_PROVIDERS | Enum Constant DATA_PROVIDERS(Code) | | |
LAYOUT | Enum Constant LAYOUT(Code) | | |
STANDARD | Enum Constant STANDARD(Code) | | |
VALIDATORS | Enum Constant VALIDATORS(Code) | | |
addComponent | public void addComponent(String componentId, int x, int y, String properties)(Code) | | Appends the specified component on [x,y] position and sets approriate text
properties.
Parameters: componentId - 'compPrefix' + this value should be a valid 'bundle' key. Parameters: x - x coordinate Parameters: y - y coordinate Parameters: properties - String[n][2] array, where n is nuber of properties,[n][0] - is property name and [n][1] - is it value. |
|
|