See: Description
Interface | Description |
---|---|
CreoleParameter.NoElementType |
Dummy type used to signify that no value has been supplied for
CreoleParameter.collectionElementType() . |
Enum | Description |
---|---|
GuiType |
Enumeration defining the allowable GUI types for
CreoleResource.guiType() . |
Annotation Type | Description |
---|---|
AutoInstance |
Annotation used to define an instance of a resource that is created
automatically when the plugin is loaded.
|
AutoInstanceParam |
Holder for a single name/value pair for a parameter to an
auto-instance.
|
CreoleParameter |
Annotation used to define a parameter to a CREOLE resource.
|
CreoleResource |
Annotates a CREOLE resource type.
|
HiddenCreoleParameter |
Annotation used to mark parameters that should not be inherited from
superclasses.
|
Optional |
Marker annotation used in conjunction with
CreoleParameter to mark
parameters that are optional. |
RunTime |
Marker annotation used in conjunction with
CreoleParameter to mark
parameters that are runtime parameters as opposed to init-time ones. |
Sharable |
Marker interface used to mark the setter methods of JavaBean
properties that are sharable.
|
Copyright © 2024 GATE. All rights reserved.