|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.properties.Property
org.netbeans.jellytools.properties.RectangleProperty
public class RectangleProperty
Operator serving property of type Rectangle
| Field Summary |
|---|
| Fields inherited from class org.netbeans.jellytools.properties.Property |
|---|
CHECKBOX_RENDERER, COMBOBOX_RENDERER, property, propertySheetOper, RADIOBUTTON_RENDERER, SET_RENDERER, STRING_RENDERER |
| Constructor Summary | |
|---|---|
RectangleProperty(PropertySheetOperator propertySheetOper,
String name)
Creates a new instance of RectangleProperty |
|
| Method Summary | |
|---|---|
String[] |
getRectangleValue()
getter for Rectangle value through Custom Editor |
RectangleCustomEditorOperator |
invokeCustomizer()
invokes custom property editor and returns proper custom editor operator |
void |
setRectangleValue(String x,
String y,
String width,
String height)
setter for Rectangle value through Custom Editor |
void |
verify()
Performs verification by accessing all sub-components |
| Methods inherited from class org.netbeans.jellytools.properties.Property |
|---|
canEditAsText, getName, getRendererName, getRow, getShortDescription, getValue, isEnabled, openEditor, setDefaultValue, setValue, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleProperty(PropertySheetOperator propertySheetOper,
String name)
propertySheetOper - PropertySheetOperator where to find property.name - String property name| Method Detail |
|---|
public RectangleCustomEditorOperator invokeCustomizer()
public void setRectangleValue(String x,
String y,
String width,
String height)
x - String xy - String ywidth - String widthheight - String heightpublic String[] getRectangleValue()
public void verify()
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||