Defines this category by giving it a name, and possibly a description as well. The defined property automatically becomes true
.
Notification is sent to all listeners that something has changed.
@param name The name of this command; must not benull
.
@param description The description for this command; may be null
.
Defines this command by giving it a name, and possibly a description as well. The defined property automatically becomes true
.
Notification is sent to all listeners that something has changed.
@param name The name of this command; must not benull
.
@param description The description for this command; may be null
.
@param category The category for this command; must not be null
.
@since 3.2
Defines this parameter type, setting the defined property to true
.
Notification is sent to all listeners that something has changed.
@param type a string identifying the Java object type for this parameter type;null
is interpreted as "java.lang.Object"
@param parameterTypeConverter an {@link AbstractParameterValueConverter} to performstring/object conversions for parameter values; may be null
Defines this context by giving it a name, and possibly a description and a parent identifier as well. The defined property automatically becomes true
.
Notification is sent to all listeners that something has changed.
@param name The name of this context; must not benull
.
@param description The description for this context; may be null
.
@param parentId The parent identifier for this context; may be null
.
Defines this scheme by giving it a name, and possibly a description and a parent identifier as well. The defined property for the scheme automatically becomes true
.
Notification is sent to all listeners that something has changed.
@param name The name of this scheme; must not benull
.
@param description The description for this scheme; may be null
.
@param parentId The parent identifier for this scheme; may be null
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|