Class SizableSynthScrollBarUI
- java.lang.Object
- 
- javax.swing.plaf.ComponentUI
- 
- javax.swing.plaf.ScrollBarUI
- 
- javax.swing.plaf.basic.BasicScrollBarUI
- 
- javax.swing.plaf.synth.SynthScrollBarUI
- 
- com.inductiveautomation.factorypmi.application.SizableSynthScrollBarUI
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.awt.LayoutManager,- java.beans.PropertyChangeListener,- java.util.EventListener,- javax.swing.plaf.synth.SynthConstants,- javax.swing.plaf.synth.SynthUI,- javax.swing.SwingConstants
 
 public class SizableSynthScrollBarUI extends javax.swing.plaf.synth.SynthScrollBarUI
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicScrollBarUIjavax.swing.plaf.basic.BasicScrollBarUI.ArrowButtonListener, javax.swing.plaf.basic.BasicScrollBarUI.ModelListener, javax.swing.plaf.basic.BasicScrollBarUI.PropertyChangeHandler, javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener, javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
 
- 
 - 
Field Summary- 
Fields inherited from class javax.swing.plaf.basic.BasicScrollBarUIbuttonListener, decrButton, DECREASE_HIGHLIGHT, decrGap, incrButton, INCREASE_HIGHLIGHT, incrGap, isDragging, maximumThumbSize, minimumThumbSize, modelListener, NO_HIGHLIGHT, propertyChangeListener, scrollbar, scrollBarWidth, scrollListener, scrollTimer, thumbColor, thumbDarkShadowColor, thumbHighlightColor, thumbLightShadowColor, thumbRect, trackColor, trackHighlight, trackHighlightColor, trackListener, trackRect
 
- 
 - 
Constructor SummaryConstructors Constructor Description SizableSynthScrollBarUI()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)protected voidinstallDefaults()- 
Methods inherited from class javax.swing.plaf.synth.SynthScrollBarUIconfigureScrollBarColors, createDecreaseButton, createIncreaseButton, getContext, getMinimumThumbSize, getPreferredSize, getSupportsAbsolutePositioning, installListeners, paint, paint, paintBorder, paintThumb, paintTrack, propertyChange, setThumbRollover, uninstallDefaults, uninstallListeners, update
 - 
Methods inherited from class javax.swing.plaf.basic.BasicScrollBarUIaddLayoutComponent, createArrowButtonListener, createModelListener, createPropertyChangeListener, createScrollListener, createTrackListener, getMaximumSize, getMaximumThumbSize, getThumbBounds, getTrackBounds, installComponents, installKeyboardActions, installUI, isThumbRollover, layoutContainer, layoutHScrollbar, layoutVScrollbar, minimumLayoutSize, paintDecreaseHighlight, paintIncreaseHighlight, paintThumb, paintTrack, preferredLayoutSize, removeLayoutComponent, scrollByBlock, scrollByUnit, setThumbBounds, uninstallComponents, uninstallKeyboardActions, uninstallUI
 
- 
 
-