<control-tags> Element

Top-level tag for an XML file that defines Java control attributes. This tag can contain a control-tag element to define tags that apply to a Java control instance or extension (a JCX file) or a method-tag element to define tags that apply to a control method or callback.

Syntax

<control-tags editor-class="nameOfEditorClass" xmlns="http://www.bea.com/2003/03/controls">

Attributes

xmlns

Specifies the namespace for elements and attributes in a control-tags XML document.

Use: Required.

Type: xs:string

Allowable values: http://www.bea.com/2003/03/controls

Default value: http://www.bea.com/2003/03/controls

editor-class

Specifies the name of the class to use for handling behaviors in the IDE.

Use: Optional.

Type: xs:string

Allowable values: The fully-qualified name of a class that provides editor support.

Default value: None.

Hierarchy

Parent: None

Children: control-tag, method-tag.

Remarks

This is the root of a tag XML document.

Related Topics

Control Property Schema Reference

Tutorial: Java Control