类 EaseProgressDialog

  • 所有已实现的接口:
    android.content.DialogInterface, android.view.KeyEvent.Callback, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback

    public class EaseProgressDialog
    extends android.app.ProgressDialog
    • 嵌套类概要

      嵌套类 
      修饰符和类型 说明
      static class  EaseProgressDialog.Builder  
      • 从接口继承的嵌套类/接口 android.content.DialogInterface

        android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
    • 字段概要

      • 从类继承的字段 android.app.ProgressDialog

        STYLE_HORIZONTAL, STYLE_SPINNER
      • 从类继承的字段 android.app.AlertDialog

        THEME_DEVICE_DEFAULT_DARK, THEME_DEVICE_DEFAULT_LIGHT, THEME_HOLO_DARK, THEME_HOLO_LIGHT, THEME_TRADITIONAL
      • 从接口继承的字段 android.content.DialogInterface

        BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3
    • 构造器概要

      构造器 
      限定符 构造器 说明
      protected EaseProgressDialog​(android.content.Context context)  
      protected EaseProgressDialog​(android.content.Context context, int themeResId)  
    • 方法概要

      • 从类继承的方法 android.app.ProgressDialog

        getMax, getProgress, getSecondaryProgress, incrementProgressBy, incrementSecondaryProgressBy, isIndeterminate, onCreate, onStart, onStop, setIndeterminate, setIndeterminateDrawable, setMax, setMessage, setProgress, setProgressDrawable, setProgressNumberFormat, setProgressPercentFormat, setProgressStyle, setSecondaryProgress, show, show, show, show
      • 从类继承的方法 android.app.AlertDialog

        getButton, getListView, onKeyDown, onKeyUp, setButton, setButton, setButton, setButton, setButton2, setButton2, setButton3, setButton3, setCustomTitle, setIcon, setIcon, setIconAttribute, setInverseBackgroundForced, setTitle, setView, setView
      • 从类继承的方法 android.app.Dialog

        addContentView, cancel, closeOptionsMenu, create, dismiss, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyLongPress, onKeyMultiple, onKeyShortcut, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 android.content.DialogInterface

        cancel, dismiss
      • 从接口继承的方法 android.view.Window.Callback

        onPointerCaptureChanged, onProvideKeyboardShortcuts
    • 构造器详细资料

      • EaseProgressDialog

        protected EaseProgressDialog​(@NonNull
                                     android.content.Context context)
      • EaseProgressDialog

        protected EaseProgressDialog​(@NonNull
                                     android.content.Context context,
                                     int themeResId)