|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDeclarationElement | |
|---|---|
| de.intarsys.tools.functor | |
| de.intarsys.tools.preferences | |
| Uses of IDeclarationElement in de.intarsys.tools.functor |
|---|
| Subinterfaces of IDeclarationElement in de.intarsys.tools.functor | |
|---|---|
interface |
IArgumentDeclaration
The declaration for an argument to an IFunctorCall. |
| Classes in de.intarsys.tools.functor that implement IDeclarationElement | |
|---|---|
class |
ArgumentDeclaration
An argument declaration supporting argument naming, default values and typing. |
class |
DeclarationElement
A common superclass for IDeclarationElement instances. |
| Methods in de.intarsys.tools.functor that return IDeclarationElement | |
|---|---|
IDeclarationElement |
IDeclarationBlock.getDeclarationElement(String name)
The IDeclarationElement for the given name. |
IDeclarationElement |
DeclarationBlock.getDeclarationElement(String name)
|
IDeclarationElement[] |
IDeclarationBlock.getDeclarationElements()
The array of IDeclarationElement instances in this block. |
IDeclarationElement[] |
DeclarationBlock.getDeclarationElements()
|
| Methods in de.intarsys.tools.functor with parameters of type IDeclarationElement | |
|---|---|
void |
IDeclarationBlock.addDeclarationElement(IDeclarationElement element)
Add an IDeclarationElement to this block; |
void |
DeclarationBlock.addDeclarationElement(IDeclarationElement pDeclaration)
|
void |
IDeclarationBlock.moveDown(IDeclarationElement element)
Move element to the position after its current position. |
void |
DeclarationBlock.moveDown(IDeclarationElement declaration)
|
void |
IDeclarationBlock.moveUp(IDeclarationElement element)
Move element to the position before its current position. |
void |
DeclarationBlock.moveUp(IDeclarationElement declaration)
|
boolean |
IDeclarationBlock.removeDeclarationElement(IDeclarationElement element)
Remove an IDeclarationElement from this block; |
boolean |
DeclarationBlock.removeDeclarationElement(IDeclarationElement declaration)
|
| Constructors in de.intarsys.tools.functor with parameters of type IDeclarationElement | |
|---|---|
DeclarationBlock(Object declarationContext,
IDeclarationElement[] declarations)
|
|
| Uses of IDeclarationElement in de.intarsys.tools.preferences |
|---|
| Methods in de.intarsys.tools.preferences with parameters of type IDeclarationElement | |
|---|---|
static void |
PreferencesTools.putArgsDeclared(IPreferences preferences,
IArgs args,
IDeclarationElement[] declarations,
boolean secret)
Serialize the declared argument bindings to a preferences node. |
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||