abbot.tester
Class JTabbedPaneLocation.TabNotVisibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by abbot.tester.ActionFailedException
                  extended by abbot.tester.LocationUnavailableException
                      extended by abbot.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
           
 
Constructor Summary
JTabbedPaneLocation.TabNotVisibleException(int index)
           
 
Method Summary
 
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-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge