public class InteractiveCompiling
extends java.lang.Object
Constructor and Description |
---|
InteractiveCompiling(CompilingMethods compilingMethods,
long finalTree,
org.eclipse.core.resources.IFile sourceFile,
GraphValue graphValue,
CompilationUtils compilationUtils) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Button |
createButton(org.eclipse.swt.widgets.Group group,
java.lang.String buttonName)
This method creates a button and inserts it in a group
|
org.eclipse.swt.widgets.Group |
createGroup(org.eclipse.swt.widgets.Shell shell,
java.lang.String groupName)
This method creates a group of buttons and inserts it in a shell
|
public InteractiveCompiling(CompilingMethods compilingMethods, long finalTree, org.eclipse.core.resources.IFile sourceFile, GraphValue graphValue, CompilationUtils compilationUtils)
public org.eclipse.swt.widgets.Button createButton(org.eclipse.swt.widgets.Group group, java.lang.String buttonName)
group
- the group where the button will be insertedbuttonName
- the name of the buttonpublic org.eclipse.swt.widgets.Group createGroup(org.eclipse.swt.widgets.Shell shell, java.lang.String groupName)
shell
- the shell where the group of buttons will be insertedgroupName
- the name of the group