com.partnersoft.gui.peekpoke
Class Poker
java.lang.Object
com.partnersoft.gui.peekpoke.Poker
public class Poker
- extends java.lang.Object
The equivalent of a log4j.Logger.
- Author:
- Russell Cagle Copyright 2007 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addPokerDisplay
public void addPokerDisplay(PokerDisplay display)
peek
public void peek(java.lang.Object target,
java.lang.String key,
java.lang.String label,
java.lang.String htmlFragment)
- Imagine the fragment as the contents of a div.
- Parameters:
htmlFragment -
poke
public void poke(java.lang.Object target,
java.awt.event.ActionListener action)
removePokerDisplay
public void removePokerDisplay(PokerDisplay display)
getPoker
public static Poker getPoker(java.lang.String key)
getRootPoker
public static Poker getRootPoker()