IBuilderBase.smali

.class public interface abstract Lcom/cm/plugincluster/softmgr/interfaces/plugin/IBuilderBase;
.super Ljava/lang/Object;
.source "IBuilderBase.java"


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "<T:",
        "Ljava/lang/Object;",
        ">",
        "Ljava/lang/Object;"
    }
.end annotation


# virtual methods
.method public abstract create()Ljava/lang/Object;
.end method

.method public abstract setCancelable(Z)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(Z)TT;"
        }
    .end annotation
.end method

.method public abstract setNegativeButton(ILandroid/content/DialogInterface$OnClickListener;)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(I",
            "Landroid/content/DialogInterface$OnClickListener;",
            ")TT;"
        }
    .end annotation
.end method

.method public abstract setPositiveButton(ILandroid/content/DialogInterface$OnClickListener;)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(I",
            "Landroid/content/DialogInterface$OnClickListener;",
            ")TT;"
        }
    .end annotation
.end method

.method public abstract setTitle(I)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(I)TT;"
        }
    .end annotation
.end method

.method public abstract setTitleLogoVisibility(Z)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(Z)TT;"
        }
    .end annotation
.end method

.method public abstract setView(Landroid/view/View;IIII)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Landroid/view/View;",
            "IIII)TT;"
        }
    .end annotation
.end method

.method public abstract setView(Landroid/view/View;Z)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Landroid/view/View;",
            "Z)TT;"
        }
    .end annotation
.end method

.method public abstract showIsOutsideCancelable(Z)Ljava/lang/Object;
.end method