public abstract class ContextMenu extends Object
Modifier and Type | Class and Description |
---|---|
class |
ContextMenu.ShowContext |
Constructor and Description |
---|
ContextMenu() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
appendItem(ContextMenuItem item) |
protected abstract int |
getItemCount() |
protected abstract void |
insertItem(ContextMenuItem item,
int index) |
protected abstract void |
show(ContextMenu.ShowContext showContext,
int x,
int y) |
protected abstract void show(ContextMenu.ShowContext showContext, int x, int y)
protected abstract void appendItem(ContextMenuItem item)
protected abstract void insertItem(ContextMenuItem item, int index)
protected abstract int getItemCount()
Copyright © 2020. All rights reserved.