Uses of Class
acdp.misc.Layout
Packages that use Layout
-
Uses of Layout in acdp.misc
Modifier and TypeMethodDescriptionfinal LayoutAdds the specified layout with the specified key.final LayoutLayout.add(String key, Layout.Seq seq) Adds the specified sequence with the specified key.final LayoutAdds the specified string value with the specified key.final LayoutCreates a new layout, adds it to this layout with the specified key and returns the new layout.final LayoutLayout.Seq.addLayout()Creates a new layout, appends it to the end of this sequence and returns the new layout.static final LayoutConstructs a layout by reading it from the specified file.static final LayoutLayout.fromInputStream(InputStream inputStream) Constructs a layout by reading it from the specified input stream.final LayoutReturns the layout with the specified key.final LayoutLayout.Seq.getLayout(int index) Returns the layout at the specified position in this sequence.final LayoutLayout.getLayoutByQualKey(String qualKey) Returns the layout with the specified qualified key.final LayoutLayout.getLayoutByQualKey(String qualKey, char separator) Returns the layout with the specified qualified key, the keys separated by the specified separator character.final LayoutLayout.Seq.insertLayout(int index) Creates a new layout, inserts it at the specified position in this sequence and returns the new layout.final LayoutRemoves the entry with the specified key.final LayoutReplaces the stored layout having the specified key with the specified layout.final LayoutLayout.replace(String key, Layout.Seq seq) Replaces the stored sequence having the specified key with the specified sequence.final LayoutReplaces the stored string value having the specified key with the specified string value.final LayoutLayout.replaceKey(String key, String newKey) Replaces the specified current key with the specified new key.Modifier and TypeMethodDescriptionfinal LayoutAdds the specified layout with the specified key.final Layout.SeqAppends the specified layout to the end of this sequence.final Layout.SeqInserts the specified layout at the specified position in this sequence.final LayoutReplaces the stored layout having the specified key with the specified layout.final Layout.SeqReplaces the layout at the specified position in this sequence with the specified layout.