abbot.tester
Class JTabbedPaneLocation.TabNotVisibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byabbot.tester.ActionFailedException
                  extended byabbot.tester.LocationUnavailableException
                      extended byabbot.tester.JTabbedPaneLocation.TabNotVisibleException
All Implemented Interfaces:
Serializable
Enclosing class:
JTabbedPaneLocation

class JTabbedPaneLocation.TabNotVisibleException
extends LocationUnavailableException

This exception is thrown if a given tab is not currently visible. Some LAFs may not display all tabs concurrently. OSX, for example, puts tabs that don't fit into a popup menu.


Field Summary
 int index
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
JTabbedPaneLocation.TabNotVisibleException(int index)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int index
Constructor Detail

JTabbedPaneLocation.TabNotVisibleException

public JTabbedPaneLocation.TabNotVisibleException(int index)


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge