|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TabbedPaneUI
javax.swing.plaf.basic.BasicTabbedPaneUI
leon.view.win.swing.component.LyJTabbedPaneUI
public class LyJTabbedPaneUI
Specific class for UI of the tab panel.
LySwingTabs
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI |
---|
javax.swing.plaf.basic.BasicTabbedPaneUI.FocusHandler, javax.swing.plaf.basic.BasicTabbedPaneUI.MouseHandler, javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler, javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout, javax.swing.plaf.basic.BasicTabbedPaneUI.TabSelectionHandler |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
---|---|
LyJTabbedPaneUI()
|
Method Summary | |
---|---|
int |
getCloseButtonAtPosition(java.awt.Point point)
Return the index of the close button at given position. |
java.awt.Rectangle |
getLabelBounds(java.lang.String label)
Return the position of a given item. |
void |
setCloseImage(java.awt.Image closeImage,
java.awt.Image closeOverImage)
Sets the image used for the close button. |
void |
setMouseOverCloseButton(int index)
Sets the close button that has the mouse over. |
Methods inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI |
---|
createUI, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getTabBounds, getTabRunCount, installUI, paint, tabForCoordinate, uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getPreferredSize, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJTabbedPaneUI()
Method Detail |
---|
public void setCloseImage(java.awt.Image closeImage, java.awt.Image closeOverImage)
closeImage
- the image used for the close button.public void setMouseOverCloseButton(int index)
index
- index of the close button that has the mouse over.public int getCloseButtonAtPosition(java.awt.Point point)
point
- the position on the screen.
public java.awt.Rectangle getLabelBounds(java.lang.String label)
label
- the label of the item.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |