Package org.zkoss.zats.mimic.operation
Interface MoveAgent
-
- All Superinterfaces:
Agent,OperationAgent
public interface MoveAgent extends OperationAgent
The agent for moving operation. Supported components are Window and Panel.- Author:
- pao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmoveTo(int left, int top)To move a component.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-