|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ImageViewer.PopupType | |
---|---|
views | The package views contains many windows needed for the GUI. |
Uses of ImageViewer.PopupType in views |
---|
Fields in views declared as ImageViewer.PopupType | |
---|---|
private ImageViewer.PopupType |
ImageViewer.NodeAction.type
|
Methods in views that return ImageViewer.PopupType | |
---|---|
static ImageViewer.PopupType |
ImageViewer.PopupType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageViewer.PopupType[] |
ImageViewer.PopupType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in views with parameters of type ImageViewer.PopupType | |
---|---|
ImageViewer.NodeAction(ImageViewer worker,
java.lang.String text,
java.lang.String desc,
java.lang.Integer mnemonic,
ImageViewer.PopupType type,
java.util.Vector<Node> nodes)
Constructs a NodeAction object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |