net.sourceforge.geeboss.view
Class FakeToolTip

java.lang.Object
  extended by net.sourceforge.geeboss.view.FakeToolTip

public class FakeToolTip
extends java.lang.Object

A fake tooltip simulates the native ToolTip that shows on some controls when hovering over with the mouse. The Tooltip is static since at the same time only one Tooltip should be visible.


Constructor Summary
FakeToolTip()
           
 
Method Summary
 void hide()
          Hide the Tooltip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeToolTip

public FakeToolTip()
Method Detail

hide

public void hide()
Hide the Tooltip



Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.