| javax.swing.plaf.basic.BasicTabbedPaneUI com.l2fprod.common.swing.plaf.basic.BasicOutlookBarUI
All known Subclasses: com.l2fprod.common.swing.plaf.windows.WindowsOutlookBarUI,
Method Summary | |
protected TabButton | buttonForTab(int index) | protected ChangeListener | createChangeListener() | protected MouseListener | createMouseListener() | protected PropertyChangeListener | createPropertyChangeListener() | protected TabButton | createTabButton() | protected ContainerListener | createTabListener() | public static ComponentUI | createUI(JComponent c) | public Rectangle | getTabBounds(JTabbedPane pane, int index) | public int | getTabRunCount(JTabbedPane pane) | protected int | indexOfComponent(Component component) | protected void | installDefaults() | protected void | installListeners() | public JScrollPane | makeScrollPane(Component component) | public void | paint(Graphics g, JComponent c) | protected void | paintContentBorder(Graphics g, int tabPlacement, int selectedIndex) | protected void | paintContentBorderBottomEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) | protected void | paintContentBorderLeftEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) | protected void | paintContentBorderRightEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) | protected void | paintContentBorderTopEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h) | protected void | paintFocusIndicator(Graphics g, int tabPlacement, Rectangle[] rects, int tabIndex, Rectangle iconRect, Rectangle textRect, boolean isSelected) | protected void | paintIcon(Graphics g, int tabPlacement, int tabIndex, Icon icon, Rectangle iconRect, boolean isSelected) | protected void | paintTab(Graphics g, int tabPlacement, Rectangle[] rects, int tabIndex, Rectangle iconRect, Rectangle textRect) | protected void | paintTabArea(Graphics g, int tabPlacement, int selectedIndex) | protected void | paintTabBackground(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected) | protected void | paintTabBorder(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected) | protected void | paintText(Graphics g, int tabPlacement, Font font, FontMetrics metrics, int tabIndex, String title, Rectangle textRect, boolean isSelected) | protected boolean | requestFocusForVisibleComponent0() | protected void | tabAdded(Component newTab) | public int | tabForCoordinate(JTabbedPane pane, int x, int y) | protected void | tabRemoved(Component removedTab) | protected void | uninstallDefaults() | protected void | uninstallListeners() | protected void | updateTabButtonAt(int index) | protected void | updateTabLayoutOrientation() |
buttonForTab | protected TabButton buttonForTab(int index)(Code) | | |
createMouseListener | protected MouseListener createMouseListener()(Code) | | Overriden to return an empty adapter, the default listener was
just implementing the tab selection mechanism
|
createTabButton | protected TabButton createTabButton()(Code) | | |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
paintContentBorder | protected void paintContentBorder(Graphics g, int tabPlacement, int selectedIndex)(Code) | | |
paintContentBorderBottomEdge | protected void paintContentBorderBottomEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code) | | |
paintContentBorderLeftEdge | protected void paintContentBorderLeftEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code) | | |
paintContentBorderRightEdge | protected void paintContentBorderRightEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code) | | |
paintContentBorderTopEdge | protected void paintContentBorderTopEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code) | | |
paintTabArea | protected void paintTabArea(Graphics g, int tabPlacement, int selectedIndex)(Code) | | |
paintTabBackground | protected void paintTabBackground(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)(Code) | | |
paintTabBorder | protected void paintTabBorder(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)(Code) | | |
requestFocusForVisibleComponent0 | protected boolean requestFocusForVisibleComponent0()(Code) | | |
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
updateTabButtonAt | protected void updateTabButtonAt(int index)(Code) | | Called whenever a property of a tab is changed
Parameters: index - |
updateTabLayoutOrientation | protected void updateTabLayoutOrientation()(Code) | | |
Methods inherited from javax.swing.plaf.basic.BasicTabbedPaneUI | protected void assureRectsCreated(int tabCount)(Code)(Java Doc) protected int calculateMaxTabHeight(int tabPlacement)(Code)(Java Doc) protected int calculateMaxTabWidth(int tabPlacement)(Code)(Java Doc) protected int calculateTabAreaHeight(int tabPlacement, int horizRunCount, int maxTabHeight)(Code)(Java Doc) protected int calculateTabAreaWidth(int tabPlacement, int vertRunCount, int maxTabWidth)(Code)(Java Doc) protected int calculateTabHeight(int tabPlacement, int tabIndex, int fontHeight)(Code)(Java Doc) protected int calculateTabWidth(int tabPlacement, int tabIndex, FontMetrics metrics)(Code)(Java Doc) protected ChangeListener createChangeListener()(Code)(Java Doc) protected FocusListener createFocusListener()(Code)(Java Doc) protected LayoutManager createLayoutManager()(Code)(Java Doc) protected MouseListener createMouseListener()(Code)(Java Doc) protected PropertyChangeListener createPropertyChangeListener()(Code)(Java Doc) protected JButton createScrollButton(int direction)(Code)(Java Doc) public static ComponentUI createUI(JComponent c)(Code)(Java Doc) protected void expandTabRunsArray()(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) protected int getBaseline(int tab)(Code)(Java Doc) protected int getBaselineOffset()(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) protected Insets getContentBorderInsets(int tabPlacement)(Code)(Java Doc) protected int getFocusIndex()(Code)(Java Doc) protected FontMetrics getFontMetrics()(Code)(Java Doc) protected Icon getIconForTab(int tabIndex)(Code)(Java Doc) public Dimension getMaximumSize(JComponent c)(Code)(Java Doc) public Dimension getMinimumSize(JComponent c)(Code)(Java Doc) protected int getNextTabIndex(int base)(Code)(Java Doc) protected int getNextTabIndexInRun(int tabCount, int base)(Code)(Java Doc) protected int getNextTabRun(int baseRun)(Code)(Java Doc) protected int getPreviousTabIndex(int base)(Code)(Java Doc) protected int getPreviousTabIndexInRun(int tabCount, int base)(Code)(Java Doc) protected int getPreviousTabRun(int baseRun)(Code)(Java Doc) protected int getRolloverTab()(Code)(Java Doc) protected int getRunForTab(int tabCount, int tabIndex)(Code)(Java Doc) protected Insets getSelectedTabPadInsets(int tabPlacement)(Code)(Java Doc) protected Insets getTabAreaInsets(int tabPlacement)(Code)(Java Doc) public Rectangle getTabBounds(JTabbedPane pane, int i)(Code)(Java Doc) protected Rectangle getTabBounds(int tabIndex, Rectangle dest)(Code)(Java Doc) protected Insets getTabInsets(int tabPlacement, int tabIndex)(Code)(Java Doc) protected int getTabLabelShiftX(int tabPlacement, int tabIndex, boolean isSelected)(Code)(Java Doc) protected int getTabLabelShiftY(int tabPlacement, int tabIndex, boolean isSelected)(Code)(Java Doc) public int getTabRunCount(JTabbedPane pane)(Code)(Java Doc) protected int getTabRunIndent(int tabPlacement, int run)(Code)(Java Doc) protected int getTabRunOffset(int tabPlacement, int tabCount, int tabIndex, boolean forward)(Code)(Java Doc) protected int getTabRunOverlay(int tabPlacement)(Code)(Java Doc) protected View getTextViewForTab(int tabIndex)(Code)(Java Doc) protected Component getVisibleComponent()(Code)(Java Doc) protected void installComponents()(Code)(Java Doc) protected void installDefaults()(Code)(Java Doc) protected void installKeyboardActions()(Code)(Java Doc) protected void installListeners()(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) protected int lastTabInRun(int tabCount, int run)(Code)(Java Doc) protected void layoutLabel(int tabPlacement, FontMetrics metrics, int tabIndex, String title, Icon icon, Rectangle tabRect, Rectangle iconRect, Rectangle textRect, boolean isSelected)(Code)(Java Doc) protected void navigateSelectedTab(int direction)(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintContentBorder(Graphics g, int tabPlacement, int selectedIndex)(Code)(Java Doc) protected void paintContentBorderBottomEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code)(Java Doc) protected void paintContentBorderLeftEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code)(Java Doc) protected void paintContentBorderRightEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code)(Java Doc) protected void paintContentBorderTopEdge(Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h)(Code)(Java Doc) protected void paintFocusIndicator(Graphics g, int tabPlacement, Rectangle[] rects, int tabIndex, Rectangle iconRect, Rectangle textRect, boolean isSelected)(Code)(Java Doc) protected void paintIcon(Graphics g, int tabPlacement, int tabIndex, Icon icon, Rectangle iconRect, boolean isSelected)(Code)(Java Doc) protected void paintTab(Graphics g, int tabPlacement, Rectangle[] rects, int tabIndex, Rectangle iconRect, Rectangle textRect)(Code)(Java Doc) protected void paintTabArea(Graphics g, int tabPlacement, int selectedIndex)(Code)(Java Doc) protected void paintTabBackground(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)(Code)(Java Doc) protected void paintTabBorder(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)(Code)(Java Doc) protected void paintText(Graphics g, int tabPlacement, Font font, FontMetrics metrics, int tabIndex, String title, Rectangle textRect, boolean isSelected)(Code)(Java Doc) protected static void rotateInsets(Insets topInsets, Insets targetInsets, int targetPlacement)(Code)(Java Doc) protected void selectAdjacentRunTab(int tabPlacement, int tabIndex, int offset)(Code)(Java Doc) protected void selectNextTab(int current)(Code)(Java Doc) protected void selectNextTabInRun(int current)(Code)(Java Doc) protected void selectPreviousTab(int current)(Code)(Java Doc) protected void selectPreviousTabInRun(int current)(Code)(Java Doc) protected void setRolloverTab(int index)(Code)(Java Doc) protected void setVisibleComponent(Component component)(Code)(Java Doc) protected boolean shouldPadTabRun(int tabPlacement, int run)(Code)(Java Doc) protected boolean shouldRotateTabRuns(int tabPlacement)(Code)(Java Doc) public int tabForCoordinate(JTabbedPane pane, int x, int y)(Code)(Java Doc) protected void uninstallComponents()(Code)(Java Doc) protected void uninstallDefaults()(Code)(Java Doc) protected void uninstallKeyboardActions()(Code)(Java Doc) protected void uninstallListeners()(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc)
|
|
|