|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDataObject> it.stefanochizzolini.clown.documents.interaction.actions.ChainedActions
public class ChainedActions
Chained actions [PDF:1.6:8.5.1].
Method Summary | ||
---|---|---|
boolean |
add(Action value)
|
|
void |
add(int index,
Action value)
|
|
boolean |
addAll(Collection<? extends Action> values)
|
|
boolean |
addAll(int index,
Collection<? extends Action> values)
|
|
void |
clear()
|
|
ChainedActions |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
boolean |
contains(Object value)
|
|
boolean |
containsAll(Collection<?> values)
|
|
boolean |
equals(Object object)
|
|
Action |
get(int index)
|
|
Action |
getParent()
Gets the parent action. |
|
int |
hashCode()
|
|
int |
indexOf(Object value)
|
|
boolean |
isEmpty()
|
|
Iterator<Action> |
iterator()
|
|
int |
lastIndexOf(Object value)
|
|
ListIterator<Action> |
listIterator()
|
|
ListIterator<Action> |
listIterator(int index)
|
|
Action |
remove(int index)
|
|
boolean |
remove(Object value)
|
|
boolean |
removeAll(Collection<?> values)
|
|
boolean |
retainAll(Collection<?> values)
|
|
Action |
set(int index,
Action value)
|
|
int |
size()
|
|
List<Action> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] values)
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ChainedActions clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDataObject>
context
- Which document the clone has to be registered in.public Action getParent()
public void add(int index, Action value)
add
in interface List<Action>
public boolean addAll(int index, Collection<? extends Action> values)
addAll
in interface List<Action>
public Action get(int index)
get
in interface List<Action>
public int indexOf(Object value)
indexOf
in interface List<Action>
public int lastIndexOf(Object value)
lastIndexOf
in interface List<Action>
public ListIterator<Action> listIterator()
listIterator
in interface List<Action>
public ListIterator<Action> listIterator(int index)
listIterator
in interface List<Action>
public Action remove(int index)
remove
in interface List<Action>
public Action set(int index, Action value)
set
in interface List<Action>
public List<Action> subList(int fromIndex, int toIndex)
subList
in interface List<Action>
public boolean add(Action value)
add
in interface Collection<Action>
add
in interface List<Action>
public boolean addAll(Collection<? extends Action> values)
addAll
in interface Collection<Action>
addAll
in interface List<Action>
public void clear()
clear
in interface Collection<Action>
clear
in interface List<Action>
public boolean contains(Object value)
contains
in interface Collection<Action>
contains
in interface List<Action>
public boolean containsAll(Collection<?> values)
containsAll
in interface Collection<Action>
containsAll
in interface List<Action>
public boolean equals(Object object)
equals
in interface Collection<Action>
equals
in interface List<Action>
equals
in class Object
public int hashCode()
hashCode
in interface Collection<Action>
hashCode
in interface List<Action>
hashCode
in class Object
public boolean isEmpty()
isEmpty
in interface Collection<Action>
isEmpty
in interface List<Action>
public boolean remove(Object value)
remove
in interface Collection<Action>
remove
in interface List<Action>
public boolean removeAll(Collection<?> values)
removeAll
in interface Collection<Action>
removeAll
in interface List<Action>
public boolean retainAll(Collection<?> values)
retainAll
in interface Collection<Action>
retainAll
in interface List<Action>
public int size()
size
in interface Collection<Action>
size
in interface List<Action>
public Object[] toArray()
toArray
in interface Collection<Action>
toArray
in interface List<Action>
public <T> T[] toArray(T[] values)
toArray
in interface Collection<Action>
toArray
in interface List<Action>
public Iterator<Action> iterator()
iterator
in interface Iterable<Action>
iterator
in interface Collection<Action>
iterator
in interface List<Action>
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |