| Modifier and Type | Field and Description |
|---|---|
| public String | |
| private Class | |
| private static Map | |
| private Field | |
| private static Map | |
| public Method | |
| public Class | |
| public String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean | |
| private Object | |
| private synchronized Object | |
| private static synchronized Class | |
| private void | |
| private void | |
| private void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| __name__ | back to summary |
|---|---|
| public String __name__ | |
| adapterClass | back to summary |
|---|---|
| private Class<?> adapterClass | |
| adapterClasses | back to summary |
|---|---|
| private static Map<String, Class<?>> adapterClasses | |
| adapterField | back to summary |
|---|---|
| private Field adapterField | |
| adapters | back to summary |
|---|---|
| private static Map<Object, Map<String, WeakReference<Object>>> adapters | |
| addMethod | back to summary |
|---|---|
| public Method addMethod | |
| eventClass | back to summary |
|---|---|
| public Class<?> eventClass | |
| eventName | back to summary |
|---|---|
| public String eventName | |
| PyBeanEventProperty | back to summary |
|---|---|
| public PyBeanEventProperty(String eventName, Class<?> eventClass, Method addMethod, Method eventMethod) | |
| _doget | back to summary |
|---|---|
| public PyObject _doget(PyObject self) Overrides org.
| |
| _doset | back to summary |
|---|---|
| public boolean _doset(PyObject self, PyObject value) Overrides org.
| |
| getAdapter | back to summary |
|---|---|
| private Object getAdapter(Object o, String evc) | |
| getAdapter | back to summary |
|---|---|
| private synchronized Object getAdapter(Object self) | |
| getAdapterClass | back to summary |
|---|---|
| private static synchronized Class | |
| initAdapter | back to summary |
|---|---|
| private void initAdapter() | |
| putAdapter | back to summary |
|---|---|
| private void putAdapter(Object o, String evc, Object ad) | |
| setFunction | back to summary |
|---|---|
| private void setFunction(Object self, PyObject callable) | |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |