public class SwingAdapter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SwingAdapter.RunException |
Modifier and Type | Method and Description |
---|---|
static ActionListener |
getActionListener(Object obj,
String methodName) |
static ItemListener |
getItemListener(Object obj,
String methodName) |
static Runnable |
getRunnable(Object obj,
String methodName) |
public static ActionListener getActionListener(Object obj, String methodName)
public static Runnable getRunnable(Object obj, String methodName)
public static ItemListener getItemListener(Object obj, String methodName)
Copyright © 2004–2014. All rights reserved.