Uses of Class
org.sexydock.tabs.Tab
Packages that use Tab
-
Uses of Tab in org.sexydock.tabs
Fields in org.sexydock.tabs declared as TabMethods in org.sexydock.tabs that return TabModifier and TypeMethodDescriptionDefaultTabFactory.createTab()
ITabFactory.createTab()
DefaultTabFactory.createTabWithContent()
ITabFactory.createTabWithContent()
protected Tab
BasicTabUI.getTab()
Methods in org.sexydock.tabs with parameters of type TabModifier and TypeMethodDescriptionvoid
DefaultFloatingTabHandler.initialize
(Tab draggedTab, Point grabPoint) boolean
BasicTabUI.isDraggableAt
(Tab tab, Point p) abstract boolean
TabUI.isDraggableAt
(Tab tabRenderer, Point p) boolean
BasicTabUI.isHoverableAt
(Tab tab, Point p) abstract boolean
TabUI.isHoverableAt
(Tab tabRenderer, Point p) boolean
BasicTabUI.isSelectableAt
(Tab tab, Point p) abstract boolean
TabUI.isSelectableAt
(Tab tabRenderer, Point p) boolean
ITabbedPaneDndPolicy.isSnapInAllowed
(JTabbedPane tabbedPane, Tab tab) Controls whether a jhromeTab may be "snapped in" to aJhromeTabbedPane
(if it can be added by being dragged over the tabbed pane).boolean
ITabbedPaneDndPolicy.isTearAwayAllowed
(JTabbedPane tabbedPane, Tab tab) Controls whether a jhromeTab may be "torn away" from aJhromeTabbedPane
(if it can be removed by being dragged out of the tabbed pane).void
DefaultTabDropFailureHandler.onDropFailure
(DragSourceDropEvent dsde, Tab draggedTab, Dimension dragSourceWindowSize) void
ITabDropFailureHandler.onDropFailure
(DragSourceDropEvent dsde, Tab draggedTab, Dimension sourceWindowSize) void
DefaultFloatingTabHandler.onFloatingBegin
(Tab draggedTab, Point grabPoint) void
IFloatingTabHandler.onFloatingBegin
(Tab draggedTab, Point grabPoint) void
DefaultFloatingTabHandler.onFloatingTabDragged
(DragSourceDragEvent dsde, Tab draggedTab, double grabX) void
IFloatingTabHandler.onFloatingTabDragged
(DragSourceDragEvent dsde, Tab draggedTab, double grabX) Constructors in org.sexydock.tabs with parameters of type TabModifierConstructorDescriptionTabDragInfo
(Tab tab, Point grabPoint, double grabX, IFloatingTabHandler floatingTabHandler, Dimension sourceWindowSize) -
Uses of Tab in org.sexydock.tabs.event
Fields in org.sexydock.tabs.event declared as TabModifier and TypeFieldDescriptionfinal Tab
TabAddedEvent.addedTab
final Tab
TabMovedEvent.movedTab
final Tab
TabSelectedEvent.newSelected
final Tab
TabSelectedEvent.prevSelected
final Tab
TabRemovedEvent.removedTab
Fields in org.sexydock.tabs.event with type parameters of type TabConstructors in org.sexydock.tabs.event with parameters of type TabModifierConstructorDescriptionTabAddedEvent
(JTabbedPane tabbedPane, long timestamp, Tab addedTab, int insertIndex) TabMovedEvent
(JTabbedPane tabbedPane, long timestamp, Tab movedTab, int prevIndex, int newIndex) TabRemovedEvent
(JTabbedPane tabbedPane, long timestamp, Tab removedTab, int removedIndex) TabSelectedEvent
(JTabbedPane tabbedPane, long timestamp, Tab prevSelected, int prevSelectedIndex, Tab newSelected, int newSelectedIndex) Constructor parameters in org.sexydock.tabs.event with type arguments of type TabModifierConstructorDescriptionTabsClearedEvent
(JTabbedPane tabbedPane, long timestamp, List<Tab> removedTabs) -
Uses of Tab in org.sexydock.tabs.jhrome
Methods in org.sexydock.tabs.jhrome that return TabModifier and TypeMethodDescriptionJhromeTabbedPaneUI.getDraggableTabAt
(Point p) JhromeTabbedPaneUI.getHoverableTabAt
(Point p) JhromeTabbedPaneUI.getSelectableTabAt
(Point p) Methods in org.sexydock.tabs.jhrome that return types with arguments of type TabMethods in org.sexydock.tabs.jhrome with parameters of type TabModifier and TypeMethodDescriptionvoid
JhromeTabbedPaneUI.createDragImage
(Tab tab) static void
JhromeTabbedPaneUI.insertTab
(JTabbedPane tabbedPane, int index, Tab tab) boolean
JhromeTabUI.isHoverableAt
(Tab tab, Point p)