ControlTag Interface

com.bea.ide.control
ControlTag Interface

public interface ControlTag

    extends ControlBehaviorContext

All Superinterfaces
ControlBehaviorContext, EditorContext

Method Summary

public ControlAttribute[]
getAttributes()
Returns the attributes contained by this annotation.
 
Methods from interface com.bea.ide.control.ControlBehaviorContext
getName, getParent, getTags
 
Methods from interface com.bea.ide.control.EditorContext
ensureServerRunning, getComponentsDir, getLogPrintStream, getMBeanHome, getProjectDir, invokeBrowser
   

Method Detail

getAttributes() Method

public ControlAttribute[] getAttributes()
Returns the attributes contained by this annotation. This will never be null, but may be zero-length.

Returns

An array of this annotation's attributes.