Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.controls.customtab
Class CustomTabPage

java.lang.Object
  extended by oracle.ide.controls.customtab.CustomTabPage

Direct Known Subclasses:
DefaultCustomTabPage

public abstract class CustomTabPage
extends java.lang.Object

Constructor Summary
CustomTabPage()
           

 

Method Summary
 java.awt.Rectangle getBounds()
           
abstract  javax.swing.Icon getIcon()
           
abstract  java.lang.String getLabel()
           
abstract  java.lang.String getLongLabel()
           
abstract  java.lang.String getTooltip()
           
 boolean isCloseable()
          Returns whether the page is closeable
 boolean isCompressed()
           
 boolean isCondensed()
          Returns whether the long label is to be ignored
 boolean isDirty()
           
 boolean isEnabled()
           
 boolean isHighlighted()
          Determines if the page's tab should be drawn as highlighted
 boolean isVisible()
           
 void setBounds(int x, int y, int width, int height)
           
 void setCloseable(boolean closeable)
          Sets whether the page is closeable
 void setCompressed(boolean compressed)
           
 void setCondensed(boolean condensed)
          Sets whether the long label is to be ignored
 void setDirty(boolean dirty)
           
 void setEnabled(boolean enabled)
           
 void setFlags(int flags)
           
 void setHighlighted(boolean highlighted)
          Sets the page to be highlighted to indicate the page contents have changed
 void setVisible(boolean visible)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CustomTabPage

public CustomTabPage()

Method Detail

getIcon

public abstract javax.swing.Icon getIcon()

getLabel

public abstract java.lang.String getLabel()

getLongLabel

public abstract java.lang.String getLongLabel()

getTooltip

public abstract java.lang.String getTooltip()

getBounds

public final java.awt.Rectangle getBounds()

setBounds

public final void setBounds(int x,
                            int y,
                            int width,
                            int height)

setFlags

public void setFlags(int flags)

isCompressed

public boolean isCompressed()

setCompressed

public void setCompressed(boolean compressed)

setEnabled

public void setEnabled(boolean enabled)

isEnabled

public boolean isEnabled()

setDirty

public void setDirty(boolean dirty)

isDirty

public boolean isDirty()

setHighlighted

public void setHighlighted(boolean highlighted)
Sets the page to be highlighted to indicate the page contents have changed
Parameters:
highlighted - true if the page's tab should be highlighted; false otherwise

isHighlighted

public boolean isHighlighted()
Determines if the page's tab should be drawn as highlighted
Returns:
true if the page's tab should be highlighted; false otherwise

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

isCondensed

public boolean isCondensed()
Returns whether the long label is to be ignored

setCondensed

public void setCondensed(boolean condensed)
Sets whether the long label is to be ignored

isCloseable

public boolean isCloseable()
Returns whether the page is closeable

setCloseable

public void setCloseable(boolean closeable)
Sets whether the page is closeable

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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