|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.generated.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the cytoscape.generated package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cytoscape.generated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public SelectedNodes createSelectedNodes()
SelectedNodes
public HiddenNodes createHiddenNodes()
HiddenNodes
public HiddenEdges createHiddenEdges()
HiddenEdges
public NetworkTree createNetworkTree()
NetworkTree
public Cysession createCysession()
Cysession
public Plugins createPlugins()
Plugins
public Parent createParent()
Parent
public NetworkFrame createNetworkFrame()
NetworkFrame
public DesktopSize createDesktopSize()
DesktopSize
public Child createChild()
Child
public NetworkFrames createNetworkFrames()
NetworkFrames
public Cytopanels createCytopanels()
Cytopanels
public SessionState createSessionState()
SessionState
public Ontology createOntology()
Ontology
public Panels createPanels()
Panels
public Plugin createPlugin()
Plugin
public Panel createPanel()
Panel
public Edge createEdge()
Edge
public Network createNetwork()
Network
public Desktop createDesktop()
Desktop
public OntologyServer createOntologyServer()
OntologyServer
public Server createServer()
Server
public SelectedEdges createSelectedEdges()
SelectedEdges
public ViewableNodes createViewableNodes()
ViewableNodes
public Cytopanel createCytopanel()
Cytopanel
public Node createNode()
Node
public JAXBElement<String> createSelectedPanel(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createSessionNote(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createPanelState(String value)
JAXBElement
<
String
>
}
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |