Modifier and Type | Method and Description |
---|---|
Layout |
Layout.cloneObject()
Creates and returns a deep copy of this
SBase object. |
Layout |
LayoutModelPlugin.createLayout() |
Layout |
ListOfLayouts.get(long n)
Get an item from the list.
|
Layout |
ListOfLayouts.get(String sid)
Get an item from the list based on its identifier.
|
Layout |
LayoutModelPlugin.getLayout(long index) |
Layout |
LayoutModelPlugin.getLayout(String sid) |
Layout |
ListOfLayouts.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
Layout |
ListOfLayouts.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
Layout |
LayoutModelPlugin.removeLayout(long n) |
Modifier and Type | Method and Description |
---|---|
int |
LayoutModelPlugin.addLayout(Layout layout) |
Constructor and Description |
---|
Layout(Layout source) |