Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.compare.view
Interface CustomHorizontalScrollView

All Known Implementing Classes:
BaseCompareView, IdeBaseCompareView, ListCompareView, SequenceCompareView, WedgeCompareView

Deprecated. included in release 11.1.1.2.0 (Shepherd), to be removed in 11.1.2.0.0 (Sherman); replaced by extending BaseCompareView.

@Deprecated
public interface CustomHorizontalScrollView

A compare view that uses a custom horizontal scrollbar implements this interface. This is provided to allow editors like JDeveloper determine generically whether to provide custom scrolling for the viewer in the editing framework.

Since:
10.0.3

Method Summary
 java.awt.Component getHorizontalScrollComponent()
          Deprecated. Get the horizontal scrollbar component for this compare view.
 

Method Detail

getHorizontalScrollComponent

java.awt.Component getHorizontalScrollComponent()
Deprecated. 
Get the horizontal scrollbar component for this compare view.

Returns:
a component that controls horizontal scrolling in this compare view.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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