| java.lang.Object net.xoetrope.builder.editor.components.PropertyHelper net.xoetrope.builder.editor.components.MultipleSelectionHelper
MultipleSelectionHelper | public class MultipleSelectionHelper extends PropertyHelper (Code) | | A helper to help in the manipulation of multiple components
Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 1.5 $
|
HEIGHT_VALUE | final protected static int HEIGHT_VALUE(Code) | | |
LEFT_VALUE | final protected static int LEFT_VALUE(Code) | | |
TOP_VALUE | final protected static int TOP_VALUE(Code) | | |
WIDTH_VALUE | final protected static int WIDTH_VALUE(Code) | | |
numBasicProperties | final protected static int numBasicProperties(Code) | | |
propertyName | final protected static String propertyName(Code) | | |
MultipleSelectionHelper | public MultipleSelectionHelper()(Code) | | A helper for multiple component types
|
getClassName | public String getClassName()(Code) | | Get the class name for this component type
|
getComponentType | public String getComponentType()(Code) | | Get the friendly type name for this component
"Multiple" |
getPropertyValue | public String getPropertyValue(Component comp, int i)(Code) | | Get the value of the property exposed by the component
Parameters: comp - the component instance Parameters: i - the component property index the value |
setPropertyValue | public void setPropertyValue(Component comp, int i, String value)(Code) | | Set the value of the property exposed by the component
Parameters: comp - the component instance Parameters: i - the component property index the value |
setSelectedComponents | public void setSelectedComponents(Vector comps)(Code) | | |
Methods inherited from net.xoetrope.builder.editor.components.PropertyHelper | public boolean addPropertyType(String name, Object type)(Code)(Java Doc) public boolean allowsChildren()(Code)(Java Doc) public String getClassName()(Code)(Java Doc) public String getComponentType()(Code)(Java Doc) public String getData(XPageResource pageResource, Component comp, int i)(Code)(Java Doc) public String getDefaultExtension()(Code)(Java Doc) public long getEventMask(int i)(Code)(Java Doc) public String getFileDescription()(Code)(Java Doc) public String[] getFileExtensions()(Code)(Java Doc) public String[] getListItems(int i)(Code)(Java Doc) protected String getListPropertyValue(Component comp, int i)(Code)(Java Doc) public int getNumBasicProperties()(Code)(Java Doc) public int getNumProperties()(Code)(Java Doc) public String getPropertyName(XPageResource pageResource, Component comp, int i)(Code)(Java Doc) public int getPropertyType(int i)(Code)(Java Doc) public String getPropertyValue(XPageResource pageResource, Component comp, int i)(Code)(Java Doc) public String getValidation(Component comp)(Code)(Java Doc) public boolean isReadOnly(Object obj)(Code)(Java Doc) public boolean isSwing()(Code)(Java Doc) public boolean restrictsSize()(Code)(Java Doc) public void setComponent(Component comp)(Code)(Java Doc) public void setCopiedProperties(XPageResource page, Component srcComp, Component targetComp)(Code)(Java Doc) public void setData(XPageResource pageResource, Component comp, String propertyName, String value)(Code)(Java Doc) public void setData(XPageResource pageResource, Component comp, XDataBinding binding)(Code)(Java Doc) public void setFileExtensions(String desc, String defaultExt, String[] newExtensions)(Code)(Java Doc) public void setImageName(XPageResource pageResource, Component comp, int propertyIdx, String imageName)(Code)(Java Doc) public void setListOptions(String name, String property, String[] options, int[] ids)(Code)(Java Doc) public void setListPropertyValue(Component comp, int i, int selIdx)(Code)(Java Doc) public void setPropertyValue(XPageResource pageResource, Component comp, int i, String value)(Code)(Java Doc) public void setSwing(boolean iss)(Code)(Java Doc) public void setValidation(Component comp, String ruleName)(Code)(Java Doc) public void setViaReflection(String methodName, Component comp, Object value, boolean isBoolean)(Code)(Java Doc) public void setViaReflection(String methodName, Component comp, Object value, Class objectClass)(Code)(Java Doc)
|
|
|