|
Cytoscape 2.4.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.Objectcytoscape.visual.ui.PopupIconChooser
public class PopupIconChooser
PopupIconChooser borrows all of its functionality from IconPopupButton. It displays a popup window for the user to select an icon.
Nested Class Summary | |
---|---|
class |
PopupIconChooser.ApplyIconAction
|
class |
PopupIconChooser.CancelIconAction
|
Constructor Summary | |
---|---|
PopupIconChooser(String title,
String objectName,
ImageIcon[] icons,
ImageIcon startIconObject,
Dialog parentDialog)
|
|
PopupIconChooser(String title,
String objectName,
ImageIcon[] icons,
ImageIcon startIconObject,
Frame parentFrame)
Create a PopupIconChooser with the supplied attributes. |
Method Summary | |
---|---|
ImageIcon |
showDialog()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopupIconChooser(String title, String objectName, ImageIcon[] icons, ImageIcon startIconObject, Frame parentFrame)
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 popuppublic PopupIconChooser(String title, String objectName, ImageIcon[] icons, ImageIcon startIconObject, Dialog parentDialog)
Method Detail |
---|
public ImageIcon showDialog()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |