axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since bd3e314 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[8780cbec] | 1 | package com.algomagic.atn; |
---|
| 2 | |
---|
| 3 | import att.grappa.*; |
---|
| 4 | |
---|
| 5 | public class TipAdapter extends GrappaAdapter { |
---|
| 6 | |
---|
| 7 | public TipAdapter( ) { |
---|
| 8 | super( ); |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | public void grappaClicked(Subgraph subg, |
---|
| 14 | Element elem, |
---|
| 15 | GrappaPoint pt, |
---|
| 16 | int modifiers, |
---|
| 17 | int clickCount, |
---|
| 18 | GrappaPanel panel) { |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | public void grappaDragged(Subgraph subg, |
---|
| 22 | GrappaPoint currentPt, |
---|
| 23 | int currentModifiers, |
---|
| 24 | Element pressedElem, |
---|
| 25 | GrappaPoint pressedPt, |
---|
| 26 | int pressedModifiers, |
---|
| 27 | GrappaBox outline, |
---|
| 28 | GrappaPanel panel) { |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | public void grappaPressed(Subgraph subg, |
---|
| 33 | Element elem, |
---|
| 34 | GrappaPoint pt, |
---|
| 35 | int modifiers, |
---|
| 36 | GrappaPanel panel) { |
---|
| 37 | |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | public void grappaReleased(Subgraph subg, |
---|
| 41 | Element elem, |
---|
| 42 | GrappaPoint pt, |
---|
| 43 | int modifiers, |
---|
| 44 | Element pressedElem, |
---|
| 45 | GrappaPoint pressedPt, |
---|
| 46 | int pressedModifiers, |
---|
| 47 | GrappaBox outline, |
---|
| 48 | GrappaPanel panel) { |
---|
| 49 | } |
---|
| 50 | |
---|
| 51 | |
---|
| 52 | |
---|
| 53 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.