com.partnersoft.gui.peekpoke
Class Poker

java.lang.Object
  extended by 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.

Method Summary
 void addPokerDisplay(PokerDisplay display)
           
static Poker getPoker(java.lang.String key)
           
static Poker getRootPoker()
           
 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.
 void poke(java.lang.Object target, java.awt.event.ActionListener action)
           
 void removePokerDisplay(PokerDisplay display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()