Uses of Package
eu.livotov.tpt.gui.widgets

Packages that use eu.livotov.tpt.gui.widgets
eu.livotov.tpt.gui.vdv   
eu.livotov.tpt.gui.vdv.core   
eu.livotov.tpt.gui.widgets   
eu.livotov.tpt.gui.windows   
 

Classes in eu.livotov.tpt.gui.widgets used by eu.livotov.tpt.gui.vdv
TPTMultiView
          Provides lightweight multi-view component, that can hold an unlimited number of actual UI components, each associated with it's unique name and only one component can be displayed at a time, providing also fast switching between views.
 

Classes in eu.livotov.tpt.gui.widgets used by eu.livotov.tpt.gui.vdv.core
TPTMultiView.TPTView
          An optional interface, your component representing a single view may implement.
 

Classes in eu.livotov.tpt.gui.widgets used by eu.livotov.tpt.gui.widgets
TPTCaptcha.CaptchaImageProvider
          API for connecting custom image generators.
TPTLazyLoadingLayout
           This layout allows easy implementation of heavy components initialization or data loading.
TPTLazyLoadingLayout.LazyLoader
          Implement this interface in your long initialing component and move all lenghty stuff into the lazyLoad method, returning the fully initializing component at the end
TPTMultiView
          Provides lightweight multi-view component, that can hold an unlimited number of actual UI components, each associated with it's unique name and only one component can be displayed at a time, providing also fast switching between views.
 

Classes in eu.livotov.tpt.gui.widgets used by eu.livotov.tpt.gui.windows
TPTMultiView
          Provides lightweight multi-view component, that can hold an unlimited number of actual UI components, each associated with it's unique name and only one component can be displayed at a time, providing also fast switching between views.