All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
cursorChanged(Component arg0,
Cursor arg1) |
void |
dragSourceChanged(Component arg0,
DragSource arg1) |
void |
dropTargetChanged(Component arg0,
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(Component arg0,
int arg1,
int arg2) |
void |
locationChanged(Component arg0,
int arg1,
int arg2) |
void |
menuHandlerChanged(Component arg0,
MenuHandler arg1) |
void |
nameChanged(Component arg0,
String arg1) |
void |
parentChanged(Component arg0,
Container arg1) |
void |
preferredSizeChanged(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(Component arg0,
int arg1,
int arg2) |
void |
tooltipDelayChanged(Component arg0,
int arg1) |
void |
tooltipTextChanged(Component arg0,
String arg1) |
void |
visibleChanged(Component arg0) |
void |
widthLimitsChanged(Component arg0,
int arg1,
int arg2) |