|
Cytoscape 2.8.0 API | |||||||||
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.ui.VizMapperMainPanel
syncronized
- public class VizMapperMainPanel
New VizMapper UI main panel. This panel consists of 3 panels:
Nested Class Summary | |
---|---|
protected class |
VizMapperMainPanel.CopyStyleListener
|
protected class |
VizMapperMainPanel.CreateLegendListener
|
static class |
VizMapperMainPanel.DefaultEditor
|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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 |
attributeDefined(String attributeName)
This method is called by a MultiHashMapDefinition implementation as a result of a new attribute being defined (MultiHashMapDefinition.defineAttribute()). |
void |
attributeUndefined(String attributeName)
This method is called by a MultiHashMapDefinition implementation as a result of an attribute being undefined (MultiHashMapDefinition.undefineAttribute()). |
void |
enableListeners(boolean on)
On/Off listeners. |
Object |
getSelectedItem()
DOCUMENT ME! |
static VizMapperMainPanel |
getVizMapperUI()
Get an instance of VizMapper UI panel. |
void |
initializeTableState()
DOCUMENT ME! |
void |
initVizmapperGUI()
|
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 Visual Style states. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 initVizmapperGUI()
public void enableListeners(boolean on)
on
- DOCUMENT ME!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
e
- DOCUMENT ME!public Object getSelectedItem()
public void attributeDefined(String attributeName)
MultiHashMapDefinitionListener
attributeDefined
in interface MultiHashMapDefinitionListener
public void attributeUndefined(String attributeName)
MultiHashMapDefinitionListener
attributeUndefined
in interface MultiHashMapDefinitionListener
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |