![]() |
Gridarta Editor
|
Abstract base class for ArchetypeAttributes for lists. More...
Protected Member Functions | |
AbstractArchetypeAttributeList (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength) | |
Creates a new instance. More... | |
![]() | |
ArchetypeAttribute (@NotNull final String archetypeAttributeName, @NotNull final String attributeName, @NotNull final String description, final int inputLength) | |
Creates a new instance. More... | |
Additional Inherited Members | |
![]() | |
String | getArchetypeAttributeName () |
Returns the archetype attribute name. More... | |
String | getAttributeName () |
Returns the user interface attribute name. More... | |
String | getDescription () |
Returns the attribute's description. More... | |
int | getInputLength () |
Returns the input length in characters for text input fields. More... | |
String | toString () |
abstract void | visit (@NotNull ArchetypeAttributeVisitor visitor) |
Calls the. More... | |
![]() | |
static final int | TEXTFIELD_COLUMNS = 18 |
The width (columns) for input fields like textfields or JChooseBoxes. More... | |
Abstract base class for ArchetypeAttributes for lists.
Definition at line 29 of file AbstractArchetypeAttributeList.java.
|
protected |
Creates a new instance.
archetypeAttributeName | the archetype attribute name |
attributeName | the user interface attribute name |
description | the attribute's description |
inputLength | the input length in characters for text input fields |
Definition at line 38 of file AbstractArchetypeAttributeList.java.
References net.sf.gridarta.model.archetypetype.ArchetypeAttribute.archetypeAttributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.attributeName, net.sf.gridarta.model.archetypetype.ArchetypeAttribute.description, and net.sf.gridarta.model.archetypetype.ArchetypeAttribute.inputLength.