|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.generated.Cytopanel
public class Cytopanel
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected String |
id
|
protected Panels |
panels
|
protected String |
panelState
|
protected String |
selectedPanel
|
| Constructor Summary | |
|---|---|
Cytopanel()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
Panels |
getPanels()
Gets the value of the panels property. |
String |
getPanelState()
Gets the value of the panelState property. |
String |
getSelectedPanel()
Gets the value of the selectedPanel property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPanels(Panels value)
Sets the value of the panels property. |
void |
setPanelState(String value)
Sets the value of the panelState property. |
void |
setSelectedPanel(String value)
Sets the value of the selectedPanel property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String panelState
protected String selectedPanel
protected Panels panels
protected String id
| Constructor Detail |
|---|
public Cytopanel()
| Method Detail |
|---|
public String getPanelState()
Stringpublic void setPanelState(String value)
value - allowed object is
Stringpublic String getSelectedPanel()
Stringpublic void setSelectedPanel(String value)
value - allowed object is
Stringpublic Panels getPanels()
Panelspublic void setPanels(Panels value)
value - allowed object is
Panelspublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||