|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use VariantBean | |
---|---|
rle.core.vm | |
rle.vm |
Uses of VariantBean in rle.core.vm |
---|
Constructors in rle.core.vm with parameters of type VariantBean | |
---|---|
Variant(VariantBean bean)
|
Uses of VariantBean in rle.vm |
---|
Fields in rle.vm declared as VariantBean | |
---|---|
protected VariantBean |
TreeTool.currentVariant
|
protected VariantBean |
AbstractForm.variant
|
Methods in rle.vm that return VariantBean | |
---|---|
protected abstract VariantBean |
TreeTool.createVariant()
Create a new variant. |
VariantBean |
VariantMgr.createVariant()
Create a new variant. |
protected abstract VariantBean |
TreeTool.findVariant(java.lang.String key)
Locate a particular variant based on its key. |
VariantBean |
VariantMgr.findVariant(java.lang.String key)
Locate a particular variant based on its key. |
VariantBean |
TreeTool.getCurrentVariant()
|
Methods in rle.vm that return types with arguments of type VariantBean | |
---|---|
protected abstract java.util.ArrayList<VariantBean> |
TreeTool.availableVariants()
Generate a list of available variants according to the particular implementation. |
java.util.ArrayList<VariantBean> |
VariantMgr.availableVariants()
Generate a list of available variants according to the particular implementation. |
protected abstract java.util.ArrayList<VariantBean> |
TreeTool.recentVariants()
Retrieve the list of recently used variants, for use in populating the items in the file menu. |
java.util.ArrayList<VariantBean> |
VariantMgr.recentVariants()
Retrieve the list of recently used variants, for use in populating the items in the file menu. |
Methods in rle.vm with parameters of type VariantBean | |
---|---|
protected abstract void |
TreeTool.addRecentVariant(VariantBean variant)
Add this variant to the list of recent variants. |
void |
VariantMgr.addRecentVariant(VariantBean variant)
Add this variant to the list of recent variants. |
abstract InfoGroupNode |
TreeTool.createRootNode(VariantBean variant)
Create a root node from the data file for this variant. |
InfoGroupNode |
VariantMgr.createRootNode(VariantBean variant)
Create a root node from the data file for this variant. |
abstract SchemaBean |
TreeTool.createSchema(VariantBean variant)
Create a schema from the schema file for this variant. |
SchemaBean |
VariantMgr.createSchema(VariantBean variant)
Create a schema from the schema file for this variant. |
void |
TreeTool.openVariant(VariantBean variant)
Open a variant for editing or viewing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |