Uses of Class
org.zaval.util.ValidationObject

Packages that use ValidationObject
org.zaval.lw This is basic package of the light weight library. 
org.zaval.lw.grid This is set of classes to implement the light weight grid and tree grid components. 
org.zaval.lw.mask This is set of classes to implement masked text field component. 
org.zaval.lw.tree This is set of classes to implement the light weight tree component. 
org.zaval.misc Different classes that can be useful for a different purposes. 
 

Uses of ValidationObject in org.zaval.lw
 

Subclasses of ValidationObject in org.zaval.lw
 class LwActContainer
          This class can be used for creating light weight containers that: Wants to have focus. Has a special child component that can be selected with rectangle frame if the container has focus (use setAsFocusComponent method to define the child component.
 class LwAdvTextRender
          The class extends LwTextRender to support text block painting.
 class LwAdvViewMan
          The class extends the basic view manager fuctionality.
 class LwBaseLayer
          This layer class is basic implementation of the layer interface
 class LwBlankDialog
          This class is "template" window component that can be used as the dialog window with the different content.
 class LwBorder
          The class implements set of borders views.
 class LwBorderPan
          This is lightweight component that can be used to organize border panel.
 class LwButton
          This is button component, that is a composite component, so it is possible to use any other component as the button label.
 class LwCanvas
          This is basic implemenation of the light weight component interface that should be used to develop own light weight component.
 class LwCheckbox
          The class represents a switching GUI componenent that can have one of two states: "on" or "off".
 class LwColorPanel
          This panel provides ability to cutomize color using different ways : By the specifying RGB color components in the text fields. By the specifying RGB color components using sliders. By the selecting one of the predefined color.
 class LwCombo
          This is combobox component.
 class LwComboList
          This is list component that is supposed to be used as the list of the combobox component.
 class LwCompRender
          The class implements lightweigt component render interface that provides ability to render a light weight component (the light weight component should be used as a target for the render).
 class LwCursorView
          This class is used as a LwTextField caret view.
 class LwFilePanel
           
 class LwFontPanel
           
 class LwImage
          This light weight component is used to show an image.
 class LwImgRender
          This class implements image render.
 class LwImgSetRender
          This class is the same LwImgRender render but it allows to render specified part of the target image object.
 class LwLabel
          This light weight component is used to show a text by using LwTextRender as the face view.
 class LwLine
           
 class LwLink
          This component is something like text links that are used by "html".
 class LwList
          This is list component.
 class LwMenu
           
 class LwMenuBar
           
 class LwMenuButton
           
 class LwNotebook
          This is notebook container.
 class LwPanel
          This is implementation of the light weight container interface that has to be used to develop own light weight containers.
 class LwPasswordText
          This class inherits LwTextRender to represent a password text.
 class LwPopupLayer
           
 class LwProgress
          This is progress bar light weight component that can be used to display progress status for some processes.
 class LwRender
          This abstract class is used as base for lightweight renders implementations.
 class LwScroll
          This is scrollbar component.
 class LwScrollPan
          This is scroll panel component.
 class LwSlider
          This is slider component that can be used to select a value from the specified integer interval.
 class LwSpeedButton
          This is state button component that allows to customize acceleration for repeatable action event generation.
 class LwSpin
          This is spin light weight component that can be used to input a bound integer value.
 class LwSplitPan
          This split panel component is used to divide the container area into two resizeable areas.
 class LwStatusBar
          This is status bar light weight component.
 class LwStButton
          This is state button component.
 class LwTabRender
          This render is used to paint tab page of LwNotebook component.
 class LwTextField
          This class is a text field component.
 class LwTextRender
          This is text render.
 class LwTitledBorder
          This class inherits LwBorder class to support a title area for the border view.
 class LwTracker
          This is tracker component.
 class LwView
          This abstract class is used as base for lightweight views implementations.
 class LwViewMan
          This class is used to support set of views.
 class LwWindow
          This class is window lightweight component that can be used as a desktop window.
 class LwWinLayer
          This is housekeeping layer implementation that is used by LwRoot class as the internal windows container.
 class LwWrappedText
          This is wrapped text render.
 

Uses of ValidationObject in org.zaval.lw.grid
 

Subclasses of ValidationObject in org.zaval.lw.grid
 class LwGrid
          This is light weight grid component.
 class LwGridCaption
          This component is used as the top grid component caption with a custom views.
 class LwTreeGrid
          This is light weight tree grid component.
 

Uses of ValidationObject in org.zaval.lw.mask
 

Subclasses of ValidationObject in org.zaval.lw.mask
 class LwMaskTextField
          This is masked text field lightweight component that is supposed to be used for masked input.
 class MaskPosController
          This class is specific implementation of the pos controller for the masked text field component.
 

Uses of ValidationObject in org.zaval.lw.tree
 

Subclasses of ValidationObject in org.zaval.lw.tree
 class LwTree
          This is tree view component.
 

Uses of ValidationObject in org.zaval.misc
 

Subclasses of ValidationObject in org.zaval.misc
 class PosController
          This class can be used to organize navigation along an object.
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org