Skip navigation links
org.netbeans.swing.tabcontrol 1.82
A B C D E F G H I K L M N O P R S T U V W 

T

TabActionEvent - Class in org.netbeans.swing.tabcontrol.event
An action event which may be consumed by a listener.
TabActionEvent(Object, String, int) - Constructor for class org.netbeans.swing.tabcontrol.event.TabActionEvent
Creates a new instance of TabActionEvent
TabActionEvent(Object, String, int, MouseEvent) - Constructor for class org.netbeans.swing.tabcontrol.event.TabActionEvent
 
Tabbed - Class in org.netbeans.swing.tabcontrol.customtabs
Abstraction of a container similar to JTabbedPane.
Tabbed() - Constructor for class org.netbeans.swing.tabcontrol.customtabs.Tabbed
 
Tabbed.Accessor - Interface in org.netbeans.swing.tabcontrol.customtabs
Visual containers that hold the tabbed components must implement this interface otherwise window drag and drop and some popup menu may not work correctly.
TABBED_CONTAINER_UI_CLASS_ID - Static variable in class org.netbeans.swing.tabcontrol.TabbedContainer
UIManager key for the UI Delegate to be used by tabbed containers.
TabbedComponentFactory - Interface in org.netbeans.swing.tabcontrol.customtabs
Service interface used by the Window System for creating NetBeans specific Tabbed Containers.
TabbedContainer - Class in org.netbeans.swing.tabcontrol
A tabbed container similar to a JTabbedPane.
TabbedContainer() - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Create a new pane with the default model and tabs displayer
TabbedContainer(TabDataModel) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Create a new pane with asociated model and the default tabs displayer
TabbedContainer(int) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
 
TabbedContainer(TabDataModel, int) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Create a new pane with the specified model and displayer type
TabbedContainer(TabDataModel, int, LocationInformer) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Deprecated.
TabbedContainer(TabDataModel, int, WinsysInfoForTabbed) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Deprecated.
TabbedContainer(TabDataModel, int, WinsysInfoForTabbedContainer) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainer
Create a new pane with the specified model, displayer type and extra information from winsys
TabbedContainerUI - Class in org.netbeans.swing.tabcontrol
Basic UI for tabbed containers.
TabbedContainerUI(TabbedContainer) - Constructor for class org.netbeans.swing.tabcontrol.TabbedContainerUI
Creates a new instance of TabbedContainerUI
TabbedType - Enum in org.netbeans.swing.tabcontrol.customtabs
Lists all possible types of tabbed container.
TabCellRenderer - Interface in org.netbeans.swing.tabcontrol.plaf
Interface for a component that can render a tab and handle other aspects of its functionality.
TabControlButton - Class in org.netbeans.swing.tabcontrol.plaf
A base class for control buttons placed within the tabs (view tabs) or next to the tab row (editor tabs).
TabControlButtonFactory - Class in org.netbeans.swing.tabcontrol.plaf
A factory to create tab control buttons.
TabData - Class in org.netbeans.swing.tabcontrol
Class representing data needed to represent a component in a tab.
TabData(Object, Icon, String, String) - Constructor for class org.netbeans.swing.tabcontrol.TabData
Create a new TabData object.
TabDataModel - Interface in org.netbeans.swing.tabcontrol
A data model representing a set of tabs and their associated data.
tabDisplayer - Variable in class org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
The Displayer for the tabs.
TabDisplayer - Class in org.netbeans.swing.tabcontrol
A Component which displays tabs supplied by a TabDataModel.
TabDisplayer() - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayer
 
TabDisplayer(TabDataModel, int) - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayer
Creates a new instance of TabDisplayer
TabDisplayer(TabDataModel, int, LocationInformer) - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayer
Deprecated.
TabDisplayer(TabDataModel, int, WinsysInfoForTabbed) - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayer
Deprecated.
TabDisplayer(TabDataModel, int, WinsysInfoForTabbedContainer) - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayer
Creates a new instance of TabDisplayer
TabDisplayer.AccessibleTabDisplayer - Class in org.netbeans.swing.tabcontrol
 
TabDisplayerUI - Class in org.netbeans.swing.tabcontrol
The basic UI of a tab displayer component.
TabDisplayerUI(TabDisplayer) - Constructor for class org.netbeans.swing.tabcontrol.TabDisplayerUI
Creates a new instance of TabDisplayerUI
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.customtabs.Tabbed
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.TabbedContainer
Gets the index of the tab at point p, or -1 if no tab is there
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.TabbedContainerUI
Get the tab at a given point in the coordinate space of the container.
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.TabDisplayer
 
