cytoscape.generated
Interface Cytopanel

All Superinterfaces:
CytopanelType, javax.xml.bind.Element
All Known Implementing Classes:
CytopanelImpl

public interface Cytopanel
extends javax.xml.bind.Element, CytopanelType

Java content class for cytopanel element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/cysession.xsd line 42)

 <element name="cytopanel">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}panelState"/>
           <element ref="{}selectedPanel"/>
           <element ref="{}panels"/>
         </sequence>
         <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated.CytopanelType
getId, getPanels, getPanelState, getSelectedPanel, setId, setPanels, setPanelState, setSelectedPanel