Serialized Form


Package net.java.balloontip

Class net.java.balloontip.BalloonTip extends JPanel implements Serializable

Serialized Fields

contents

JComponent contents

closeButton

JButton closeButton

visibilityControl

BalloonTip.VisibilityControl visibilityControl

style

BalloonTipStyle style

padding

int padding

opacity

float opacity

positioner

BalloonTipPositioner positioner

topLevelContainer

JLayeredPane topLevelContainer

attachedComponent

JComponent attachedComponent

componentListener

ComponentListener componentListener

topLevelContainerListener

ComponentAdapter topLevelContainerListener

tabbedPaneListener

ComponentAdapter tabbedPaneListener

viewportListener

net.java.balloontip.BalloonTip.NestedViewportListener viewportListener

clickListener

MouseAdapter clickListener

Class net.java.balloontip.CustomBalloonTip extends BalloonTip implements Serializable

Serialized Fields

offset

Rectangle offset

Class net.java.balloontip.TablecellBalloonTip extends CustomBalloonTip implements Serializable

Serialized Fields

row

int row

column

int column

attachedComponentParentListener

AncestorListener attachedComponentParentListener

columnListener

TableColumnModelListener columnListener

tableModelListener

TableModelListener tableModelListener



http://balloontip.java.net/