org.netbeans.modules.soa.ui.tnv.impl |
|
Java Source File Name | Type | Comment |
ComponentChangeTracker.java | Class | |
DndProcessor.java | Class | Provide processing of DnD operation for single axis. |
DndStartPositionState.java | Class | |
ThumbnailGraphics.java | Class | This class is a wrapper over a standard Graphics2D.
In most cases it do nothing self and pass method calls to
the wrapped graphics object.
It overrides some setters to make painting faster.
For example, it prevent drawing dashed lines and draw solid lines instead.
// TODO prevent the gradient fill. |
ThumbnailPositionState.java | Class | Keeps the current position and size of the Tnumbnail view and the visible area. |
ThumbnailViewImpl.java | Class | The implementation of the Thumbnail view which uses the double coordinates. |