Class Overview
Tablet version of PresetBarView. Does not have the close button. Also, preset buttons are a little smaller.
Summary
| Public Methods |
|
void
|
attachToNewParent(ViewGroup newParent)
Removes this preset bar view from its parent and adds it to the new parent.
|
|
[Expand]
Inherited Methods |
From class
com.pdftron.pdf.widget.preset.component.view.PresetBarView
|
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()
|
|
Public Constructors
public
TabletPresetBarView
(ViewGroup parent)
Public Methods
public
void
attachToNewParent
(ViewGroup newParent)
Removes this preset bar view from its parent and adds it to the new parent.
Parameters
| newParent |
the new parent to add this view to.
|