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)
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DestinationTab
public DestinationTab(java.lang.String text,
boolean disabled,
char accessKey,
java.lang.String desintation)
- Creates a DestinationTab
getDestination
public final java.lang.String getDestination()
- Gets the access key for the Tab