|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cs.piccolo.event.PBasicInputEventHandler edu.umd.cs.piccolo.PInputManager edu.umd.cfar.lamp.viper.gui.canvas.CanvasCreator edu.umd.cfar.lamp.viper.gui.data.obox.OboxCreator
Constructor Summary | |
OboxCreator(CreatorAssistant a,
Attribute attr)
|
Method Summary | |
void |
displaySelected()
|
java.lang.String |
getName()
|
void |
initObox()
Once the mouse has been released, this draws the top edge and a small part of the left edge. |
void |
keyPressed(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mouseDragged(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mousePressed(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mouseReleased(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
reset()
|
Methods inherited from class edu.umd.cfar.lamp.viper.gui.canvas.CanvasCreator |
getAssistant, getAttribute, getColorTable, setAttribute, setAttrValueInMediator, stop |
Methods inherited from class edu.umd.cs.piccolo.PInputManager |
checkForMouseEnteredAndExited, getCurrentCanvasPosition, getKeyboardFocus, getLastCanvasPosition, getMouseFocus, getMouseOver, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseWheelRotated, mouseWheelRotatedByBlock, processEventFromCamera, processInput, setKeyboardFocus, setMouseFocus, setMouseOver |
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler |
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, paramString, processEvent, setEventFilter, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OboxCreator(CreatorAssistant a, Attribute attr)
Method Detail |
public void displaySelected()
displaySelected
in class CanvasCreator
public java.lang.String getName()
getName
in class CanvasCreator
public void reset()
public void keyPressed(edu.umd.cs.piccolo.event.PInputEvent e)
public void mousePressed(edu.umd.cs.piccolo.event.PInputEvent e)
public void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent e)
public void mouseReleased(edu.umd.cs.piccolo.event.PInputEvent e)
public void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
public void initObox()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |