[Expand]
Inherited Methods |
From class
com.pdftron.pdf.interfaces.builder.SkeletalFragmentBuilder
E
|
build(Context context)
|
<T extends E extends Fragment>
T
|
build(Context context, Class<T> clazz)
Create the specified Fragment of type E, initialized with builder settings.
|
abstract
void
|
checkArgs(Context context)
Check the arguments of this builder.
|
abstract
Bundle
|
createBundle(Context context)
Create the bundle that will be passed as arguments to the Fragment.
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
From interface
com.pdftron.pdf.interfaces.builder.Builder
abstract
<T extends E>
T
|
build(Context context, Class<T> clazz)
Create the specified object of type E, initialized with builder settings.
|
|