Package | Description |
---|---|
casa.extensions |
Modifier and Type | Field and Description |
---|---|
private ExtensionDescriptor[] |
ExtensionsDialog.allDescriptors |
protected ExtensionDescriptor |
Extension.descriptor
The object that contains a lot of the detail about this extension, including the ATTR_* attributes.
|
Modifier and Type | Method and Description |
---|---|
(package private) ExtensionDescriptor[] |
ExtensionLoader.getAllExtensionDescriptors() |
Modifier and Type | Method and Description |
---|---|
int |
ExtensionDescriptor.compareTo(ExtensionDescriptor o)
Compares on the basis of
type
sourceFilename (existing or not existing and both existing)
index
|
Constructor and Description |
---|
CodeExtension(ExtensionDescriptor d)
Loads the class specified by the descriptor's
CodeExtension.ATTR_MAINCLASS . |
Extension(ExtensionDescriptor d)
Every Extension object must have a descriptor.
|
LispScriptExtension(ExtensionDescriptor d) |
TabExtension(ExtensionDescriptor d)
Constructs a new tab extension.
|