org.jvnet.lafwidget.layout
Class TransitionBorder.BorderUIResource

java.lang.Object
  extended by org.jvnet.lafwidget.layout.TransitionBorder
      extended by org.jvnet.lafwidget.layout.TransitionBorder.BorderUIResource
All Implemented Interfaces:
javax.swing.border.Border, javax.swing.plaf.UIResource
Enclosing class:
TransitionBorder

public static class TransitionBorder.BorderUIResource
extends TransitionBorder
implements javax.swing.plaf.UIResource

Wrapper border that implements the UIResource interface.

Author:
Kirill Grouchnikov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.lafwidget.layout.TransitionBorder
TransitionBorder.BorderUIResource
 
Field Summary
 
Fields inherited from class org.jvnet.lafwidget.layout.TransitionBorder
delegate
 
Constructor Summary
TransitionBorder.BorderUIResource(javax.swing.border.Border original)
          Creates a new wrapper border.
 
Method Summary
 
Methods inherited from class org.jvnet.lafwidget.layout.TransitionBorder
getBorderInsets, getDelegate, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionBorder.BorderUIResource

public TransitionBorder.BorderUIResource(javax.swing.border.Border original)
Creates a new wrapper border.

Parameters:
original - The original border.