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