JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
All Superinterfaces: 
Template  
 
All Known Implementing Classes: 
SegmentedControlTooltipTemplate  
 
Enclosing class: 
SegmentedControl <T > 
 
 
 
public static interface SegmentedControl.InfoTipTemplate<T> 
extends Template  
Extends oracle.javatools.ui.infotip.templates.Template so that the InfoTip content 
 gets updated to match the current segment under mouse hover.
 
 
 
 
Method Summary 
All Methods   Instance Methods   Abstract Methods    
Modifier and Type 
Method and Description 
 
javax.swing.JComponent 
getContent  ()
Return the content component that will be displayed in the popup window.
 
 
void 
setSegment  (Segment <T > s)
Modify the content component to match the current segment under mouse hover.
 
 
 
 
 
 
 
 
Method Detail 
 
getContent 
javax.swing.JComponent getContent() 
Return the content component that will be displayed in the popup window. 
 This method is called when an InfoTip is triggered by mouse hover just before it becomes visible.
Specified by:  
getContent  in interface Template  
Returns:  
The content component that will be assigned to InfoTip and displayed. 
 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2019, Oracle. All rights reserved.