|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
cytoscape.visual.ui.VizMapperMainPanel
syncronized
- public class VizMapperMainPanel
New VizMapper UI main panel. This panel consists of 3 panels:
Nested Class Summary | |
---|---|
static class |
VizMapperMainPanel.DefaultEditor
|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Field Summary |
---|
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 |
Method Summary | |
---|---|
static void |
apply(Object newValue,
VisualPropertyType type)
|
void |
enableListeners(boolean on)
|
Object |
getSelectedItem()
DOCUMENT ME! |
static VizMapperMainPanel |
getVizMapperUI()
Get an instance of VizMapper UI panel. |
void |
initializeTableState()
|
void |
popupMenuCanceled(PopupMenuEvent arg0)
DOCUMENT ME! |
void |
popupMenuWillBecomeInvisible(PopupMenuEvent e)
DOCUMENT ME! |
void |
popupMenuWillBecomeVisible(PopupMenuEvent e)
Check the selected VPT and enable/disable menu items. |
void |
propertyChange(PropertyChangeEvent e)
Handle propeaty change events. |
void |
setCurrentVS(String vsName)
DOCUMENT ME! |
static Object |
showValueSelectDialog(VisualPropertyType type,
Component caller)
|
void |
stateChanged(ChangeEvent e)
Listening to change event. |
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 |
Method Detail |
---|
public static VizMapperMainPanel getVizMapperUI()
public static void apply(Object newValue, VisualPropertyType type)
public static Object showValueSelectDialog(VisualPropertyType type, Component caller) throws Exception
Exception
public void enableListeners(boolean on)
public void initializeTableState()
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
e
- DOCUMENT ME!public void setCurrentVS(String vsName)
vsName
- DOCUMENT ME!public void popupMenuCanceled(PopupMenuEvent arg0)
popupMenuCanceled
in interface PopupMenuListener
arg0
- DOCUMENT ME!public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
popupMenuWillBecomeInvisible
in interface PopupMenuListener
e
- DOCUMENT ME!public void popupMenuWillBecomeVisible(PopupMenuEvent e)
popupMenuWillBecomeVisible
in interface PopupMenuListener
e
- DOCUMENT ME!public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public Object getSelectedItem()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |