public class PluginBoard
extends java.lang.Object
Constructor and Description |
---|
PluginBoard(Fragment fragment,
android.view.ViewGroup parent,
Conversation.ConversationType type,
java.lang.String targetId) |
Modifier and Type | Method and Description |
---|---|
void |
addPager(android.view.View v) |
void |
addPlugin(IPluginModule pluginModule) |
android.view.View |
getPager() |
IPluginModule |
getPluginModule(int position) |
java.util.List<IPluginModule> |
getPluginModules() |
int |
getPluginPosition(IPluginModule pluginModule) |
android.view.ViewGroup |
getView() |
void |
removePager(android.view.View view) |
void |
removePlugin(IPluginModule pluginModule) |
public PluginBoard(Fragment fragment, android.view.ViewGroup parent, Conversation.ConversationType type, java.lang.String targetId)
public android.view.ViewGroup getView()
public void removePlugin(IPluginModule pluginModule)
public void addPlugin(IPluginModule pluginModule)
public void addPager(android.view.View v)
public android.view.View getPager()
public void removePager(android.view.View view)
public int getPluginPosition(IPluginModule pluginModule)
public IPluginModule getPluginModule(int position)
public java.util.List<IPluginModule> getPluginModules()