cytoscape.visual.ui
Class PopupIconChooser
java.lang.Object
cytoscape.visual.ui.PopupIconChooser
public class PopupIconChooser
- extends Object
PopupIconChooser borrows all of its functionality from IconPopupButton. It
displays a popup window for the user to select an icon.
PopupIconChooser
public PopupIconChooser(String title,
String objectName,
ImageIcon[] icons,
ImageIcon startIconObject,
Frame parentFrame)
- Create a PopupIconChooser with the supplied attributes.
- Parameters:
title
- title to display in the popup dialogobjectName
- name/description of icon being seticons
- icons to choose fromstartIconObject
- initially selected iconparentDialog
- parent dialog of the selection popup
PopupIconChooser
public PopupIconChooser(String title,
String objectName,
ImageIcon[] icons,
ImageIcon startIconObject,
Dialog parentDialog)
- Creates a new PopupIconChooser object.
- Parameters:
title
- DOCUMENT ME!objectName
- DOCUMENT ME!icons
- DOCUMENT ME!startIconObject
- DOCUMENT ME!parentDialog
- DOCUMENT ME!
showDialog
public ImageIcon showDialog()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!