public class ComponentAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ComponentListener
Constructor and Description |
---|
ComponentAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
cursorChanged(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.Cursor arg1) |
void |
dragSourceChanged(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.DragSource arg1) |
void |
dropTargetChanged(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.DropTarget arg1) |
CallableWithArgs<Void> |
getCursorChanged() |
CallableWithArgs<Void> |
getDragSourceChanged() |
CallableWithArgs<Void> |
getDropTargetChanged() |
CallableWithArgs<Void> |
getHeightLimitsChanged() |
CallableWithArgs<Void> |
getLocationChanged() |
CallableWithArgs<Void> |
getMenuHandlerChanged() |
CallableWithArgs<Void> |
getNameChanged() |
CallableWithArgs<Void> |
getParentChanged() |
CallableWithArgs<Void> |
getPreferredSizeChanged() |
CallableWithArgs<Void> |
getSizeChanged() |
CallableWithArgs<Void> |
getTooltipDelayChanged() |
CallableWithArgs<Void> |
getTooltipTextChanged() |
CallableWithArgs<Void> |
getVisibleChanged() |
CallableWithArgs<Void> |
getWidthLimitsChanged() |
void |
heightLimitsChanged(org.apache.pivot.wtk.Component arg0,
int arg1,
int arg2) |
void |
locationChanged(org.apache.pivot.wtk.Component arg0,
int arg1,
int arg2) |
void |
menuHandlerChanged(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.MenuHandler arg1) |
void |
nameChanged(org.apache.pivot.wtk.Component arg0,
String arg1) |
void |
parentChanged(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.Container arg1) |
void |
preferredSizeChanged(org.apache.pivot.wtk.Component arg0,
int arg1,
int arg2) |
void |
setCursorChanged(CallableWithArgs<Void> cursorChanged) |
void |
setDragSourceChanged(CallableWithArgs<Void> dragSourceChanged) |
void |
setDropTargetChanged(CallableWithArgs<Void> dropTargetChanged) |
void |
setHeightLimitsChanged(CallableWithArgs<Void> heightLimitsChanged) |
void |
setLocationChanged(CallableWithArgs<Void> locationChanged) |
void |
setMenuHandlerChanged(CallableWithArgs<Void> menuHandlerChanged) |
void |
setNameChanged(CallableWithArgs<Void> nameChanged) |
void |
setParentChanged(CallableWithArgs<Void> parentChanged) |
void |
setPreferredSizeChanged(CallableWithArgs<Void> preferredSizeChanged) |
void |
setSizeChanged(CallableWithArgs<Void> sizeChanged) |
void |
setTooltipDelayChanged(CallableWithArgs<Void> tooltipDelayChanged) |
void |
setTooltipTextChanged(CallableWithArgs<Void> tooltipTextChanged) |
void |
setVisibleChanged(CallableWithArgs<Void> visibleChanged) |
void |
setWidthLimitsChanged(CallableWithArgs<Void> widthLimitsChanged) |
void |
sizeChanged(org.apache.pivot.wtk.Component arg0,
int arg1,
int arg2) |
void |
tooltipDelayChanged(org.apache.pivot.wtk.Component arg0,
int arg1) |
void |
tooltipTextChanged(org.apache.pivot.wtk.Component arg0,
String arg1) |
void |
visibleChanged(org.apache.pivot.wtk.Component arg0) |
void |
widthLimitsChanged(org.apache.pivot.wtk.Component arg0,
int arg1,
int arg2) |
public CallableWithArgs<Void> getTooltipTextChanged()
public CallableWithArgs<Void> getParentChanged()
public CallableWithArgs<Void> getSizeChanged()
public CallableWithArgs<Void> getPreferredSizeChanged()
public CallableWithArgs<Void> getWidthLimitsChanged()
public CallableWithArgs<Void> getHeightLimitsChanged()
public CallableWithArgs<Void> getLocationChanged()
public CallableWithArgs<Void> getVisibleChanged()
public CallableWithArgs<Void> getCursorChanged()
public CallableWithArgs<Void> getTooltipDelayChanged()
public CallableWithArgs<Void> getDragSourceChanged()
public CallableWithArgs<Void> getDropTargetChanged()
public CallableWithArgs<Void> getMenuHandlerChanged()
public CallableWithArgs<Void> getNameChanged()
public void setTooltipTextChanged(CallableWithArgs<Void> tooltipTextChanged)
public void setParentChanged(CallableWithArgs<Void> parentChanged)
public void setSizeChanged(CallableWithArgs<Void> sizeChanged)
public void setPreferredSizeChanged(CallableWithArgs<Void> preferredSizeChanged)
public void setWidthLimitsChanged(CallableWithArgs<Void> widthLimitsChanged)
public void setHeightLimitsChanged(CallableWithArgs<Void> heightLimitsChanged)
public void setLocationChanged(CallableWithArgs<Void> locationChanged)
public void setVisibleChanged(CallableWithArgs<Void> visibleChanged)
public void setCursorChanged(CallableWithArgs<Void> cursorChanged)
public void setTooltipDelayChanged(CallableWithArgs<Void> tooltipDelayChanged)
public void setDragSourceChanged(CallableWithArgs<Void> dragSourceChanged)
public void setDropTargetChanged(CallableWithArgs<Void> dropTargetChanged)
public void setMenuHandlerChanged(CallableWithArgs<Void> menuHandlerChanged)
public void setNameChanged(CallableWithArgs<Void> nameChanged)
public void tooltipTextChanged(org.apache.pivot.wtk.Component arg0, String arg1)
tooltipTextChanged
in interface org.apache.pivot.wtk.ComponentListener
public void parentChanged(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.Container arg1)
parentChanged
in interface org.apache.pivot.wtk.ComponentListener
public void sizeChanged(org.apache.pivot.wtk.Component arg0, int arg1, int arg2)
sizeChanged
in interface org.apache.pivot.wtk.ComponentListener
public void preferredSizeChanged(org.apache.pivot.wtk.Component arg0, int arg1, int arg2)
preferredSizeChanged
in interface org.apache.pivot.wtk.ComponentListener
public void widthLimitsChanged(org.apache.pivot.wtk.Component arg0, int arg1, int arg2)
widthLimitsChanged
in interface org.apache.pivot.wtk.ComponentListener
public void heightLimitsChanged(org.apache.pivot.wtk.Component arg0, int arg1, int arg2)
heightLimitsChanged
in interface org.apache.pivot.wtk.ComponentListener
public void locationChanged(org.apache.pivot.wtk.Component arg0, int arg1, int arg2)
locationChanged
in interface org.apache.pivot.wtk.ComponentListener
public void visibleChanged(org.apache.pivot.wtk.Component arg0)
visibleChanged
in interface org.apache.pivot.wtk.ComponentListener
public void cursorChanged(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.Cursor arg1)
cursorChanged
in interface org.apache.pivot.wtk.ComponentListener
public void tooltipDelayChanged(org.apache.pivot.wtk.Component arg0, int arg1)
tooltipDelayChanged
in interface org.apache.pivot.wtk.ComponentListener
public void dragSourceChanged(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.DragSource arg1)
dragSourceChanged
in interface org.apache.pivot.wtk.ComponentListener
public void dropTargetChanged(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.DropTarget arg1)
dropTargetChanged
in interface org.apache.pivot.wtk.ComponentListener
public void menuHandlerChanged(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.MenuHandler arg1)
menuHandlerChanged
in interface org.apache.pivot.wtk.ComponentListener
public void nameChanged(org.apache.pivot.wtk.Component arg0, String arg1)
nameChanged
in interface org.apache.pivot.wtk.ComponentListener