org.siebengeisslein.ide.source
Class ClassImportPopup

java.lang.Object
  extended by org.siebengeisslein.ide.source.ClassImportPopup
All Implemented Interfaces:
CompletionPopup

public class ClassImportPopup
extends java.lang.Object
implements CompletionPopup


Constructor Summary
ClassImportPopup(java.awt.Component parent, HasType hasType, Caret caret)
           
 
Method Summary
 void cancel()
           
 void confirm()
           
protected  javax.swing.JComponent getPopupComponent(javax.swing.ListModel model)
           
protected  void showPopup(javax.swing.ListModel model, Caret caret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassImportPopup

public ClassImportPopup(java.awt.Component parent,
                        HasType hasType,
                        Caret caret)
Method Detail

cancel

public void cancel()
Specified by:
cancel in interface CompletionPopup

confirm

public void confirm()
Specified by:
confirm in interface CompletionPopup

getPopupComponent

protected javax.swing.JComponent getPopupComponent(javax.swing.ListModel model)

showPopup

protected void showPopup(javax.swing.ListModel model,
                         Caret caret)