JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.3.0)  E80094-01
 
java.lang.Object 
java.text.AttributedCharacterIterator.Attribute 
oracle.javatools.ui.SuperTextAttribute 
 
 
 
 
 
 
Field Summary 
Fields    
Modifier and Type 
Field and Description 
 
static SuperTextAttribute  
HYPERLINK 
TextAttribute key to indicate a run of text makes up a hyperlink.
 
 
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute 
INPUT_METHOD_SEGMENT, LANGUAGE, READING 
 
 
 
 
Constructor Summary 
Constructors    
Modifier 
Constructor and Description 
 
protected  
SuperTextAttribute  (java.lang.String name)  
 
 
 
 
Method Summary 
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute 
equals, getName, hashCode, readResolve, toString 
 
 
Methods inherited from class java.lang.Object 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
 
 
 
 
 
 
 
Field Detail 
 
HYPERLINK 
public static final SuperTextAttribute  HYPERLINK 
TextAttribute key to indicate a run of text makes up a hyperlink. The hyperlink will be highlighted 
 when the mouse moves over the run.
 The corresponding value must be a String. This String will be passed to action listeners of SuperLabels
 when the link is clicked as the command of the action event.
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.3.0)  E80094-01
 
Copyright © 1997, 2017, Oracle. All rights reserved.