|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.norbl.cbp.ppe.gui.networkspec.Choice
com.norbl.cbp.ppe.gui.networkspec.AmiChoice
com.norbl.cbp.ppe.gui.networkspec.AmiChoiceOmpi
public class AmiChoiceOmpi
Field Summary |
---|
Fields inherited from class com.norbl.cbp.ppe.gui.networkspec.Choice |
---|
ID, parentChoiceSet |
Constructor Summary | |
---|---|
AmiChoiceOmpi()
Creates 'other' |
|
AmiChoiceOmpi(AmiPPE ami)
|
Method Summary | |
---|---|
java.lang.String |
getColumnName(int iCol)
Default implementation: returns Choice.getLabel() |
double |
getColumnWeight(int iCol)
Default implementation: returns 1.0 |
int |
getGridBagAnchor(int iCol)
Default implementation: returns GridBagConstraints.BASELINE_LEADING. |
java.awt.Insets |
getInsets(int iCol)
Default implementation: all zeros. |
int |
getNColumns()
Default implementation: returns 1. |
java.lang.String |
getToolTip()
|
java.lang.Object |
getValue(int iCol)
Default implementation: returns Choice.getValue() |
void |
setColumnHeaderToolTip(int iCol,
javax.swing.JComponent c)
|
Methods inherited from class com.norbl.cbp.ppe.gui.networkspec.AmiChoice |
---|
createCC, equals, getChoiceType, getComponent, getLabel, getUnauthorizedToolTipMessage, getValue, usesHvm, usesParavirtual |
Methods inherited from class com.norbl.cbp.ppe.gui.networkspec.Choice |
---|
getComponent, load, setEnabled, setID, setParentChoiceSet, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmiChoiceOmpi(AmiPPE ami)
public AmiChoiceOmpi()
Method Detail |
---|
public int getNColumns()
Choice
getNColumns
in class AmiChoice
public java.lang.Object getValue(int iCol)
Choice
Choice.getValue()
getValue
in class AmiChoice
public java.lang.String getColumnName(int iCol)
Choice
Choice.getLabel()
getColumnName
in class AmiChoice
public double getColumnWeight(int iCol)
Choice
getColumnWeight
in class AmiChoice
public int getGridBagAnchor(int iCol)
Choice
getGridBagAnchor
in class AmiChoice
public java.awt.Insets getInsets(int iCol)
Choice
getInsets
in class AmiChoice
public void setColumnHeaderToolTip(int iCol, javax.swing.JComponent c)
setColumnHeaderToolTip
in class Choice
public java.lang.String getToolTip()
getToolTip
in class Choice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |