com.actionbarsherlock.view
Class Window

java.lang.Object
  extended by android.view.Window
      extended by com.actionbarsherlock.view.Window

public abstract class Window
extends android.view.Window

Abstract base class for a top-level window look and behavior policy. An instance of this class should be used as the top-level view added to the window manager. It provides standard UI policies such as a background, title area, default key processing, etc.

The only existing implementation of this abstract class is android.policy.PhoneWindow, which you should instantiate when needing a Window. Eventually that class will be refactored and a factory method added for creating Window instances without knowing about a particular implementation.


Nested Class Summary
static interface Window.Callback
           
 
Field Summary
static long FEATURE_ACTION_BAR
           
static long FEATURE_ACTION_BAR_OVERLAY
           
static long FEATURE_ACTION_MODE_OVERLAY
           
static long FEATURE_INDETERMINATE_PROGRESS
           
static long FEATURE_NO_TITLE
           
static long FEATURE_PROGRESS
           
 
Fields inherited from class android.view.Window
DEFAULT_FEATURES, FEATURE_CONTEXT_MENU, FEATURE_CUSTOM_TITLE, FEATURE_LEFT_ICON, FEATURE_OPTIONS_PANEL, FEATURE_RIGHT_ICON, ID_ANDROID_CONTENT, PROGRESS_END, PROGRESS_INDETERMINATE_OFF, PROGRESS_INDETERMINATE_ON, PROGRESS_SECONDARY_END, PROGRESS_SECONDARY_START, PROGRESS_START, PROGRESS_VISIBILITY_OFF, PROGRESS_VISIBILITY_ON
 
Method Summary
 
Methods inherited from class android.view.Window
addContentView, addFlags, clearFlags, closeAllPanels, closePanel, findViewById, getAttributes, getCallback, getContainer, getContext, getCurrentFocus, getDecorView, getFeatures, getForcedWindowFlags, getLayoutInflater, getLocalFeatures, getVolumeControlStream, getWindowManager, getWindowStyle, hasChildren, hasFeature, hasSoftInputMode, invalidatePanelMenu, isActive, isFloating, isShortcutKey, makeActive, onActive, onConfigurationChanged, openPanel, peekDecorView, performContextMenuIdentifierAction, performPanelIdentifierAction, performPanelShortcut, requestFeature, restoreHierarchyState, saveHierarchyState, setAttributes, setBackgroundDrawable, setBackgroundDrawableResource, setCallback, setChildDrawable, setChildInt, setContainer, setContentView, setContentView, setContentView, setDefaultWindowFormat, setDimAmount, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFeatureInt, setFlags, setFormat, setGravity, setLayout, setSoftInputMode, setTitle, setTitleColor, setType, setUiOptions, setUiOptions, setVolumeControlStream, setWindowAnimations, setWindowManager, setWindowManager, superDispatchGenericMotionEvent, superDispatchKeyEvent, superDispatchKeyShortcutEvent, superDispatchTouchEvent, superDispatchTrackballEvent, takeInputQueue, takeKeyEvents, takeSurface, togglePanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_ACTION_BAR

public static final long FEATURE_ACTION_BAR
See Also:
Constant Field Values

FEATURE_ACTION_BAR_OVERLAY

public static final long FEATURE_ACTION_BAR_OVERLAY
See Also:
Constant Field Values

FEATURE_ACTION_MODE_OVERLAY

public static final long FEATURE_ACTION_MODE_OVERLAY
See Also:
Constant Field Values

FEATURE_NO_TITLE

public static final long FEATURE_NO_TITLE
See Also:
Constant Field Values

FEATURE_PROGRESS

public static final long FEATURE_PROGRESS
See Also:
Constant Field Values

FEATURE_INDETERMINATE_PROGRESS

public static final long FEATURE_INDETERMINATE_PROGRESS
See Also:
Constant Field Values


Copyright © 2012-2013. All Rights Reserved.