Package com.github.weisj.swingdsl.laf
Class SelfWrappedComponent<T extends JComponent>
java.lang.Object
com.github.weisj.swingdsl.laf.DefaultWrappedComponent<T,T>
com.github.weisj.swingdsl.laf.SelfWrappedComponent<T>
- All Implemented Interfaces:
WrappedComponent<T>
public class SelfWrappedComponent<T extends JComponent> extends DefaultWrappedComponent<T,T>
-
Constructor Summary
Constructors Constructor Description SelfWrappedComponent(T component) -
Method Summary
Methods inherited from class com.github.weisj.swingdsl.laf.DefaultWrappedComponent
getComponent, getContainer
-
Constructor Details
-
SelfWrappedComponent
-