|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDeclarationBlock | |
|---|---|
| de.intarsys.tools.functor | |
| de.intarsys.tools.preferences | |
| Uses of IDeclarationBlock in de.intarsys.tools.functor |
|---|
| Classes in de.intarsys.tools.functor that implement IDeclarationBlock | |
|---|---|
class |
DeclarationBlock
A generic implementation for IDeclarationBlock. |
| Methods in de.intarsys.tools.functor that return IDeclarationBlock | |
|---|---|
IDeclarationBlock |
IDeclarationSupport.getDeclarationBlock()
The block of declarations available so far for this. |
IDeclarationBlock |
ArgumentDeclaration.getDeclarationBlock()
|
| Methods in de.intarsys.tools.functor with parameters of type IDeclarationBlock | |
|---|---|
IArgs |
ArgumentDeclarator.apply(IDeclarationBlock declarationBlock,
IArgs args)
|
static ArgumentDeclaration |
ArgumentDeclaration.declare(IDeclarationBlock declarationBlock,
String pPath,
String pModifiers,
Object pDefaultValue,
Class pType)
|
static ArgumentDeclaration |
ArgumentDeclaration.declare(IDeclarationBlock declarationBlock,
String pPath,
String pModifiers,
Object pDefaultValue,
Class pType,
String description)
|
| Uses of IDeclarationBlock in de.intarsys.tools.preferences |
|---|
| Methods in de.intarsys.tools.preferences with parameters of type IDeclarationBlock | |
|---|---|
static void |
PreferencesTools.putArgs(IPreferences preferences,
IArgs args,
IDeclarationBlock block)
Serialize the declared argument bindings to a preferences node. |
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||