首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
T-Index (Tab Control) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.swing.tabcontrol 1.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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_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.
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
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
TabCellRenderer
- Interface in
org.netbeans.swing.tabcontrol.plaf
Interface for a component that can render a tab and handle other aspects of its functionality.
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
Creates a new instance of TabDisplayer
TabDisplayer.AccessibleTabDisplayer
- Class in
org.netbeans.swing.tabcontrol
TabDisplayer.AccessibleTabDisplayer()
- Constructor for class org.netbeans.swing.tabcontrol.
TabDisplayer.AccessibleTabDisplayer
Constructs an AccessibleTabDisplayer
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.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
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.
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.
ToolbarTabDisplayerUI.IndexButton()
- Constructor for class org.netbeans.swing.tabcontrol.plaf.
ToolbarTabDisplayerUI.IndexButton
Create a new button representing an index in the model.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.swing.tabcontrol 1.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.