com.google.code.validationframework.swing.resulthandler
Class AbstractStickerFeedback<RHI>

java.lang.Object
  extended by com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback<RHI>
All Implemented Interfaces:
com.google.code.validationframework.api.common.Disposable, com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>

public abstract class AbstractStickerFeedback<RHI>
extends Object
implements com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>, com.google.code.validationframework.api.common.Disposable


Constructor Summary
AbstractStickerFeedback(JComponent owner)
           
 
Method Summary
 void attach(JComponent owner)
           
 void detach()
           
 void dispose()
           
protected  String getToolTipText()
           
protected  void hideToolTip()
           
protected  void setToolTipText(String text)
           
protected  void showToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.code.validationframework.api.resulthandler.ResultHandler
handleResult
 

Constructor Detail

AbstractStickerFeedback

public AbstractStickerFeedback(JComponent owner)
Method Detail

attach

public void attach(JComponent owner)

detach

public void detach()

getToolTipText

protected String getToolTipText()

setToolTipText

protected void setToolTipText(String text)

showToolTip

protected void showToolTip()

hideToolTip

protected void hideToolTip()

dispose

public void dispose()
Specified by:
dispose in interface com.google.code.validationframework.api.common.Disposable
See Also:
Disposable.dispose()


Copyright © 2013. All Rights Reserved.