Extension SDK 10.1.2


oracle.ide.log
Class Href

java.lang.Object
  extended byoracle.ide.log.StyledMessage
      extended byoracle.ide.log.Href


public abstract class Href
extends StyledMessage

Field Summary
protected java.net.URL _url

Constructor Summary
Href(java.lang.String text, java.net.URL url)
Href(java.lang.String text, java.net.URL url, javax.swing.text.AttributeSet attributeSet)

Method Summary
java.awt.Cursor getCursor()
java.net.URL getURL()
abstract void go()

Methods inherited from class oracle.ide.log.StyledMessage
clearText, getAttributes, getEndOffset, getLength, getStartOffset, getText, setEndOffset, setLength, setStartOffset, toString, updateOffsets

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

_url

protected final java.net.URL _url

Constructor Detail

Href

public Href(java.lang.String text,
            java.net.URL url)

Href

public Href(java.lang.String text,
            java.net.URL url,
            javax.swing.text.AttributeSet attributeSet)

Method Detail

getURL

public final java.net.URL getURL()

go

public abstract void go()

getCursor

public java.awt.Cursor getCursor()

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.