public class ViewportAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ViewportListener
| Constructor and Description | 
|---|
| ViewportAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| CallableWithArgs<Void> | getScrollLeftChanged() | 
| CallableWithArgs<Void> | getScrollTopChanged() | 
| CallableWithArgs<Void> | getViewChanged() | 
| void | scrollLeftChanged(org.apache.pivot.wtk.Viewport arg0,
                 int arg1) | 
| void | scrollTopChanged(org.apache.pivot.wtk.Viewport arg0,
                int arg1) | 
| void | setScrollLeftChanged(CallableWithArgs<Void> scrollLeftChanged) | 
| void | setScrollTopChanged(CallableWithArgs<Void> scrollTopChanged) | 
| void | setViewChanged(CallableWithArgs<Void> viewChanged) | 
| void | viewChanged(org.apache.pivot.wtk.Viewport arg0,
           org.apache.pivot.wtk.Component arg1) | 
public CallableWithArgs<Void> getScrollTopChanged()
public CallableWithArgs<Void> getScrollLeftChanged()
public CallableWithArgs<Void> getViewChanged()
public void setScrollTopChanged(CallableWithArgs<Void> scrollTopChanged)
public void setScrollLeftChanged(CallableWithArgs<Void> scrollLeftChanged)
public void setViewChanged(CallableWithArgs<Void> viewChanged)
public void scrollTopChanged(org.apache.pivot.wtk.Viewport arg0,
                             int arg1)
scrollTopChanged in interface org.apache.pivot.wtk.ViewportListenerpublic void scrollLeftChanged(org.apache.pivot.wtk.Viewport arg0,
                              int arg1)
scrollLeftChanged in interface org.apache.pivot.wtk.ViewportListenerpublic void viewChanged(org.apache.pivot.wtk.Viewport arg0,
                        org.apache.pivot.wtk.Component arg1)
viewChanged in interface org.apache.pivot.wtk.ViewportListener