Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

phoebe.event
Class PToolTip  view PToolTip download PToolTip.java

java.lang.Object
  extended byPPath
      extended byphoebe.event.PToolTip

public class PToolTip
extends PPath


Field Summary
(package private)  PText text
           
 
Constructor Summary
PToolTip()
           
 
Method Summary
 void setBackground(int color)
           
 void setForeground(int color)
           
 void setText(java.lang.String new_text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

PText text
Constructor Detail

PToolTip

public PToolTip()
Method Detail

setText

public void setText(java.lang.String new_text)

setBackground

public void setBackground(int color)

setForeground

public void setForeground(int color)