|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Canvas | +--go.GoInterfaceE
Field Summary | |
go.E |
e
|
go.ExecuteFunc |
executeFunc
|
Go |
go
Variable containing the Go context that was created with this interface. |
go.EventQE |
head
|
double[] |
keyTypedArg
|
int |
keyTypedIndex
|
double[] |
mouseDraggedArg
|
int |
mouseDraggedIndex
|
double[] |
mousePressedArg
|
int |
mousePressedIndex
|
double[] |
mouseReleasedArg
|
int |
mouseReleasedIndex
|
int |
renderIndex
|
boolean |
scriptGood
|
double[] |
sizeArg
|
int |
sizeIndex
|
java.lang.Thread |
thread
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
GoInterfaceE()
|
Method Summary | |
void |
addCompileExecute(java.lang.String script,
java.lang.String scriptName)
|
void |
addExecuteCode()
|
void |
addExecuteFunc(int funcIndex,
int argCount,
double[] arg)
|
void |
compileError(java.lang.String file,
int line,
java.lang.String message)
|
void |
compileMessage(java.lang.String message)
|
void |
compileSuccess()
|
void |
execute()
|
void |
initEventFuncIndex()
|
void |
initEventQE()
|
void |
initializeGo()
|
void |
keyTyped(char key)
|
void |
mouseDragged(int x,
int y)
|
void |
mousePressed(int x,
int y)
|
void |
mouseReleased(int x,
int y)
|
void |
paint(java.awt.Graphics g)
|
void |
render()
|
void |
rerender()
|
void |
run()
|
void |
runtimeError(java.lang.String file,
int line,
java.lang.String message)
|
void |
size(int width,
int height)
|
void |
swap()
|
void |
update(java.awt.Graphics g)
|
Methods inherited from class java.awt.Canvas |
addNotify |
Methods inherited from class java.awt.Component |
action,
add,
addComponentListener,
addFocusListener,
addInputMethodListener,
addKeyListener,
addMouseListener,
addMouseMotionListener,
addPropertyChangeListener,
addPropertyChangeListener,
bounds,
checkImage,
checkImage,
coalesceEvents,
contains,
contains,
createImage,
createImage,
deliverEvent,
disable,
disableEvents,
dispatchEvent,
doLayout,
enable,
enable,
enableEvents,
enableInputMethods,
firePropertyChange,
getAlignmentX,
getAlignmentY,
getBackground,
getBounds,
getBounds,
getColorModel,
getComponentAt,
getComponentAt,
getComponentOrientation,
getCursor,
getDropTarget,
getFont,
getFontMetrics,
getForeground,
getGraphics,
getHeight,
getInputContext,
getInputMethodRequests,
getLocale,
getLocation,
getLocation,
getLocationOnScreen,
getMaximumSize,
getMinimumSize,
getName,
getParent,
getPeer,
getPreferredSize,
getSize,
getSize,
getToolkit,
getTreeLock,
getWidth,
getX,
getY,
gotFocus,
handleEvent,
hasFocus,
hide,
imageUpdate,
inside,
invalidate,
isDisplayable,
isDoubleBuffered,
isEnabled,
isFocusTraversable,
isLightweight,
isOpaque,
isShowing,
isValid,
isVisible,
keyDown,
keyUp,
layout,
list,
list,
list,
list,
list,
locate,
location,
lostFocus,
minimumSize,
mouseDown,
mouseDrag,
mouseEnter,
mouseExit,
mouseMove,
mouseUp,
move,
nextFocus,
paintAll,
paramString,
postEvent,
preferredSize,
prepareImage,
prepareImage,
print,
printAll,
processComponentEvent,
processEvent,
processFocusEvent,
processInputMethodEvent,
processKeyEvent,
processMouseEvent,
processMouseMotionEvent,
remove,
removeComponentListener,
removeFocusListener,
removeInputMethodListener,
removeKeyListener,
removeMouseListener,
removeMouseMotionListener,
removeNotify,
removePropertyChangeListener,
removePropertyChangeListener,
repaint,
repaint,
repaint,
repaint,
requestFocus,
reshape,
resize,
resize,
setBackground,
setBounds,
setBounds,
setComponentOrientation,
setCursor,
setDropTarget,
setEnabled,
setFont,
setForeground,
setLocale,
setLocation,
setLocation,
setName,
setSize,
setSize,
setVisible,
show,
show,
size,
toString,
transferFocus,
validate |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public java.lang.Thread thread
public go.EventQE head
public go.E e
public boolean scriptGood
public go.ExecuteFunc executeFunc
public int renderIndex
public int sizeIndex
public int keyTypedIndex
public int mousePressedIndex
public int mouseReleasedIndex
public int mouseDraggedIndex
public Go go
public double[] sizeArg
public double[] keyTypedArg
public double[] mousePressedArg
public double[] mouseReleasedArg
public double[] mouseDraggedArg
Constructor Detail |
public GoInterfaceE()
Method Detail |
public void initEventFuncIndex()
public void initEventQE()
public void initializeGo()
public void rerender()
public void render() throws go.ExecuteException
public void size(int width, int height) throws go.ExecuteException
public void keyTyped(char key) throws go.ExecuteException
public void mousePressed(int x, int y) throws go.ExecuteException
public void mouseReleased(int x, int y) throws go.ExecuteException
public void mouseDragged(int x, int y) throws go.ExecuteException
public void swap()
public void compileSuccess()
public void execute() throws go.ExecuteException
public void compileMessage(java.lang.String message)
public void compileError(java.lang.String file, int line, java.lang.String message)
public void runtimeError(java.lang.String file, int line, java.lang.String message)
public void run()
public void addCompileExecute(java.lang.String script, java.lang.String scriptName)
public void addExecuteCode()
public void addExecuteFunc(int funcIndex, int argCount, double[] arg) throws go.ExecuteException
public void update(java.awt.Graphics g)
public void paint(java.awt.Graphics g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |