-
Class Summary
Class |
Description |
CompositeIcon |
CompositeIcon is an Icon implementation which draws two icons with a
specified relative position from the constant class SwingConstants :
|
MCSTabbedPaneUI |
New user defined UI classes for the tabbed pane.
|
VTextIcon |
VTextIcon is an Icon implementation which draws a short string vertically.
|
-
Package de.desy.mst.libs.accelerator.view.thirdParty Description
Version: $Id: package.html 27170 2009-07-15 15:02:14Z walla $
This package develops third party classes which support the application in
creating new GUI components and calculations.
CHANGES
- 09.07.09: Created this package.
- 09.07.09: Included new class for drawing rotated text labels in
a tabbed pane by creating an icon which is add to the tabbed pane as an
image. This class is called VTextIcon. More information can be
found on the following web page: http://www.oreillynet.com/pub/a/mac/2002/03/22/vertical_text.html.
- 09.07.09: Included new class for compining two icons in one. This is
used for drawing rotated icons in a tabbed pane with an image. See at the
class of VTextIcon for more information. There also exists an
example of drawing these icons in a tabbed pane. This class is called
CompositeIcon. More information can be
found on the following web page: http://www.oreillynet.com/pub/a/mac/2002/03/22/vertical_text.html.
- 15.07.09: Move the class of the UI information about the tabbed panel
from the special project of L2RFClientModulatorService to here. This class
is called, according to Sun's naming convention, MCSTabbedPaneUI.
For more information about the here realized UI class you should have a look
at Sun's forums web page:
Real Vertical Tabs on JTabbedPane! solution.
TODO
- There is nothing to do in here.