edu.berkeley.guir.papier_mache.assoc
Class WebPage

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationNoun
          extended by edu.berkeley.guir.papier_mache.assoc.WebPage
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable

public class WebPage
extends AssociationNoun

A WebPage's executeAction method, inherited from being a MediaElement, opens up a window with the given url.

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu )

Constructor Summary
WebPage()
           
 
Method Summary
 java.lang.Object clone()
           
static void main(java.lang.String[] args)
           
 void phobAdded()
           
 void phobRemoved()
           
 void phobUpdated()
          Do nothing on an update.
 java.lang.String toShortString()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationElt
setParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebPage

public WebPage()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toShortString

public java.lang.String toShortString()
Specified by:
toShortString in interface edu.berkeley.guir.lib.util.ToShortStringable
Overrides:
toShortString in class AssociationElt

phobAdded

public void phobAdded()
Specified by:
phobAdded in class AssociationNoun

phobUpdated

public void phobUpdated()
Do nothing on an update.

Specified by:
phobUpdated in class AssociationElt

phobRemoved

public void phobRemoved()
Specified by:
phobRemoved in class AssociationElt

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

main

public static void main(java.lang.String[] args)