Lines Matching defs:action

53 	int action;
96 public pmInstallPrinter(pmTop myTop, int action) throws pmGuiException {
102 this.action = action;
108 switch (action) {
281 if (action != Constants.MODIFYREMOTE) {
294 Debug.message("CLNT: default cancel action");
300 if (action == Constants.ADDLOCAL || action == Constants.ADDNETWORK) {
491 if (action != Constants.MODIFYREMOTE) {
493 if ((action == Constants.ADDLOCAL) ||
494 (action == Constants.MODIFYATTACHED)) {
499 if ((action == Constants.ADDLOCAL) ||
500 (action == Constants.ADDNETWORK)) {
514 if ((action == Constants.MODIFYATTACHED) ||
515 (action == Constants.MODIFYNETWORK)) {
537 if (action == Constants.ADDNETWORK ||
538 action == Constants.MODIFYNETWORK) {
559 if ((action == Constants.ADDLOCAL) ||
560 (action == Constants.ADDNETWORK)) {
587 if (action == Constants.MODIFYATTACHED ||
588 action == Constants.MODIFYNETWORK ||
589 action == Constants.MODIFYREMOTE) {
595 if (action != Constants.MODIFYREMOTE) {
596 if (action == Constants.ADDLOCAL) {
601 } else if (action == Constants.MODIFYATTACHED) {
609 if ((action == Constants.ADDLOCAL) ||
610 (action == Constants.ADDNETWORK)) {
624 if ((action == Constants.MODIFYATTACHED) ||
625 (action == Constants.MODIFYNETWORK)) {
655 if (action == Constants.MODIFYATTACHED ||
656 action == Constants.MODIFYNETWORK) {
662 if (action == Constants.ADDNETWORK ||
663 action == Constants.MODIFYNETWORK) {
671 if (action == Constants.MODIFYNETWORK)
677 if (action == Constants.MODIFYATTACHED ||
678 action == Constants.MODIFYNETWORK) {
1424 if (action == Constants.ADDLOCAL ||
1425 action == Constants.ADDNETWORK ||
1426 action == Constants.MODIFYATTACHED) {
1436 if (action != Constants.MODIFYREMOTE) {
1448 if (action == Constants.MODIFYNETWORK)
1487 if (action == Constants.MODIFYATTACHED ||
1488 action == Constants.MODIFYNETWORK ||
1489 action == Constants.MODIFYREMOTE)
1498 if (action == Constants.ADDLOCAL ||
1499 action == Constants.ADDNETWORK) {
1552 Debug.message("CLNT:pmInstPr:doAction: action " + action);
1560 switch (action) {
1671 "Continue.action.for.this.printer?"));
2088 if (action == Constants.ADDLOCAL) {
2092 if (action == Constants.ADDNETWORK) {
2180 // set focus to initial field, depending on which action is tbd