org.tbee.swing.textfieldpopup
Interface TextfieldPopup

All Known Implementing Classes:
CalendarTextfieldPopup, DateTextfieldPopup, NumberTextfieldPopup, StringTextfieldPopup

public interface TextfieldPopup

A popup must implement this interface.

Author:
tom

Method Summary
 Component getComponent(Object value, JRootPane rootPane, Component c)
           
 Object getValue()
           
 boolean isPopupFor(Class c)
           
 

Method Detail

isPopupFor

boolean isPopupFor(Class c)

getComponent

Component getComponent(Object value,
                       JRootPane rootPane,
                       Component c)

getValue

Object getValue()


Copyright © 2011 KnowledgePlaza. All Rights Reserved.