Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.imagero.gui.swing

Class Summary
ActionGroup ActionGroup.
BackgroundPainter BackgroundPainter.
ButtonProxy  
ButtonRenderer  
ComponentProxy ComponentProxy can rotate (90, 180, 270) any JComponent (except those which using CellRenderer to paint itself)
ComponentRenderer ComponentRenderer can rotate (90, 180, 270) any JComponent (except those which are using CellRenderer to paint itself)
CompositeIcon CompositeIcon is an Icon implementation which draws two icons with a specified relative position: LEFT, RIGHT, TOP, BOTTOM specify how icon1 is drawn relative to icon2 CENTER: icon1 is drawn first, icon2 is drawn over it and with horizontal and vertical orientations within the alloted space It's useful with VTextIcon when you want an icon with your text: if icon1 is the graphic icon and icon2 is the VTextIcon, you get a similar effect to a JLabel with a graphic icon and text
DefaultAutoscrollHandler DefaultAutoscrollHandler.
Divider  
Divider.DividerComponent  
Divider.DividerDragHandler  
FoldableButtonPanel  
ImagePanel ImagePanel.
ImmediateToolTipManager  
ImmediateToolTipManager.MouseHandler  
JBorderShape JBorderShape.
JBorderShape.BorderShapeMouseHandler  
JHistogram  
JMultiSplitPane JMultiSplitPane Like JSplitPane, but not restricted (e.g.
JMultiSplitPane.Bounds  
JShape JShape.
JShapeButton  
JTextShape JTextShape.
MenuButton  
MenuButton.MButton  
MScrollPane MScrollPane.
The only difference between JScrollPane and MScrollPane is:
if view size is lesser then viewport size, then JScrollPane places view is at top left viewport corner, MScrollPane places view in the middle of viewport.
MultiSplitPane MultiSplitPane Like JSplitPane, but not restricted (e.g.
MultiSplitPane.Bounds  
MultiSplitPane.Divider  
MultiSplitPane.Divider.DividerDragHandler  
MultiSplitPane.SplitPaneConstraints  
PaintConfig PaintConfig.
SCheckBoxMenuItem AbstractAction lacks possibility to share one action between some JCheckBoxMenuItem(s) or JToggleButton(s) (selected state ignored)
ScrollPaneNavigator ScrollPaneNavigator.
SelectableAction SelectableAction.
SelectionGroup SelectionGroup.java JComponent of the group can be selected (through simple Mouse Click or programmatically) JComponent can know if it selected or not through call getClientProperty("isSelected");
Shapes Utility class for creating basic shapes
ShapeUnit ShapeUnit consists of Shape and drawing options - AffineTransform, Paint, Image and so on.
SplitPaneConstraints Created by IntelliJ IDEA.
SRadioButtonMenuItem AbstractAction lacks possibility to share one action between some JCheckBoxMenuItem(s) or JToggleButton(s) (selected state ignored)
SToggleButton AbstractAction lacks possibility to share one action between some JCheckBoxMenuItem(s) or JToggleButton(s) (selected state ignored)
Test  
TLToolTipManager TLToolTipManager.java ToolTipManager for both JTree and JList.
TLToolTipManager.TipWindow TipWindow.
VTextIcon VTextIcon is an Icon implementation which draws a short string vertically.