|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.ui.CustomizableInterface
jigcell.compare.objectiveui.ObjectiveInterface
jigcell.compare.objectiveui.WOSSInterface
public class WOSSInterface
Interface for a WOSSObjective.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary | |
|---|---|
protected WOSSObjective |
generator
Generator |
protected ListComboBoxModel |
interpolationsModel
Interpolations box model |
protected static java.lang.String |
LABEL_EDITDIMENSIONWEIGHTS
Label used to indicate dimension weights will be edited |
protected static java.lang.String |
LABEL_EDITELEMENTWEIGHTS
Label used to indicate element weights will be edited |
protected static java.lang.String |
LABEL_EDITINTERPOLATION
Interpolation name label |
| Fields inherited from class jigcell.compare.ui.CustomizableInterface |
|---|
customizers, DESCRIPTION_INPUT, DESCRIPTION_OUTPUT, LOCK_CUSTOMIZERS, manager, menuManager, multipleViewSupport, PATH_DESCRIPTION_INPUT, PATH_DESCRIPTION_OUTPUT, PATH_HELP, popup, POPUP_DEFAULT, PROPERTY_CUSTOMIZERNAME |
| Fields inherited from interface jigcell.compare.ICustomizableInterface |
|---|
DIMENSION_HELP, OPTION_INPUTDESCRIPTION, OPTION_OUTPUTDESCRIPTION |
| Constructor Summary | |
|---|---|
WOSSInterface(IProgrammableDataGenerator generator)
Creates a new interface for a WOSSObjective. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
protected javax.swing.JComponent |
createCustomizer()
Generates a new customizer for the generator. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
|
void |
updateInterface(java.lang.String propertyName)
Updates customizers based on the generator state. |
| Methods inherited from class jigcell.compare.objectiveui.ObjectiveInterface |
|---|
createCustomizer, destroyCustomizer |
| Methods inherited from class jigcell.compare.ui.CustomizableInterface |
|---|
createPopup, decorateCustomizer, getCompare, getInputDescription, getOutputDescription, hasMultipleViewSupport, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setInputDescription, setMultipleViewSupport, setOutputDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String LABEL_EDITDIMENSIONWEIGHTS
protected static final java.lang.String LABEL_EDITELEMENTWEIGHTS
protected static final java.lang.String LABEL_EDITINTERPOLATION
protected ListComboBoxModel interpolationsModel
protected WOSSObjective generator
| Constructor Detail |
|---|
public WOSSInterface(IProgrammableDataGenerator generator)
generator - Generator| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenerpublic void updateInterface(java.lang.String propertyName)
updateInterface in interface ICustomizableInterfaceupdateInterface in class CustomizableInterfacepropertyName - Name of the property that changed or null to indicate that all properties may have changedprotected javax.swing.JComponent createCustomizer()
createCustomizer in class CustomizableInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||