Uses of Class
com.iizigo.prop.PropertyEditor.Node
Packages that use PropertyEditor.Node Package Description com.iizigo.prop Uses of PropertyEditor.Node in com.iizigo.prop
Methods in com.iizigo.prop that return PropertyEditor.Node Modifier and Type Method Description PropertyEditor.Node
DefinedButton. getNode()
Gets the node.Methods in com.iizigo.prop with parameters of type PropertyEditor.Node Modifier and Type Method Description void
MultiPropEditor. completeCreate(MultiPropLabel mpl, PropertyEditor.Node node)
Complete the creation.MultiPropEditor
PropertyEditorInfo. createControls(PropertyEditor editor, org.eclipse.swt.widgets.Composite entryPart, com.iizigo.prop.PropertyEditorLayout pl, MultiPropLabel mlabel, DefinedButton definedButton, PropertyEditor.Node node, PropCnr[] containers)
Creates the controls required.void
DefinedButton. registerPropLabel(IPropertyEditorController controller, PropLabel label, PropertyEditor.Node node)
Registers a property and label.Constructors in com.iizigo.prop with parameters of type PropertyEditor.Node Constructor Description MultiPropCnr(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount)
Constructs the container for the property editor.