Class ImageDropDialog
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.workspace.ImageDropDialog
 
 
- 
public class ImageDropDialog extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected javax.swing.JDialogdialogprotected javax.swing.JPanelembedPanelprotected static LoggerExlogprotected javax.swing.JPanelwarningPanel 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonActionChange(java.lang.String actionCommand)voidopen()protected voidsetWarning(java.lang.String warning) 
 - 
 
- 
- 
Field Detail
- 
log
protected static final LoggerEx log
 
- 
dialog
protected javax.swing.JDialog dialog
 
- 
embedPanel
protected javax.swing.JPanel embedPanel
 
- 
warningPanel
protected javax.swing.JPanel warningPanel
 
 - 
 
 -