|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.workflow.definer.WfInternalMethodTemplateSpec
Nested Class Summary | |
(package private) class |
WfInternalMethodTemplateSpec.SymItem
Deprecated. |
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) Label |
closeParen
Deprecated. |
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
Deprecated. |
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine2
Deprecated. |
(package private) Choice |
methodNameChoice
Deprecated. |
(package private) Label |
methodNameLabel
Deprecated. |
(package private) Method[] |
methods
Deprecated. |
(package private) Label |
openParen
Deprecated. |
(package private) Panel |
parameterPanel
Deprecated. |
(package private) Label |
parametersLabel
Deprecated. |
(package private) Label |
returnLabel
Deprecated. |
(package private) Panel |
returnPanel
Deprecated. |
(package private) Choice |
serviceClassChoice
Deprecated. |
(package private) Label |
serviceClassLabel
Deprecated. |
(package private) Class[] |
services
Deprecated. |
(package private) Panel |
signaturePanel
Deprecated. |
(package private) WfVariableInfo[] |
variableList
Deprecated. |
private static String |
versionID
Deprecated. |
(package private) WfInternalMethodTemplateEditor |
wfInternalMethodTemplateEditor
Deprecated. |
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WfInternalMethodTemplateSpec(WfInternalMethodTemplateEditor wf_internal_method_editor)
Deprecated. |
Method Summary | |
private Choice |
buildChoice(Class variable_class)
Deprecated. |
(package private) void |
initialize()
Deprecated. |
private void |
initializeMethodChoice()
Deprecated. |
private void |
initializeMethodReturn()
Deprecated. Synchronized because initialization could be happing at the same time as request focus. |
private void |
initializeParameterList()
Deprecated. Synchronized because initialization could be happing at the same time as request focus. |
(package private) void |
methodNameChoice_ItemStateChanged(ItemEvent event)
Deprecated. |
void |
requestFocus()
Deprecated. |
(package private) void |
save()
Deprecated. |
(package private) void |
targetClassChoice_ItemStateChanged(ItemEvent event)
Deprecated. |
Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String versionID
WfInternalMethodTemplateEditor wfInternalMethodTemplateEditor
WfVariableInfo[] variableList
Class[] services
Method[] methods
Label serviceClassLabel
Choice serviceClassChoice
Label methodNameLabel
Choice methodNameChoice
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Label returnLabel
Panel returnPanel
Label parametersLabel
Panel signaturePanel
Label openParen
Panel parameterPanel
Label closeParen
symantec.itools.awt.shape.HorizontalLine horizontalLine2
Constructor Detail |
public WfInternalMethodTemplateSpec(WfInternalMethodTemplateEditor wf_internal_method_editor)
Method Detail |
public void requestFocus()
void save() throws WTException
WTException
void initialize()
private void initializeMethodChoice()
private void initializeMethodReturn()
private void initializeParameterList()
private Choice buildChoice(Class variable_class)
void targetClassChoice_ItemStateChanged(ItemEvent event)
void methodNameChoice_ItemStateChanged(ItemEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |