Uses of Class
acdp.misc.Layout.Seq
Packages that use Layout.Seq
-
Uses of Layout.Seq in acdp.misc
Methods in acdp.misc that return Layout.SeqModifier and TypeMethodDescriptionfinal Layout.SeqAppends the specified layout to the end of this sequence.final Layout.SeqLayout.Seq.add(Layout.Seq seq) Appends the specified sequence to the end of this sequence.final Layout.SeqAppends the specified string value to the end of this sequence.final Layout.SeqCreates a new sequence, adds it to this layout with the specified key and returns the new sequence.final Layout.SeqLayout.Seq.addSeq()Creates a new sequence, appends it to the end of this sequence and returns the new sequence.final Layout.SeqReturns the sequence with the specified key.final Layout.SeqLayout.Seq.getSeq(int index) Returns the sequence at the specified position in this sequence.final Layout.SeqLayout.getSeqByQualKey(String qualKey) Returns the sequence with the specified qualified key.final Layout.SeqLayout.getSeqByQualKey(String qualKey, char separator) Returns the sequence with the specified qualified key, the keys separated by the specified separator character.final Layout.SeqInserts the specified layout at the specified position in this sequence.final Layout.SeqLayout.Seq.insert(int index, Layout.Seq seq) Inserts the specified sequence at the specified position in this sequence.final Layout.SeqInserts the specified string value at the specified position in this sequence.final Layout.SeqLayout.Seq.insertSeq(int index) Creates a new sequence, inserts it at the specified position in this sequence and returns the new sequence.final Layout.SeqLayout.Seq.remove(int index) Removes the element at the specified position in this sequence.final Layout.SeqReplaces the layout at the specified position in this sequence with the specified layout.final Layout.SeqLayout.Seq.replace(int index, Layout.Seq seq) Replaces the sequence at the specified position in this sequence with the specified sequence.final Layout.SeqReplaces the string value at the specified position in this sequence with the specified string value.Methods in acdp.misc with parameters of type Layout.SeqModifier and TypeMethodDescriptionfinal LayoutLayout.add(String key, Layout.Seq seq) Adds the specified sequence with the specified key.final Layout.SeqLayout.Seq.add(Layout.Seq seq) Appends the specified sequence to the end of this sequence.final Layout.SeqLayout.Seq.insert(int index, Layout.Seq seq) Inserts the specified sequence at the specified position in this sequence.final LayoutLayout.replace(String key, Layout.Seq seq) Replaces the stored sequence having the specified key with the specified sequence.final Layout.SeqLayout.Seq.replace(int index, Layout.Seq seq) Replaces the sequence at the specified position in this sequence with the specified sequence.