edu.berkeley.guir.papier_mache.assoc
Class WebPage
java.lang.Object
edu.berkeley.guir.papier_mache.assoc.AssociationElt
edu.berkeley.guir.papier_mache.assoc.AssociationNoun
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 )
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebPage
public WebPage()
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)