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