|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel cytoscape.visual.mappings.continuous.ContinuousUI
@Deprecated public class ContinuousUI
Provides User Interface Controls for Continuous Mappers.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Field Summary | |
---|---|
static int |
EQUAL
Deprecated. |
static int |
GREATER
Deprecated. |
static int |
LESSER
Deprecated. |
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ContinuousUI(JDialog jd,
Object defaultObject,
CyNetwork network,
ContinuousMapping cMap)
Deprecated. Constructor. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
Deprecated. Apply Changes. |
void |
createPointPanel()
Deprecated. Generates the main UI Panel. |
void |
resetUI()
Deprecated. Resets the UI and Updates the Continuous Mapper. |
void |
setEnabled(boolean b)
Deprecated. Enables or disables all components of the panel. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LESSER
public static final int EQUAL
public static final int GREATER
Constructor Detail |
---|
public ContinuousUI(JDialog jd, Object defaultObject, CyNetwork network, ContinuousMapping cMap)
Method Detail |
---|
public void resetUI()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
e
- ActionEvent.public void setEnabled(boolean b)
setEnabled
in class JComponent
b
- whether to enable the panel (true) or disable it (false)public void createPointPanel()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |