Lines Matching defs:id

274     static WidgetType getWidgetType(JComponent c, Region id) {
275 Object value = regionToWidgetTypeMap.get(id);
312 } else if (id == Region.LABEL) {
323 } else if (id == Region.TEXT_FIELD) {
330 } else if (id == Region.FORMATTED_TEXT_FIELD) {
337 } else if (id == Region.ARROW_BUTTON) {
379 Region id, int state, ShadowType shadowType, ArrowType direction,
383 int widget = getWidgetType(context.getComponent(), id).ordinal();
389 Region id, int state, ShadowType shadowType,
396 int widget = getWidgetType(context.getComponent(), id).ordinal();
402 Region id, int state, ShadowType shadowType,
407 int widget = getWidgetType(context.getComponent(), id).ordinal();
413 Region id, String detail, int x, int y, int w, int h) {
416 int widget = getWidgetType(context.getComponent(), id).ordinal();
421 Region id, int state, ExpanderStyle expanderStyle, String detail,
425 int widget = getWidgetType(context.getComponent(), id).ordinal();
431 Region id, int state, ShadowType shadowType, String detail,
435 int widget = getWidgetType(context.getComponent(), id).ordinal();
441 Region id, int state, ShadowType shadowType, String detail,
445 int widget = getWidgetType(context.getComponent(), id).ordinal();
452 Region id, int state, String detail, int x, int y, int w, int h) {
455 int widget = getWidgetType(context.getComponent(), id).ordinal();
460 Region id, int state, ShadowType shadowType, String detail,
464 int widget = getWidgetType(context.getComponent(), id).ordinal();
470 Region id, int state, String detail, int x, int y, int w, int h) {
473 int widget = getWidgetType(context.getComponent(), id).ordinal();
478 Region id, String detail, int x, int y, int w, int h) {
481 int widget = getWidgetType(context.getComponent(), id).ordinal();
486 Region id, int state, ShadowType shadowType, String detail,
493 int widget = getWidgetType(context.getComponent(), id).ordinal();
499 Region id, int state, ShadowType shadowType, String detail,
503 int widget = getWidgetType(context.getComponent(), id).ordinal();
509 Region id, int state, String detail, int x, int y, int w, int h) {
512 int widget = getWidgetType(context.getComponent(), id).ordinal();
517 Region id, int state, Color color, int x, int y, int w, int h) {
520 int widget = getWidgetType(context.getComponent(), id).ordinal();
630 void setRangeValue(SynthContext context, Region id,
632 int widget = getWidgetType(context.getComponent(), id).ordinal();