public class CropToolPanel extends AbstractToolPanel<CropEditorTool> implements DataSourceListAdapter.OnItemClickListener<AbstractConfig.AspectConfigInterface>
AbstractToolPanel.ToolViewANIMATION_DURATION, parentView, toolView| Constructor and Description |
|---|
CropToolPanel() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getLayoutResource() |
protected void |
onAttached(android.content.Context context,
android.view.View panelView,
CropEditorTool tool)
Called on atteched the View.
|
protected void |
onDetached()
Called after View would detached.
|
void |
onItemClick(AbstractConfig.AspectConfigInterface entity) |
attach, callAttached, detach, init, isAttached, onBeforeDetach, refreshprotected int getLayoutResource()
getLayoutResource in class AbstractToolPanel<CropEditorTool>protected void onAttached(android.content.Context context,
@NonNull
android.view.View panelView,
CropEditorTool tool)
AbstractToolPanelonAttached in class AbstractToolPanel<CropEditorTool>context - the view contextpanelView - the tool paneltool - the toolprotected void onDetached()
AbstractToolPanelonDetached in class AbstractToolPanel<CropEditorTool>public void onItemClick(AbstractConfig.AspectConfigInterface entity)
onItemClick in interface DataSourceListAdapter.OnItemClickListener<AbstractConfig.AspectConfigInterface>