tabForCoordinate(Point) - Method in class org.netbeans.swing.tabcontrol.TabDisplayerUI
Returns the index of the tab at the passed point, or -1 if no tab is at that location.
TabLayoutModel - Interface in org.netbeans.swing.tabcontrol.plaf
A model representing the visual layout of tabs in a TabDataModel as a set of rectangles.
TabListPopupAction - Class in org.netbeans.swing.tabcontrol
An action which, when invoked, displays a popup with an alphabetized table of all the tabs in a TabDisplayer.
TabListPopupAction(TabDisplayer) - Constructor for class org.netbeans.swing.tabcontrol.TabListPopupAction
 
TabPainter - Interface in org.netbeans.swing.tabcontrol.plaf
An extention to Border which can provide a non-rectangular interior region that will contain the tab's content, and actually paint that interior.
tabState - Variable in class org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
 
tabState - Variable in class org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
 
TabState - Class in org.netbeans.swing.tabcontrol.plaf
Used by BasicTabDisplayerUI and its subclasses.
TabState() - Constructor for class org.netbeans.swing.tabcontrol.plaf.TabState
 
tick() - Method in class org.netbeans.swing.tabcontrol.plaf.BusyTabsSupport.DefaultBusyTabsSupport
 
tick() - Method in class org.netbeans.swing.tabcontrol.plaf.BusyTabsSupport
Invoked between each repaint events.
toComp(TabData) - Method in class org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
Convenience method for fetching a component from a TabData object via the container's ComponentConverter
toDropPoint(Point) - Method in class org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
Converts a point into a point in the coordinate space of the tabs area, for determining what index a drop operation should affect.
toInt() - Method in enum org.netbeans.swing.tabcontrol.customtabs.TabbedType
 
TOOLBAR_TAB_DISPLAYER_UI_CLASS_ID - Static variable in class org.netbeans.swing.tabcontrol.TabDisplayer
UIManager key for the UI delegate to be used for toolbar style tabs
ToolbarTabDisplayerUI - Class in org.netbeans.swing.tabcontrol.plaf
A TabDisplayerUI which uses a JToolBar and JButtons.
ToolbarTabDisplayerUI(TabDisplayer) - Constructor for class org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI
Creates a new instance of ToolbarTabDisplayerUI
ToolbarTabDisplayerUI.IndexButton - Class in org.netbeans.swing.tabcontrol.plaf
A button which will get its content from an index in the datamodel which corresponds to its index in its parent's component hierarchy.
toString() - Method in class org.netbeans.swing.popupswitcher.SwitcherTableItem
Returns human readable description of this item
toString() - Method in class org.netbeans.swing.tabcontrol.DefaultTabDataModel
 
toString() - Method in class org.netbeans.swing.tabcontrol.event.ArrayDiff
 
toString() - Method in class org.netbeans.swing.tabcontrol.event.ComplexListDataEvent
 
toString() - Method in class org.netbeans.swing.tabcontrol.event.TabActionEvent
 
toString() - Method in class org.netbeans.swing.tabcontrol.event.VeryComplexListDataEvent
 
toString() - Method in class org.netbeans.swing.tabcontrol.plaf.EqualPolygon
Overridden to produce a meaningful result.
toString() - Method in class org.netbeans.swing.tabcontrol.plaf.TabState
 
toString() - Method in class org.netbeans.swing.tabcontrol.TabData
Get a string representation of this object
TYPE_EDITOR - Static variable in class org.netbeans.swing.tabcontrol.TabbedContainer
Creates a "editor" style displayer; typically this uses a scrolling tabs UI for the tab displayer.
TYPE_EDITOR - Static variable in class org.netbeans.swing.tabcontrol.TabDisplayer
Displayer type for editor tabs, which scroll (typically - depends on what the UI does).
TYPE_SLIDING - Static variable in class org.netbeans.swing.tabcontrol.TabbedContainer
Creates a "sliding" view, typically with tabs rendered as buttons along the left, bottom or right edge, with no scrolling behavior for tabs.
TYPE_SLIDING - Static variable in class org.netbeans.swing.tabcontrol.TabDisplayer
 
TYPE_TOOLBAR - Static variable in class org.netbeans.swing.tabcontrol.TabbedContainer
Creates a Toolbar-style displayer (the style used by the NetBeans Form Editor's Component Inspector and a few other places in NetBeans).
TYPE_TOOLBAR - Static variable in class org.netbeans.swing.tabcontrol.TabDisplayer
 
TYPE_VIEW - Static variable in class org.netbeans.swing.tabcontrol.TabbedContainer
Creates a "view" style displayer; typically this will have a fixed width and a single row of tabs which get smaller as more tabs are added, as seen in NetBeans’ Explorer window.
TYPE_VIEW - Static variable in class org.netbeans.swing.tabcontrol.TabDisplayer
Displayer type for view tabs, which do not scroll and simply divide the available space between themselves.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links
org.netbeans.swing.tabcontrol 1.82