org.siebengeisslein.ide.source
Class CastPopup

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

public class CastPopup
extends java.lang.Object
implements CompletionPopup


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

Constructor Detail

CastPopup

public CastPopup(java.awt.Component parent,
                 Expression expr)
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)