|
Groovy 1.7.1 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
groovy.swing.binding.AbstractSyntheticBinding
groovy.swing.binding.AbstractJComponentBinding
class AbstractJComponentBinding extends AbstractSyntheticBinding
| Field Summary | |
|---|---|
JComponent |
boundComponent
|
String |
propertyName
|
| Fields inherited from class AbstractFullBinding | |
|---|---|
| converter, reverseConverter, sourceBinding, targetBinding, validator |
| Constructor Summary | |
AbstractJComponentBinding(PropertyBinding source, TargetBinding target, String propertyName)
|
|
| Method Summary | |
|---|---|
void
|
componentHidden(ComponentEvent event)
|
void
|
componentMoved(ComponentEvent event)
|
void
|
componentResized(ComponentEvent event)
|
void
|
componentShown(ComponentEvent event)
|
void
|
propertyChange(PropertyChangeEvent event)
|
void
|
syntheticBind()
|
void
|
syntheticUnbind()
|
| Methods inherited from class AbstractSyntheticBinding | |
|---|---|
| bind, rebind, setSourceBinding, setTargetBinding, syntheticBind, syntheticUnbind, unbind |
| Methods inherited from class AbstractFullBinding | |
|---|---|
| getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Field Detail |
|---|
JComponent boundComponent
String propertyName
| Constructor Detail |
|---|
public AbstractJComponentBinding(PropertyBinding source, TargetBinding target, String propertyName)
| Method Detail |
|---|
public void componentHidden(ComponentEvent event)
public void componentMoved(ComponentEvent event)
public void componentResized(ComponentEvent event)
public void componentShown(ComponentEvent event)
public void propertyChange(PropertyChangeEvent event)
public void syntheticBind()
public void syntheticUnbind()
Copyright © 2003-2010 The Codehaus. All rights reserved.