Class ActionBar
public class ActionBar : JVMBridgeBase<ActionBar>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<ActionBar>ActionBar
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ActionBar>.IsAssignableFrom(IJavaType)JVMBridgeBase<ActionBar>.IsAssignableFrom<T>()JVMBridgeBase<ActionBar>.Execute<T>(params T[])JVMBridgeBase<ActionBar>.DynBridgeClazzJVMBridgeBase<ActionBar>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ActionBar()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("ActionBar class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ActionBar()
ActionBar(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("ActionBar class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ActionBar(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DISPLAY_HOME_AS_UP
public static int DISPLAY_HOME_AS_UP { get; }
Property Value
DISPLAY_SHOW_CUSTOM
public static int DISPLAY_SHOW_CUSTOM { get; }
Property Value
DISPLAY_SHOW_HOME
public static int DISPLAY_SHOW_HOME { get; }
Property Value
DISPLAY_SHOW_TITLE
public static int DISPLAY_SHOW_TITLE { get; }
Property Value
DISPLAY_USE_LOGO
public static int DISPLAY_USE_LOGO { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
NAVIGATION_MODE_LIST
[Obsolete]
public static int NAVIGATION_MODE_LIST { get; }
Property Value
NAVIGATION_MODE_STANDARD
[Obsolete]
public static int NAVIGATION_MODE_STANDARD { get; }
Property Value
NAVIGATION_MODE_TABS
[Obsolete]
public static int NAVIGATION_MODE_TABS { get; }
Property Value
Methods
AddOnMenuVisibilityListener(OnMenuVisibilityListener)
public void AddOnMenuVisibilityListener(ActionBar.OnMenuVisibilityListener arg0)
Parameters
AddTab(Tab)
https://developer.android.com/reference/android/app/ActionBar.html#addTab(android.app.ActionBar.Tab)
[Obsolete]
public void AddTab(ActionBar.Tab arg0)
Parameters
AddTab(Tab, bool)
[Obsolete]
public void AddTab(ActionBar.Tab arg0, bool arg1)
Parameters
AddTab(Tab, int)
[Obsolete]
public void AddTab(ActionBar.Tab arg0, int arg1)
Parameters
AddTab(Tab, int, bool)
[Obsolete]
public void AddTab(ActionBar.Tab arg0, int arg1, bool arg2)
Parameters
GetCustomView()
public View GetCustomView()
Returns
GetDisplayOptions()
public int GetDisplayOptions()
Returns
GetElevation()
public float GetElevation()
Returns
GetHeight()
public int GetHeight()
Returns
GetHideOffset()
public int GetHideOffset()
Returns
GetNavigationItemCount()
[Obsolete]
public int GetNavigationItemCount()
Returns
GetNavigationMode()
[Obsolete]
public int GetNavigationMode()
Returns
GetSelectedNavigationIndex()
[Obsolete]
public int GetSelectedNavigationIndex()
Returns
GetSelectedTab()
[Obsolete]
public ActionBar.Tab GetSelectedTab()
Returns
GetSubtitle()
public CharSequence GetSubtitle()
Returns
GetTabAt(int)
[Obsolete]
public ActionBar.Tab GetTabAt(int arg0)
Parameters
Returns
GetTabCount()
[Obsolete]
public int GetTabCount()
Returns
GetThemedContext()
public Context GetThemedContext()
Returns
GetTitle()
public CharSequence GetTitle()
Returns
Hide()
public void Hide()
IsHideOnContentScrollEnabled()
public bool IsHideOnContentScrollEnabled()
Returns
IsShowing()
public bool IsShowing()
Returns
NewTab()
[Obsolete]
public ActionBar.Tab NewTab()
Returns
RemoveAllTabs()
[Obsolete]
public void RemoveAllTabs()
RemoveOnMenuVisibilityListener(OnMenuVisibilityListener)
public void RemoveOnMenuVisibilityListener(ActionBar.OnMenuVisibilityListener arg0)
Parameters
RemoveTab(Tab)
[Obsolete]
public void RemoveTab(ActionBar.Tab arg0)
Parameters
RemoveTabAt(int)
[Obsolete]
public void RemoveTabAt(int arg0)
Parameters
SelectTab(Tab)
[Obsolete]
public void SelectTab(ActionBar.Tab arg0)
Parameters
SetBackgroundDrawable(Drawable)
public void SetBackgroundDrawable(Drawable arg0)
Parameters
SetCustomView(View)
public void SetCustomView(View arg0)
Parameters
SetCustomView(View, LayoutParams)
public void SetCustomView(View arg0, ActionBar.LayoutParams arg1)
Parameters
arg0
Viewarg1
ActionBar.LayoutParams
SetCustomView(int)
public void SetCustomView(int arg0)
Parameters
SetDisplayHomeAsUpEnabled(bool)
public void SetDisplayHomeAsUpEnabled(bool arg0)
Parameters
SetDisplayOptions(int)
public void SetDisplayOptions(int arg0)
Parameters
SetDisplayOptions(int, int)
public void SetDisplayOptions(int arg0, int arg1)
Parameters
SetDisplayShowCustomEnabled(bool)
public void SetDisplayShowCustomEnabled(bool arg0)
Parameters
SetDisplayShowHomeEnabled(bool)
public void SetDisplayShowHomeEnabled(bool arg0)
Parameters
SetDisplayShowTitleEnabled(bool)
public void SetDisplayShowTitleEnabled(bool arg0)
Parameters
SetDisplayUseLogoEnabled(bool)
https://developer.android.com/reference/android/app/ActionBar.html#setDisplayUseLogoEnabled(boolean)
public void SetDisplayUseLogoEnabled(bool arg0)
Parameters
SetElevation(float)
public void SetElevation(float arg0)
Parameters
SetHideOffset(int)
public void SetHideOffset(int arg0)
Parameters
SetHideOnContentScrollEnabled(bool)
public void SetHideOnContentScrollEnabled(bool arg0)
Parameters
SetHomeActionContentDescription(CharSequence)
public void SetHomeActionContentDescription(CharSequence arg0)
Parameters
arg0
CharSequence
SetHomeActionContentDescription(int)
public void SetHomeActionContentDescription(int arg0)
Parameters
SetHomeAsUpIndicator(Drawable)
public void SetHomeAsUpIndicator(Drawable arg0)
Parameters
SetHomeAsUpIndicator(int)
public void SetHomeAsUpIndicator(int arg0)
Parameters
SetHomeButtonEnabled(bool)
public void SetHomeButtonEnabled(bool arg0)
Parameters
SetIcon(Drawable)
public void SetIcon(Drawable arg0)
Parameters
SetIcon(int)
public void SetIcon(int arg0)
Parameters
SetListNavigationCallbacks(SpinnerAdapter, OnNavigationListener)
[Obsolete]
public void SetListNavigationCallbacks(SpinnerAdapter arg0, ActionBar.OnNavigationListener arg1)
Parameters
arg0
SpinnerAdapterarg1
ActionBar.OnNavigationListener
SetLogo(Drawable)
public void SetLogo(Drawable arg0)
Parameters
SetLogo(int)
public void SetLogo(int arg0)
Parameters
SetNavigationMode(int)
[Obsolete]
public void SetNavigationMode(int arg0)
Parameters
SetSelectedNavigationItem(int)
[Obsolete]
public void SetSelectedNavigationItem(int arg0)
Parameters
SetSplitBackgroundDrawable(Drawable)
public void SetSplitBackgroundDrawable(Drawable arg0)
Parameters
SetStackedBackgroundDrawable(Drawable)
public void SetStackedBackgroundDrawable(Drawable arg0)
Parameters
SetSubtitle(CharSequence)
public void SetSubtitle(CharSequence arg0)
Parameters
arg0
CharSequence
SetSubtitle(int)
public void SetSubtitle(int arg0)
Parameters
SetTitle(CharSequence)
public void SetTitle(CharSequence arg0)
Parameters
arg0
CharSequence
SetTitle(int)
public void SetTitle(int arg0)
Parameters
Show()
public void Show()