Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image.util
Class DestinationTab

java.lang.Object
  |
  +--oracle.cabo.image.util.Tab
        |
        +--oracle.cabo.image.util.DestinationTab

public class DestinationTab
extends Tab

A Tab subclass which adds a destination property. DestinationTab is meant to be used instead of Tab for two purposes. First, the ImageGenerator XML paring code use DestiantionTab instances to pass destintation information to the ImageGenerator tool, which in turns uses this information to generate an image map. Second, clients can use DestinationTab to provide destination information to MapUtils.writeTabBarImageMap(). Desintations are never taken into account when rendering tab bar images. Destinations are only used for image map generation, not image generation.

See Also:
Tab, MapUtils.writeTabBarImageMap(oracle.cabo.image.util.MapArea[], oracle.cabo.image.util.Tab[], java.lang.String, java.io.PrintWriter)

Fields inherited from class oracle.cabo.image.util.Tab
ACCESS_KEY_UNDEFINED
 
Constructor Summary
DestinationTab(java.lang.String text, boolean disabled, char accessKey, java.lang.String desintation)
          Creates a DestinationTab
 
Method Summary
 java.lang.String getDestination()
          Gets the access key for the Tab
 
Methods inherited from class oracle.cabo.image.util.Tab
equals, getAccessKey, getText, hashCode, isDisabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationTab

public DestinationTab(java.lang.String text,
                      boolean disabled,
                      char accessKey,
                      java.lang.String desintation)
Creates a DestinationTab
Method Detail

getDestination

public final java.lang.String getDestination()
Gets the access key for the Tab

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.