public class RenderLayoutPlugin extends AbstractRenderPlugin
| Constructor and Description |
|---|
RenderLayoutPlugin(Layout layout)
Creates a RenderLayoutPlugin instance
|
RenderLayoutPlugin(RenderLayoutPlugin obj)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLocalRenderInformation(LocalRenderInformation field) |
RenderLayoutPlugin |
clone()
Creates a new instance of
SBasePlugin from this SBasePlugin. |
LocalRenderInformation |
createLocalRenderInformation()
Creates a new LocalRenderInformation element and adds it to the ListOfLocalRenderInformation list
NOTE:
only use this method, if ID is not mandatory in LocalRenderInformation
otherwise use @see createLocalRenderInformation(String id)!
|
LocalRenderInformation |
createLocalRenderInformation(java.lang.String id)
Creates a new LocalRenderInformation element and adds it to the ListOfLocalRenderInformation list
|
boolean |
getAllowsChildren() |
SBase |
getChildAt(int childIndex) |
int |
getChildCount() |
ListOfLocalRenderInformation |
getListOfLocalRenderInformation() |
LocalRenderInformation |
getLocalRenderInformation(int i) |
void |
initDefaults()
Initializes the default values using the namespace.
|
boolean |
isListOfLocalRenderInformationEmpty() |
boolean |
isSetListOfLocalRenderInformation() |
void |
removeLocalRenderInformation(int i) |
boolean |
removeLocalRenderInformation(LocalRenderInformation field) |
void |
removeLocalRenderInformation(java.lang.String id) |
void |
setListOfLocalRenderInformation(ListOfLocalRenderInformation listOfLocalRenderInformation) |
boolean |
unsetListOfLocalRenderInformation() |
getPackageName, getPrefix, getRenderInformation, getURI, isSetRenderInformation, readAttribute, setRenderInformation, unsetRenderInformation, writeXMLAttributesequals, fireNodeAddedEvent, fireNodeRemovedEvent, firePropertyChange, getElementNamespace, getExtendedSBase, getLevel, getPackageVersion, getParentSBMLObject, getSBMLDocument, getVersion, hashCode, isSetExtendedSBase, isSetPackageVersion, removeFromParent, setExtendedSBase, setNamespace, setPackageVersionaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, children, clearUserObjects, containsUserObjectKey, filter, filter, filter, getIndex, getListOfTreeNodeChangeListeners, getNumChildren, getParent, getRoot, getTreeNodeChangeListenerCount, getUserObject, indexOf, isLeaf, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, setParent, toString, userObjectKeySetaddAllChangeListeners, addAllChangeListeners, addTreeNodeChangeListener, addTreeNodeChangeListener, clearUserObjects, containsUserObjectKey, filter, filter, filter, getListOfTreeNodeChangeListeners, getRoot, getTreeNodeChangeListenerCount, getUserObject, isRoot, isSetParent, isSetUserObjects, putUserObject, removeAllTreeNodeChangeListeners, removeAllTreeNodeChangeListeners, removeTreeNodeChangeListener, removeTreeNodeChangeListener, removeUserObject, userObjectKeySetpublic RenderLayoutPlugin(Layout layout)
layout - public RenderLayoutPlugin(RenderLayoutPlugin obj)
obj - public RenderLayoutPlugin clone()
SBasePluginSBasePlugin from this SBasePlugin.clone in interface SBasePluginclone in class AbstractSBasePluginSBasePlugin from this SBasePlugin.public void initDefaults()
AbstractRenderPlugininitDefaults in class AbstractRenderPluginpublic boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodegetAllowsChildren in class AbstractRenderPluginpublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class AbstractRenderPluginpublic SBase getChildAt(int childIndex)
getChildAt in interface javax.swing.tree.TreeNodegetChildAt in class AbstractRenderPluginpublic boolean isSetListOfLocalRenderInformation()
true, if listOfLocalRenderInformation contains at least one element,
otherwise falsepublic boolean isListOfLocalRenderInformationEmpty()
true iff listOfLocalRenderInformation is not null, but empty
(relevant for validation)public ListOfLocalRenderInformation getListOfLocalRenderInformation()
public LocalRenderInformation getLocalRenderInformation(int i)
i - public void setListOfLocalRenderInformation(ListOfLocalRenderInformation listOfLocalRenderInformation)
listOfLocalRenderInformation - public boolean unsetListOfLocalRenderInformation()
true, if listOfLocalRenderInformation contained at least one element,
otherwise falsepublic boolean addLocalRenderInformation(LocalRenderInformation field)
field - public boolean removeLocalRenderInformation(LocalRenderInformation field)
field - public void removeLocalRenderInformation(int i)
i - public void removeLocalRenderInformation(java.lang.String id)
id - public LocalRenderInformation createLocalRenderInformation()
NOTE: only use this method, if ID is not mandatory in LocalRenderInformation otherwise use @see createLocalRenderInformation(String id)!
public LocalRenderInformation createLocalRenderInformation(java.lang.String id)
id -