|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseExpressionEditorKeysInterface
This interface defines keys used to retrieve the visual components for the BaseExpressionEditor from its component map. These keys are the component keys needed to access the components from the map via a CompositeComponentInterface.
For More Information:
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
BaseExpressionEditor
,
CompositeComponentInterface
Field Summary | |
---|---|
static java.lang.String |
BASEEXPRESSIONEDITOR_ADD_BUTTON
Component key for the add button of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_CLEAR_BUTTON
Component key for the parenthesize button of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_DIVIDE_BUTTON
Component key for the divide button of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_EXPRESSION_AREA
Component key for the editor area of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_EXPRESSION_LABEL
Component key for the label of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_HELP_TEXT
Component key for the help text of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_MULTIPLY_BUTTON
Component key for the multiply button of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_NETSCAPE_HELP_TEXT
Component key for the Netscape help text of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_PARENTHESIZE_BUTTON
Component key for the parenthesize button of the base expression editor |
static java.lang.String |
BASEEXPRESSIONEDITOR_SUBTRACT_BUTTON
Component key for the subtract button of the base expression editor |
Field Detail |
---|
static final java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_LABEL
static final java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_AREA
static final java.lang.String BASEEXPRESSIONEDITOR_ADD_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_SUBTRACT_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_MULTIPLY_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_DIVIDE_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_PARENTHESIZE_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_CLEAR_BUTTON
static final java.lang.String BASEEXPRESSIONEDITOR_HELP_TEXT
static final java.lang.String BASEEXPRESSIONEDITOR_NETSCAPE_HELP_TEXT
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |