A B C D E F G H I J K L M N O P R S T U V W X Y

A

ACTION_KEY - Static variable in class org.zaval.lw.LwToolkit
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwCombo
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwSpin
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwWindow
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwScroll
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwColorPanel
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwBlankDialog
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwFontPanel
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwMenuBar
 
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.LwFilePanel
 
actionPerformed(LwActionEvent) - Method in interface org.zaval.lw.event.LwActionListener
Invoked when an action event occured.
actionPerformed(LwActionEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
activate(LwComponent) - Method in class org.zaval.lw.LwWinLayer
Activates (deactivates) the specified window.
add(Item, Item) - Method in class org.zaval.data.Tree
 
add(Item, Item) - Method in interface org.zaval.data.TreeModel
Adds the item into the tree as a child of the parent item.
add(LwComponent) - Method in class org.zaval.lw.LwPanel
Adds the specified lightweight component as a child of this container.
add(LwComponent) - Method in class org.zaval.lw.LwRoot
 
add(LwComponent) - Method in interface org.zaval.lw.LwContainer
Adds the specified lightweight component as a child of this container.
add(LwComponent, LwWinListener, Integer) - Method in class org.zaval.lw.LwWinLayer
Adds the new window with the specified window listener and the given window type.
add(Object, LwComponent) - Method in class org.zaval.lw.LwPanel
Adds the specified lightweight component with the specified constraints as a child of this container.
add(Object, LwComponent) - Method in class org.zaval.lw.LwRoot
 
add(Object, LwComponent) - Method in interface org.zaval.lw.LwContainer
Adds the specified lightweight component with the specified constraints as a child of this container.
add(Runnable, int, int) - Method in class org.zaval.util.Timer
Adds the specified runnable interface to be executed in the given time with the specified period.
add(String) - Method in class org.zaval.lw.LwList
Adds an item to the list.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwSlider
Adds the specified action listener to receive action events from this slider.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwStButton
Adds the specified action listener to receive action events from this component.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwSpin
Adds the action events listener.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwSwitchManager
Adds the specified action listener to receive action events from this manager.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwProgress
Adds the specified action listener to receive action events from this component.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwButton
Adds the specified action listener to receive action events from this button.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwColorPanel
Adds the specified action listener to receive action events from this component.
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwFontPanel
 
addActionListener(LwActionListener) - Method in class org.zaval.lw.LwFilePanel
 
addActionListener(LwActionListener) - Method in class org.zaval.lw.tree.LwTree
Adds the specified action listener to receive action events from this tree.
addComponentListener(LwComponentListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified component events listener.
addContainerListener(LwContainerListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified container events listener.
addDelimiter() - Method in class org.zaval.lw.LwMenu
 
addFocusListener(LwFocusListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified focus events listener.
addKeyListener(LwKeyListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified key events listener.
addListener(EventListener) - Method in class org.zaval.util.event.ListenerSupport
Adds the specified listener to the listeners list.
addMatrixListener(MatrixListener) - Method in class org.zaval.data.Matrix
Adds the matrix listener to be notified whenever the matrix cell has been updated or the matrix dimension has been changed.
addMatrixListener(MatrixListener) - Method in interface org.zaval.data.MatrixModel
Adds the matrix listener to be notified whenever the matrix cell has been updated or the matrix dimension has been changed.
addMatrixListener(MatrixListener) - Method in class org.zaval.lw.grid.LwTreeGrid
 
addMouseListener(LwMouseListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified mouse events listener.
addMouseMotionListener(LwMouseMotionListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified mouse motion events listener.
addPage(LwView, LwComponent) - Method in class org.zaval.lw.LwNotebook
Adds the specified component as the notebook page and sets the specified view as.
addPage(String, LwComponent) - Method in class org.zaval.lw.LwNotebook
Adds the page with the specified title.
addPosListener(PosListener) - Method in class org.zaval.misc.PosController
Adds the specified PosListener listener.
addSelectionListener(LwActionListener) - Method in class org.zaval.lw.LwNotebook
Adds the specified selection listener to receive selection events from this notebook container.
addSelectionListener(LwActionListener) - Method in class org.zaval.lw.LwList
Adds the specified selection listener to receive selection events from this list component.
addSelectionListener(LwActionListener) - Method in class org.zaval.lw.tree.LwTree
Adds the specified selection listener to be notified whenever the tree item has been selected, deselected.
addTextListener(TextListener) - Method in interface org.zaval.data.TextModel
Adds the specified text listener to receive text events.
addTextListener(TextListener) - Method in class org.zaval.data.Text
Adds the specified text listener.
addTextListener(TextListener) - Method in class org.zaval.data.SingleLineTxt
Adds the specified text listener.
addTextListener(TextListener) - Method in class org.zaval.lw.mask.MaskedText
 
addTrackerListener(LwTrackerListener) - Method in class org.zaval.lw.LwTracker
Adds the specified tracker listener.
addTreeListener(TreeListener) - Method in class org.zaval.data.Tree
 
addTreeListener(TreeListener) - Method in interface org.zaval.data.TreeModel
Adds the specified tree listener to receive the tree events.
addWinListener(LwWinListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified window listener.
addXXXListener(EventListener) - Method in class org.zaval.lw.event.LwEventManager
Adds the specified events listener.
Alignment - class org.zaval.misc.Alignment.
This class provides set of useful methods to calculate metrical characteristics for a rectangular area that has vertical or horizontal alignments.
Alignment() - Constructor for class org.zaval.misc.Alignment
 
AWTClipboardMan - class org.zaval.lw.AWTClipboardMan.
This class implements simple clipboard manager for the library.
AWTClipboardMan() - Constructor for class org.zaval.lw.AWTClipboardMan
 
AWTPopupManager - class org.zaval.lw.AWTPopupManager.
This is popup menu manager.
AWTPopupManager() - Constructor for class org.zaval.lw.AWTPopupManager
 
ax - Variable in class org.zaval.lw.LwConstraints
This field defines the component horizontal alignment inside the area.
ax - Variable in class org.zaval.lw.event.LwMouseEvent
 
ay - Variable in class org.zaval.lw.LwConstraints
This field defines the component vertical alignment inside the area.
ay - Variable in class org.zaval.lw.event.LwMouseEvent
 

B

BACK_COLOR - Static variable in class org.zaval.lw.LwToolkit
The default background color definition.
BasicMaskValidator - class org.zaval.lw.mask.BasicMaskValidator.
This is an implementation of MaskValidator interface.
BasicMaskValidator() - Constructor for class org.zaval.lw.mask.BasicMaskValidator
 
BEG - Static variable in class org.zaval.misc.PosController
The begining direction type.
BFONT - Static variable in class org.zaval.lw.LwToolkit
The default bold font definition.
bits - Variable in class org.zaval.lw.LwCanvas
 
BOTTOM - Static variable in class org.zaval.misc.Alignment
The bottom vertical alignment type.
bottomLine(Graphics, int, int, int, int) - Method in class org.zaval.lw.LwBorder
Draws the bottom horizontal border line between the coordinates (x1,y1) and (x2,y2).
broke(String, int, int, Vector) - Method in class org.zaval.lw.LwWrappedText
Checks if the specified string with the specified width can be placed in an area with the given width and if it is necessary breaks the line to several.
BUNDLE_1 - Static variable in class org.zaval.lw.LwTracker
Specifies type for leftmost and rightmost bundles.
BUNDLE_2 - Static variable in class org.zaval.lw.LwTracker
Specifies type for bundles that are located between leftmost and rightmost bundles.
BUNDLE_ADDED - Static variable in class org.zaval.lw.event.LwTrackerEvent
The tracker bundle added event type.
BUNDLE_REMOVED - Static variable in class org.zaval.lw.event.LwTrackerEvent
The tracker bundle removed event type.
BUNDLE_VIEW - Static variable in class org.zaval.lw.LwSlider
The bundle view id.
bundleAdded(LwTrackerEvent) - Method in interface org.zaval.lw.event.LwTrackerListener
Invoked when the new tracker bundle has been added.
bundleRemoved(LwTrackerEvent) - Method in interface org.zaval.lw.event.LwTrackerListener
Invoked when the tracker bundle has been removed.

C

calcMaxOffset(PosInfo) - Static method in class org.zaval.misc.PosController
Calculates and returns the maximal offset for the specified pos info.
calcOrigin(int, int, int, int, int, int, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Calculates and gets origin for the specified area of the component relatively the specified previous origin.
calcOrigin(int, int, int, int, int, int, LwComponent, Insets) - Static method in class org.zaval.lw.LwToolkit
Calculates and gets origin for the specified area of the component relatively the specified previous origin.
calcOrigin(int, int, int, int, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Calculates and gets origin for the specified area of the component.
calcPreferredSize() - Method in class org.zaval.lw.LwView
Calculates and returns the view preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwCompRender
Calculates and returns the view preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwCanvas
Gets the "pure" preferred size for this component.
calcPreferredSize() - Method in class org.zaval.lw.LwPanel
Gets the "pure" preferred size for this component.
calcPreferredSize() - Method in class org.zaval.lw.LwCombo
 
calcPreferredSize() - Method in class org.zaval.lw.LwSlider
 
calcPreferredSize() - Method in class org.zaval.lw.LwProgress
 
calcPreferredSize() - Method in class org.zaval.lw.LwBorder
 
calcPreferredSize() - Method in class org.zaval.lw.LwTextRender
Calculates and returns the render preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwImgRender
Calculates and returns the view preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwImgSetRender
Calculates and returns the view preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwTabRender
Calculates and returns the render preferred size.
calcPreferredSize() - Method in class org.zaval.lw.LwTracker
 
calcPreferredSize() - Method in class org.zaval.lw.LwCursorView
Calculates and returns the view preferred size.
calcPreferredSize() - Method in class org.zaval.lw.grid.LwGridCaption
 
calcPreferredSize() - Method in class org.zaval.lw.tree.LwTree
Gets the preferred size of this component.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwRasterLayout
Calculates the preferred size dimensions for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwRoot
 
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwSpin
 
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwNotebook
 
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwBorderPan
The method computes a preferred size for the specified target component.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwGridLayout
Calculates the preferred size dimension for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwListLayout
Calculates the preferred size dimensions for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwSplitPan
Calculates the preferred size dimension for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwPercentLayout
 
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwScrollPan
Calculates the preferred size dimension of the layout container.
calcPreferredSize(LayoutContainer) - Method in interface org.zaval.lw.LwLayout
Calculates the preferred size dimension for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwBorderLayout
Calculates the preferred size dimension for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwFlowLayout
Calculates the preferred size dimensions for the layout container.
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.LwWinLayer
 
calcPreferredSize(LayoutContainer) - Method in class org.zaval.lw.grid.LwGrid
 
CANCEL_KEY - Static variable in class org.zaval.lw.LwToolkit
 
canHaveFocus() - Method in class org.zaval.lw.LwCanvas
 
canHaveFocus() - Method in class org.zaval.lw.LwCombo
 
canHaveFocus() - Method in class org.zaval.lw.LwActContainer
 
canHaveFocus() - Method in class org.zaval.lw.LwSlider
 
canHaveFocus() - Method in class org.zaval.lw.LwRoot
 
canHaveFocus() - Method in class org.zaval.lw.LwNotebook
 
canHaveFocus() - Method in class org.zaval.lw.LwTextField
 
canHaveFocus() - Method in interface org.zaval.lw.LwComponent
Specifies if the component can have focus.
canHaveFocus() - Method in class org.zaval.lw.LwList
 
canHaveFocus() - Method in class org.zaval.lw.LwComboList
 
canHaveFocus() - Method in class org.zaval.lw.LwTracker
 
canHaveFocus() - Method in class org.zaval.lw.grid.LwGrid
 
canHaveFocus() - Method in class org.zaval.lw.tree.LwTree
 
catchInput(LwComponent) - Method in class org.zaval.lw.LwCombo
 
catchInput(LwComponent) - Method in class org.zaval.lw.LwActContainer
 
catchInput(LwComponent) - Method in interface org.zaval.lw.LwComposite
Checks if input events for the specified child component should be caught.
catchInput(LwComponent) - Method in class org.zaval.lw.LwSplitPan
 
catchInput(LwComponent) - Method in class org.zaval.lw.LwList
 
catchInput(LwComponent) - Method in class org.zaval.lw.LwComboList
 
catchInput(LwComponent) - Method in class org.zaval.lw.LwWindow
 
catchInput(LwComponent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
CELL_MODIFIED - Static variable in class org.zaval.data.event.MatrixEvent
The matrix cell modified event type.
cellByLocation(int, int) - Method in class org.zaval.lw.grid.LwGrid
Finds and returns grid cell row and column at the specified location.
cellModified(MatrixEvent) - Method in interface org.zaval.data.event.MatrixListener
Invoked when a cell of the matrix model has been updated.
cellModified(MatrixEvent) - Method in class org.zaval.lw.grid.LwGrid
 
CellsVisibility - class org.zaval.lw.grid.CellsVisibility.
The class is used to represent grid cells visibility.
CellsVisibility() - Constructor for class org.zaval.lw.grid.CellsVisibility
 
CENTER - Static variable in class org.zaval.lw.LwBorderPan
The center layout constraint (it is used to add a central component).
CENTER - Static variable in class org.zaval.lw.LwBorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class org.zaval.misc.Alignment
The center horizontal or vertical alignment type.
CHECK - Static variable in class org.zaval.lw.LwCheckbox
The checkbox box type.
checkBit(short, short) - Static method in class org.zaval.util.MathBox
Checks if the specified bits set satisfies to the given mask.
checkID(int) - Method in class org.zaval.data.event.TextEvent
Tests if the event type is possible.
checkID(int) - Method in class org.zaval.data.event.TreeEvent
 
checkID(int) - Method in class org.zaval.data.event.MatrixEvent
 
checkID(int) - Method in class org.zaval.lw.event.LwTrackerEvent
 
checkID(int) - Method in class org.zaval.util.event.EvObject
The method returns true if the specified id is valid for the event, otherwise returns false.
childPerformed(LwAWTEvent) - Method in class org.zaval.lw.LwFilePanel
 
childPerformed(LwAWTEvent) - Method in class org.zaval.lw.LwWinLayer
 
childPerformed(LwAWTEvent) - Method in interface org.zaval.lw.event.LwChildrenListener
Invoked whenever an event has been performed.
childPerformed(LwAWTEvent) - Method in class org.zaval.lw.grid.LwGrid
 
children - Variable in class org.zaval.lw.LwPanel
 
clear() - Method in class org.zaval.lw.LwClipboardMan
Clears clipboard.
clear() - Method in class org.zaval.lw.AWTClipboardMan
 
clear() - Method in class org.zaval.util.event.ListenerSupport
 
clear(Runnable) - Method in class org.zaval.util.Timer
Clears tick counter for the specified runnable interface.
clearPos() - Method in class org.zaval.misc.PosController
Sets the virtual position to undefined state.
clickCount - Variable in class org.zaval.lw.event.LwMouseEvent
 
clone(Item) - Method in class org.zaval.data.Tree
Creates a subtree for the specified item of this tree.
CLOSED_VIEW - Static variable in class org.zaval.lw.tree.LwTree
Defines closed view element type.
colSpan - Variable in class org.zaval.lw.LwConstraints
Specifies number of columuns that has to be used for the cell.
colWidth(int) - Method in class org.zaval.lw.grid.LwGrid
Returns the specified column width.
colWidths - Variable in class org.zaval.lw.grid.LwGrid
 
COMP_ADDED - Static variable in class org.zaval.lw.event.LwContainerEvent
The component added event type.
COMP_DISABLED - Static variable in class org.zaval.lw.event.LwComponentEvent
The component disabled event type.
COMP_ENABLED - Static variable in class org.zaval.lw.event.LwComponentEvent
The component enabled event type.
COMP_HIDDEN - Static variable in class org.zaval.lw.event.LwComponentEvent
The component hidden event type.
COMP_REMOVED - Static variable in class org.zaval.lw.event.LwContainerEvent
The component removed event type.
COMP_SHOWN - Static variable in class org.zaval.lw.event.LwComponentEvent
The component shown event type.
COMP_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The component event UID.
compAdded(LwContainerEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been added to the container.
compAdded(LwContainerEvent) - Method in interface org.zaval.lw.event.LwContainerListener
Invoked when the light weight component has been added to the container.
compDisabled(LwComponentEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been disabled.
compDisabled(LwComponentEvent) - Method in interface org.zaval.lw.event.LwComponentListener
Invoked when the light weight component has been disabled.
compEnabled(LwComponentEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been enabled.
compEnabled(LwComponentEvent) - Method in interface org.zaval.lw.event.LwComponentListener
Invoked when the light weight component has been enabled.
compHidden(LwComponentEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been hidden.
compHidden(LwComponentEvent) - Method in interface org.zaval.lw.event.LwComponentListener
Invoked when the light weight component has been hidden.
completeValue(MaskElement, String) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
completeValue(MaskElement, String) - Method in class org.zaval.lw.mask.DateMaskValidator
 
completeValue(MaskElement, String) - Method in interface org.zaval.lw.mask.MaskValidator
Completes the new value for the specified mask element.
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwRasterLayout
Invoked when the specified layoutable component is added to the layout container (that uses the layout manager).
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwRoot
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwSpin
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwNotebook
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwBorderPan
The method is called if a component has been added to the owner layoutable container.
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwGridLayout
Invoked when the specified layoutable component is added to the layout container, that uses the layout manager.
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwListLayout
Invoked when the specified layoutable component is added to the layout container, that uses the layout manager.
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwSplitPan
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwPercentLayout
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwScrollPan
 
componentAdded(Object, Layoutable, int) - Method in interface org.zaval.lw.LwLayout
Invoked when the specified layoutable component is added to the layout container (that uses the layout manager).
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwBorderLayout
Invoked when the specified layoutable component is added to the layout container, that uses the layout manager.
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwFlowLayout
Invoked when the specified layoutable component is added to the layout container (that uses the layout manager).
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.LwWinLayer
 
componentAdded(Object, Layoutable, int) - Method in class org.zaval.lw.grid.LwGrid
 
componentHidden(ComponentEvent) - Method in class org.zaval.lw.LwRoot
Invoked when component has been hidden.
componentMoved(ComponentEvent) - Method in class org.zaval.lw.LwRoot
Invoked when component has been moved.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwRasterLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwRoot
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwSpin
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwNotebook
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwBorderPan
The method is called if a component has been removed from the owner layoutable container.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwGridLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwListLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwSplitPan
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwPercentLayout
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwScrollPan
 
componentRemoved(Layoutable, int) - Method in interface org.zaval.lw.LwLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwBorderLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwFlowLayout
Invoked when the specified layoutable component is removed from the layout container, that uses the layout manager.
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.LwWinLayer
 
componentRemoved(Layoutable, int) - Method in class org.zaval.lw.grid.LwGrid
 
componentResized(ComponentEvent) - Method in class org.zaval.lw.LwRoot
Invoked when component has been resized.
componentShown(ComponentEvent) - Method in class org.zaval.lw.LwRoot
Invoked when component has been shown.
compRemoved(LwContainerEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been removed from the container.
compRemoved(LwContainerEvent) - Method in interface org.zaval.lw.event.LwContainerListener
Invoked when the light weight component has been removed from the container.
compShown(LwComponentEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the light weight component has been shown.
compShown(LwComponentEvent) - Method in interface org.zaval.lw.event.LwComponentListener
Invoked when the light weight component has been shown.
CONT_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The container event UID.
contains(Item) - Method in class org.zaval.data.Tree
Tests if the specified item is contained with this tree model.
count() - Method in class org.zaval.lw.LwPanel
Returns the number of child components in this container.
count() - Method in class org.zaval.lw.LwRoot
 
count() - Method in interface org.zaval.lw.LayoutContainer
Returns the number of child elements in this container.
createDesktop() - Static method in class org.zaval.lw.LwToolkit
Creates a desktop instance.
createImage(int, int) - Method in interface org.zaval.lw.LwDesktop
Creates an off-screen drawable image to be used for double buffering with the specified width and height.
createMask() - Method in class org.zaval.lw.LwSpinValidator
Creates the mask that should be set for the mask validator.
createObj(String, String) - Static method in class org.zaval.lw.LwToolkit
 
createTooltip(String) - Static method in class org.zaval.lw.LwTooltipMan
Creates and returns a tooltip component by the given label.
createTreeModel(String, FilenameFilter) - Static method in class org.zaval.lw.LwFilePanel
 
createValue(int, String) - Method in class org.zaval.lw.LwSpinValidator
Creates the value by the specified integer value.
CURSOR_PROPERTY - Static variable in class org.zaval.lw.LwRoot
Defines cursor property id.
Cursorable - interface org.zaval.lw.Cursorable.
This interface is used to provide cursor supporting for a lightweight component.

D

darkBlue - Static variable in class org.zaval.lw.LwToolkit
The dark blue color definition.
dataToPaint(int, int) - Method in class org.zaval.lw.grid.LwGrid
Invoked whenever the component paints the specified cell to fetch data from the grid data model.
dataToPaint(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
DATE_TYPE - Static variable in class org.zaval.lw.mask.DateMaskValidator
This date mask element type definition.
DateMaskValidator - class org.zaval.lw.mask.DateMaskValidator.
This is an implementation of MaskValidator interface and it implements date mask type.
DateMaskValidator() - Constructor for class org.zaval.lw.mask.DateMaskValidator
Constructs the date mask validator.
DEF_COLWIDTH - Static variable in class org.zaval.lw.grid.LwGrid
The default column width.
DEF_ROWHEIGHT - Static variable in class org.zaval.lw.grid.LwGridCaption
The default row height.
DEF_ROWHEIGHT - Static variable in class org.zaval.lw.grid.LwGrid
The default row height.
destroy() - Method in class org.zaval.lw.LwApplet
 
dispose() - Method in class org.zaval.lw.LwPaintManImpl
 
dispose() - Method in class org.zaval.lw.LwPopupManager
 
dispose() - Method in class org.zaval.lw.LwCursorManager
 
dispose() - Method in class org.zaval.lw.LwTooltipMan
 
dispose() - Method in interface org.zaval.lw.LwManager
 
dispose() - Method in class org.zaval.lw.LwClipboardMan
 
dispose() - Method in class org.zaval.lw.LwFocusManager
 
dispose() - Method in class org.zaval.lw.event.LwEventManager
 
DOT - Static variable in class org.zaval.lw.LwBorder
The DOT border type.
DOWN - Static variable in class org.zaval.misc.PosController
The down direction type.
DRAW_HLINES - Static variable in class org.zaval.lw.grid.LwGrid
Draw horizontal lines bit mask.
DRAW_VLINES - Static variable in class org.zaval.lw.grid.LwGrid
Draw vertical lines bit mask.
Drawable - interface org.zaval.lw.Drawable.
Defines the interface for classes that know how to paint itself.
drawCursor(Graphics) - Method in class org.zaval.lw.LwTextField
The method is used to paint the text cursor using the cursor view.
drawDotHLine(Graphics, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Draws the horizontal dotted line between the (x1,y1) and (x2,y1) coordinates.
drawDotRect(Graphics, int, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Draws the dotted outline of the specified rectangle using the current color.
drawDotVLine(Graphics, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Draws the vertical dotted line between the (x1,y1) and (x1,y2) coordinates.
drawMarker(Graphics, int, int, int, int, Color, Color) - Static method in class org.zaval.lw.LwToolkit
Draws marker for the specified rectangular area, the given background and foreground colors.
drawPosMarker(Graphics) - Method in class org.zaval.lw.LwList
Invoked to paint position marker.
drawSelMarker(Graphics) - Method in class org.zaval.lw.LwList
Invoked to paint selection marker.
drawXORLine(LwComponent, int, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Draws line using XOR mode.
drawXORRect(LwComponent, int, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Draws rectangle using XOR mode.
dx - Variable in class org.zaval.lw.grid.LwGrid
 
dy - Variable in class org.zaval.lw.grid.LwGrid
 

E

EAST - Static variable in class org.zaval.lw.LwBorderLayout
The east layout constraint (left side of container).
EDITOR_EL - Static variable in class org.zaval.lw.grid.LwGrid
Cell editor component layout constraint.
ENABLE_COLRESIZE - Static variable in class org.zaval.lw.grid.LwGrid
Enable col resizing bit mask.
enableColResize(boolean) - Method in class org.zaval.lw.grid.LwGrid
Enables columns resizing.
enableLoop(boolean) - Method in class org.zaval.lw.LwSpin
Enables or disables the loop mode.
enablePage(int, boolean) - Method in class org.zaval.lw.LwNotebook
Sets the given enabled state for the specified page.
enableSelection(boolean) - Method in class org.zaval.lw.tree.LwTree
Enables the tree node selecting.
END - Static variable in class org.zaval.misc.PosController
The end direction type.
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSlider
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwStButton
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTextField
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwCursorManager
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTooltipMan
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSplitPan
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwButton
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwComboList
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwWindow
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwScroll
 
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTracker
 
endDragged(LwMouseMotionEvent) - Method in interface org.zaval.lw.event.LwMouseMotionListener
Invoked when the mouse ends dragged.
endDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.grid.LwGridCaption
 
ETCHED - Static variable in class org.zaval.lw.LwBorder
The ETCHED border type.
EvObject - class org.zaval.util.event.EvObject.
This abstract class represents an event that has unique integer identifier.
EvObject(Object, int) - Constructor for class org.zaval.util.event.EvObject
Constructs the event object with the specified source object and the event id.

F

fc - Variable in class org.zaval.lw.grid.CellsVisibility
 
fetchEditedValue(int, int, LwComponent) - Method in interface org.zaval.lw.grid.LwEditorProvider
Fetches the value from the editor component of the specified cell.
fetchEditedValue(int, int, LwComponent) - Method in class org.zaval.lw.grid.LwDefEditors
Fetches the value from the editor component of the specified cell.
fetchValue(String) - Method in class org.zaval.lw.LwSpinValidator
Fetches the integer value from the masked value.
FG_COLOR - Static variable in class org.zaval.lw.LwToolkit
The default foreground color definition.
fill - Variable in class org.zaval.lw.LwConstraints
This field is used when the component display area is larger than the component requested size.
fillXORRect(LwComponent, int, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Fills the rectangle using XOR mode.
findFocusable(LwComponent) - Method in class org.zaval.lw.LwFocusManager
Looks for a component that can be the focus owner starting from the specified component.
findHandledTag(int, int) - Method in class org.zaval.lw.mask.MaskedText
Looks for the next handled (by the validator) character index in the text starting from the given offset.
findNearest(int, int) - Method in class org.zaval.lw.LwSlider
Finds nearest slider value where a bundle can be moved by the specified location.
findNearest(int, int) - Method in class org.zaval.lw.LwTracker
Finds nearest tracker value where a bundle can be moved by the specified location.
findNextWord(TextModel, int, int, int) - Static method in class org.zaval.lw.LwTextField
Finds starting from the specified line and column next word in the given text model and returns the found word location.
fireByPress(boolean, int) - Method in class org.zaval.lw.LwStButton
Sets the trigger event to generate action event by the component and the given repeatable time.
FOCUS_GAINED - Static variable in class org.zaval.lw.event.LwFocusEvent
The focus gained event type.
FOCUS_LOST - Static variable in class org.zaval.lw.event.LwFocusEvent
The focus lost event type.
FOCUS_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The focus event UID.
focusGained(FocusEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class org.zaval.lw.LwFrame
Invoked when a component gains the keyboard focus.
focusGained(LwFocusEvent) - Method in class org.zaval.lw.LwNotebook
 
focusGained(LwFocusEvent) - Method in class org.zaval.lw.LwTextField
 
focusGained(LwFocusEvent) - Method in class org.zaval.lw.LwList
 
focusGained(LwFocusEvent) - Method in interface org.zaval.lw.event.LwFocusListener
Invoked when the light weight component gained focus.
focusGained(LwFocusEvent) - Method in class org.zaval.lw.grid.LwGrid
 
focusGained(LwFocusEvent) - Method in class org.zaval.lw.tree.LwTree
 
focusLost(FocusEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class org.zaval.lw.LwFrame
Invoked when a component loses the keyboard focus.
focusLost(LwFocusEvent) - Method in class org.zaval.lw.LwNotebook
 
focusLost(LwFocusEvent) - Method in class org.zaval.lw.LwTextField
 
focusLost(LwFocusEvent) - Method in class org.zaval.lw.LwButton
 
focusLost(LwFocusEvent) - Method in class org.zaval.lw.LwList
 
focusLost(LwFocusEvent) - Method in interface org.zaval.lw.event.LwFocusListener
Invoked when the light weight component lost focus.
focusLost(LwFocusEvent) - Method in class org.zaval.lw.grid.LwGrid
 
focusLost(LwFocusEvent) - Method in class org.zaval.lw.tree.LwTree
 
FONT - Static variable in class org.zaval.lw.LwToolkit
The default font definition.
FONT_METRICS - Static variable in class org.zaval.lw.LwToolkit
The default font metrics definition.
fr - Variable in class org.zaval.lw.grid.CellsVisibility
 

G

GAUGE_VIEW - Static variable in class org.zaval.lw.LwSlider
The gauge view id.
get() - Method in class org.zaval.lw.LwClipboardMan
Gets the content of the clipboard.
get() - Method in class org.zaval.lw.AWTClipboardMan
 
get(int) - Method in class org.zaval.data.Matrix
Gets the value at the specified cell index.
get(int) - Method in class org.zaval.lw.LwPanel
Gets a child component at the given index.
get(int) - Method in class org.zaval.lw.LwRoot
 
get(int) - Method in interface org.zaval.lw.LayoutContainer
Gets a child element at the given index.
get(int, int) - Method in class org.zaval.data.Matrix
Gets the value of the specified cell.
get(int, int) - Method in interface org.zaval.data.MatrixModel
Gets the value of the specified cell.
get(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getAbsLocation(int, int, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Returns an absolute location for the given relative location of the component.
getAbsLocation(LwComponent) - Static method in class org.zaval.lw.LwToolkit
Returns an absolute location of the component.
getAbsX() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the x coordinate of the mouse pointer relatively the desktop parent component.
getAbsY() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the y coordinate of the mouse pointer relatively the desktop parent component.
getActive() - Method in class org.zaval.lw.LwWinLayer
 
getAllViews() - Method in class org.zaval.lw.LwViewMan
Returns all views that are provided with the view manager.
getAllViews() - Method in class org.zaval.lw.LwAdvViewMan
The method is overrided to return all views that have been stored in the binding hash table.
getAscent() - Method in class org.zaval.lw.LwTextRender
Gets the text font ascent.
getBackground() - Method in class org.zaval.lw.LwCanvas
Gets the background color of this lightweight component.
getBackground() - Method in interface org.zaval.lw.Drawable
Gets the background color of this drawable component.
getBg() - Method in class org.zaval.lw.LwViewMan
Gets the view that should be used as a background view for the owner component.
getBits(short, short, boolean) - Static method in class org.zaval.util.MathBox
Sets specified by the mask bits in the given bits set to 1 or 0 value and returns the new bits set.
getBlankChar(char) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
getBlankChar(char) - Method in class org.zaval.lw.mask.DateMaskValidator
 
getBlankChar(char) - Method in interface org.zaval.lw.mask.MaskValidator
Gets the blank character for the specified mask tag.
getBorder() - Method in class org.zaval.lw.LwViewMan
Gets the view that should be used as a border view for the owner component.
getBorderType() - Method in class org.zaval.lw.LwBorder
Gets the border type.
getBounds() - Method in class org.zaval.lw.LwCanvas
Gets the bounds of this component.
getBounds() - Method in interface org.zaval.lw.Layoutable
Gets the bounds of this component.
getBox() - Method in class org.zaval.lw.LwCheckbox
Gets the component that is used as a the box component with the component.
getBoxType() - Method in class org.zaval.lw.LwCheckbox
Gets the box view type.
getBundleIndex() - Method in class org.zaval.lw.event.LwTrackerEvent
Gets the tracker bundle index.
getBundleIndex(int, int) - Method in class org.zaval.lw.LwTracker
Returns a bundle element index by the specified location.
getBundles() - Method in class org.zaval.lw.LwTracker
Gets a number of bundles elements.
getBundleView(int) - Method in class org.zaval.lw.LwTracker
Gets a view for the specified bundle.
getCellColor(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getCellColor(int, int) - Method in interface org.zaval.lw.grid.LwGridViewProvider
Gets the the specified grid cell color.
getCellColor(int, int) - Method in class org.zaval.lw.grid.LwDefViews
Gets the the specified grid cell color.
getCellInsets() - Method in class org.zaval.lw.grid.LwGrid
 
getCellInsets() - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the cells insets.
getCellsVisibility() - Method in class org.zaval.lw.grid.LwGrid
 
getCellsVisibility() - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the grid visibility.
getChildAt(Item, int) - Method in class org.zaval.data.Tree
 
getChildAt(Item, int) - Method in interface org.zaval.data.TreeModel
Returns a child item for the given parent item at the specified index.
getChildIndex(Item) - Method in class org.zaval.data.Tree
 
getChildIndex(Item) - Method in interface org.zaval.data.TreeModel
Searches for the first occurence of the given item in the parent items vector, testing for equality using the equals method and returns the child index.
getChildren() - Method in class org.zaval.data.Tree
Gets all child items for the root item of the tree.
getChildren(Item) - Method in class org.zaval.data.Tree
Gets all child items for the specified item.
getChildrenCount(Item) - Method in class org.zaval.data.Tree
 
getChildrenCount(Item) - Method in interface org.zaval.data.TreeModel
Returns a number of child items for the given parent item.
getClickCount() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the number of consecutive mouse clicks.
getCols() - Method in class org.zaval.data.Matrix
Gets the number of columns.
getCols() - Method in interface org.zaval.data.MatrixModel
Gets the number of columns.
getCols() - Method in class org.zaval.lw.grid.LwTreeGrid
 
getColWidth(int) - Method in class org.zaval.lw.grid.LwGrid
 
getColWidth(int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the specified column width.
getColX(int) - Method in class org.zaval.lw.grid.LwGrid
 
getColX(int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the x coordinate of the specified grid column.
getComboButton() - Method in class org.zaval.lw.LwCombo
Gets the combo button.
getContent() - Method in class org.zaval.lw.LwBlankDialog
Gets the content component.
getCurrentCol() - Method in class org.zaval.misc.PosController
Gets the current column inside the current line.
getCurrentLine() - Method in class org.zaval.misc.PosController
Gets the current line.
getCursorable(LwComponent) - Method in class org.zaval.lw.LwCursorManager
Gets the current cursorable interface for the given component.
getCursorManager() - Static method in class org.zaval.lw.LwToolkit
 
getCursorType() - Method in class org.zaval.lw.LwCursorManager
Gets the current cursor type.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.LwLink
Gets the cursor type.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.LwTextField
Gets the cursor type for the specified location of the given component.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.LwSplitPan
 
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.LwWindow
 
getCursorType(LwComponent, int, int) - Method in interface org.zaval.lw.Cursorable
Gets the cursor type for the specified location of the given component.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.grid.LwGridCaption
 
getCursorView() - Method in class org.zaval.lw.LwTextField
Gets the cursor view that is used to paint the text cursor.
getData() - Method in class org.zaval.lw.event.LwActionEvent
Gets the data.
getDataToEdit(int, int) - Method in class org.zaval.lw.grid.LwGrid
Invoked whenever the component wants fetch data from the data model for the specified cell editing.
getDataToEdit(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getDefaultLayout() - Method in class org.zaval.lw.LwPanel
Gets the default layout manager that is set with the container during initialization.
getDefaultLayout() - Method in class org.zaval.lw.LwCombo
 
getDefaultLayout() - Method in class org.zaval.lw.LwActContainer
 
getDefaultLayout() - Method in class org.zaval.lw.LwSpin
 
getDefaultLayout() - Method in class org.zaval.lw.LwNotebook
Gets the default layout manager that is set with the container during initialization.
getDefaultLayout() - Method in class org.zaval.lw.LwBorderPan
Overrides parent method to define default layout.
getDefaultLayout() - Method in class org.zaval.lw.LwSplitPan
 
getDefaultLayout() - Method in class org.zaval.lw.LwList
 
getDefaultLayout() - Method in class org.zaval.lw.LwMenu
 
getDefaultLayout() - Method in class org.zaval.lw.LwWindow
 
getDefaultLayout() - Method in class org.zaval.lw.LwScrollPan
Gets the default layout manager that is set with the container during initialization.
getDefaultLayout() - Method in class org.zaval.lw.LwScroll
 
getDefaultLayout() - Method in class org.zaval.lw.LwColorPanel
 
getDefaultLayout() - Method in class org.zaval.lw.LwFontPanel
 
getDefaultLayout() - Method in class org.zaval.lw.LwMenuBar
 
getDefaultLayout() - Method in class org.zaval.lw.LwFilePanel
 
getDefaultLayout() - Method in class org.zaval.lw.LwWinLayer
 
getDefaultLayout() - Method in class org.zaval.lw.grid.LwGrid
 
getDesktop(LwComponent) - Static method in class org.zaval.lw.LwToolkit
Gets a desktop container for the specified component.
getDirectChild(LwComponent, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Returns the immediate child component for the parent and child.
getDirectCompAt(int, int, LwContainer) - Static method in class org.zaval.lw.LwToolkit
Returns the immediate child component at the specified location of the parent component.
getEditor(int, int, Object) - Method in interface org.zaval.lw.grid.LwEditorProvider
Gets the editor component for the specified cell and the given data model value.
getEditor(int, int, Object) - Method in class org.zaval.lw.grid.LwDefEditors
Gets the editor component for the specified cell and the given data model value.
getEndSelection() - Method in class org.zaval.lw.LwTextField
 
getEndSelection() - Method in interface org.zaval.lw.TxtSelectionInfo
Returns the last selection row and column
getEventDestination(LwComponent) - Method in class org.zaval.lw.event.LwEventManager
Gets the event destination.
getEventManager() - Static method in class org.zaval.lw.LwToolkit
 
getExtraChar(int) - Method in interface org.zaval.data.TextModel
Gets special extra char that is used to store extra information by the specified index.
getExtraChar(int) - Method in class org.zaval.data.Text
 
getExtraChar(int) - Method in class org.zaval.data.SingleLineTxt
 
getExtraChar(int) - Method in class org.zaval.lw.mask.MaskedText
 
getExtraSize() - Method in class org.zaval.lw.LwScroll
 
getFirstCell() - Method in class org.zaval.lw.grid.CellsVisibility
Gets the first visible cell.
getFirstCellLoc() - Method in class org.zaval.lw.grid.CellsVisibility
Gets the first visible cell location.
getFirstUpdatedLine() - Method in class org.zaval.data.event.TextEvent
Gets the start updated line number from that the text has been modified.
getFocusComponent() - Method in class org.zaval.lw.LwActContainer
Gets the child component that is used to indicate whenever the component has focus.
getFocusManager() - Static method in class org.zaval.lw.LwToolkit
 
getFocusOwner() - Method in class org.zaval.lw.LwFocusManager
Gets the focus owner component.
getFocusRoot() - Method in class org.zaval.lw.LwBaseLayer
 
getFocusRoot() - Method in interface org.zaval.lw.LwLayer
Gets if the focus root component.
getFocusRoot() - Method in class org.zaval.lw.LwWinLayer
 
getFont() - Method in class org.zaval.lw.LwTextRender
Gets the font of the text render.
getFontList() - Static method in class org.zaval.lw.LwToolkit
Gets the list of available fonts names.
getFontMetrics() - Method in class org.zaval.lw.LwTextRender
Gets the font metrics of the text render.
getFontMetrics(Font) - Static method in class org.zaval.lw.LwToolkit
Gets the font metrics for the specified font.
getForeground() - Method in class org.zaval.lw.LwLabel
Gets the text color.
getForeground() - Method in class org.zaval.lw.LwTextRender
Gets the foreground color.
getGraphics() - Method in interface org.zaval.lw.LwDesktop
Gets a graphics context for this desktop.
getGraphics(LwComponent) - Static method in class org.zaval.lw.LwToolkit
Gets a graphics context for the specified lightweight component.
getGraphics(LwComponent, int, int, int, int) - Static method in class org.zaval.lw.LwToolkit
Gets a graphics context for the specified area of the lightweight component.
getGridCols() - Method in class org.zaval.lw.grid.LwGrid
 
getGridCols() - Method in class org.zaval.lw.grid.LwTreeGrid
 
getGridCols() - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the number of the grid columns.
getGridRows() - Method in class org.zaval.lw.grid.LwGrid
 
getGridRows() - Method in class org.zaval.lw.grid.LwTreeGrid
 
getGridRows() - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the number of the grid rows.
getGripper() - Method in class org.zaval.lw.LwSplitPan
Gets the component that has been laid as the gripper.
getGripperLoc() - Method in class org.zaval.lw.LwSplitPan
Gets the gripper component location.
getHeight() - Method in class org.zaval.lw.LwCanvas
 
getHeight() - Method in class org.zaval.lw.LwRoot
 
getHeight() - Method in interface org.zaval.lw.Layoutable
Gets the height of this component.
getHeight() - Method in class org.zaval.lw.tree.ItemMetrics
Gets the node height.
getHgap() - Method in class org.zaval.lw.LwBorderLayout
Returns the horizontal.
getHGap() - Method in class org.zaval.lw.LwFlowLayout
Gets the horizontal gap.
getID() - Method in class org.zaval.lw.LwBaseLayer
 
getID() - Method in interface org.zaval.lw.LwLayer
Gets the layer id.
getID() - Method in class org.zaval.lw.event.LwAWTEvent
Gets the event id.
getID() - Method in class org.zaval.util.event.EvObject
Gets the event id.
getImage() - Method in class org.zaval.lw.LwImage
Gets the image that is shown with the component.
getImage() - Method in class org.zaval.lw.LwImgRender
Gets the target image object that is painted with the render.
getImage(String) - Static method in class org.zaval.lw.LwToolkit
Reads an image by the specified path.
getImageRender() - Method in class org.zaval.lw.LwImage
Gets the image render that is used as the face view for the component with the view manager.
getInsets() - Method in class org.zaval.lw.LwView
Gets the view insets.
getInsets() - Method in class org.zaval.lw.LwCanvas
Calculates and returns the insets of this component.
getInsets() - Method in class org.zaval.lw.LwRoot
 
getInsets() - Method in class org.zaval.lw.LwViewMan
Gets the insets of the view manager that is calculated as maximal value among all views.
getInsets() - Method in class org.zaval.lw.LwBorder
Gets the view insets.
getInsets() - Method in interface org.zaval.lw.Layoutable
Determines the insets of this component.
getIntervals() - Method in class org.zaval.lw.LwSlider
Gets the number of the slider intervals.
getIntervalSize(int) - Method in class org.zaval.lw.LwSlider
Gets the specified interval size.
getItem() - Method in class org.zaval.data.event.TreeEvent
Gets the item that has been modified, inserted or added.
getItemByRow(int) - Method in class org.zaval.lw.grid.LwTreeGrid
Returns the tree item by the specified model row.
getItemMetrics(Item) - Method in class org.zaval.lw.tree.LwTree
Gets the item metric for the specified item.
getItemsCount() - Method in class org.zaval.data.Tree
 
getItemsCount() - Method in interface org.zaval.data.TreeModel
Gets the total items number that are contained by the tree.
getKeyChar() - Method in class org.zaval.lw.event.LwKeyEvent
Gets the key character that has been typed.
getKeyCode() - Method in class org.zaval.lw.event.LwKeyEvent
Gets the key code associated with the key in the event.
getKeyType(int, int) - Static method in class org.zaval.lw.LwToolkit
Gets the key type for the specified key code and key mask.
getLastCell() - Method in class org.zaval.lw.grid.CellsVisibility
Gets the last visible cell.
getLastCellLoc() - Method in class org.zaval.lw.grid.CellsVisibility
Gets the last visible cell location.
getLayer(Object) - Method in class org.zaval.lw.LwRoot
 
getLayer(Object) - Method in interface org.zaval.lw.LwDesktop
Gets the layer by the specified id.
getLayersIDs() - Method in class org.zaval.lw.LwRoot
 
getLayersIDs() - Method in interface org.zaval.lw.LwDesktop
Gets the list of available layers' IDs.
getLayoutOffset() - Method in class org.zaval.lw.LwPanel
Returns the offset.
getLayoutOffset() - Method in class org.zaval.lw.LwRoot
 
getLayoutOffset() - Method in interface org.zaval.lw.LayoutContainer
Returns the offset.
getLayoutOffset() - Method in class org.zaval.lw.LwList
 
getLine(int) - Method in interface org.zaval.data.TextModel
Returns the line at the specified line number.
getLine(int) - Method in class org.zaval.data.Text
Returns the line at the specified line number.
getLine(int) - Method in class org.zaval.data.SingleLineTxt
Returns the line at the specified line number.
getLine(int) - Method in class org.zaval.lw.LwTextRender
Gets the string presentation of the specified line.
getLine(int) - Method in class org.zaval.lw.LwPasswordText
Gets the string presentation of the specified line.
getLine(int) - Method in class org.zaval.lw.mask.MaskedText
 
getLineHeight() - Method in class org.zaval.lw.LwTextRender
Gets line height.
getLineIndent() - Method in class org.zaval.lw.LwTextRender
Gets the line indent.
getLines() - Method in class org.zaval.lw.LwGridLayout
Implements org.zaval.misc.PosInfo interface method to define number of lines.
getLines() - Method in class org.zaval.lw.LwTextField
 
getLines() - Method in class org.zaval.lw.LwListLayout
Implements org.zaval.misc.PosInfo interface method to define number of lines.
getLines() - Method in class org.zaval.lw.LwScroll
 
getLines() - Method in class org.zaval.lw.grid.LwGrid
 
getLines() - Method in interface org.zaval.misc.PosInfo
Gets the number of lines.
getLinesColor() - Method in class org.zaval.lw.tree.LwTree
Gets the color that is used to paint tree lines.
getLineSize(int) - Method in class org.zaval.lw.LwGridLayout
Implements org.zaval.misc.PosInfo interface method to define the line size.
getLineSize(int) - Method in class org.zaval.lw.LwTextField
 
getLineSize(int) - Method in class org.zaval.lw.LwListLayout
Implements org.zaval.misc.PosInfo interface method to define the line size.
getLineSize(int) - Method in class org.zaval.lw.LwScroll
 
getLineSize(int) - Method in class org.zaval.lw.grid.LwGrid
 
getLineSize(int) - Method in interface org.zaval.misc.PosInfo
Gets the line size for the specified line number.
getList() - Method in class org.zaval.lw.LwCombo
Gets the list component that is used as popup window content of the combobox.
getLocation() - Method in class org.zaval.lw.LwCanvas
Gets the location of this component point specifying the component top-left corner.
getLocation() - Method in interface org.zaval.lw.Layoutable
Gets the location of this component point specifying the component top-left corner.
getLocation(Dimension, int, int, int, int) - Static method in class org.zaval.misc.Alignment
Calculates and returns location of the specified rectangular area that is adjusted inside the given rectangular area with the specified horizontal and vertical alignments .
getLwComponent() - Method in class org.zaval.lw.event.LwAWTEvent
Gets the source object of the event as LwComponent instance.
getLwComponentAt(int, int) - Method in class org.zaval.lw.LwCanvas
Determines if the component or an immediate child component contains the (xx, yy) location in its visible part and if so, returns the component.
getLwComponentAt(int, int) - Method in class org.zaval.lw.LwPanel
Determines if the component or an immediate child component contains the (xx, yy) location in its visible part and if so, returns the component.
getLwComponentAt(int, int) - Method in class org.zaval.lw.LwRoot
 
getLwComponentAt(int, int) - Method in interface org.zaval.lw.LwComponent
Determines if the component or an immediate child component contains the (x, y) location in its visible part and if so, returns the component.
getLwComponentAt(int, int) - Method in class org.zaval.lw.LwWinLayer
 
getLwLayout() - Method in class org.zaval.lw.LwPanel
Gets the layout manager of this container.
getLwLayout() - Method in class org.zaval.lw.LwRoot
 
getLwLayout() - Method in interface org.zaval.lw.LwContainer
Gets a layout manager for this container.
getLwParent() - Method in class org.zaval.lw.LwCanvas
Gets the lightweight parent of this component.
getLwParent() - Method in class org.zaval.lw.LwRoot
Gets the lightweight parent of this component.
getLwParent() - Method in interface org.zaval.lw.LwComponent
Gets the lightweight parent of this component.
getLwParent() - Method in class org.zaval.lw.event.LwContainerEvent
Gets the container where the source component has been added or removed.
getMask() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the mask.
getMask() - Method in class org.zaval.lw.event.LwKeyEvent
Gets the keyboard mask.
getMask() - Method in class org.zaval.lw.mask.LwMaskTextField
Gets the mask.
getMask() - Method in class org.zaval.lw.mask.MaskedText
Gets the mask.
getMax() - Method in class org.zaval.lw.LwSlider
Gets the maximal possible value.
getMax() - Method in class org.zaval.lw.LwTracker
Gets the maximal possible value.
getMax(int) - Method in class org.zaval.lw.LwTracker
Gets the maximal possible value for the specified bundle.
getMaxOffset() - Method in class org.zaval.lw.LwGridLayout
Implements org.zaval.misc.PosInfo interface method to define max offset.
getMaxOffset() - Method in class org.zaval.lw.LwTextField
 
getMaxOffset() - Method in class org.zaval.lw.LwListLayout
Implements org.zaval.misc.PosInfo interface method to define max offset.
getMaxOffset() - Method in class org.zaval.lw.LwScroll
 
getMaxOffset() - Method in class org.zaval.lw.grid.LwGrid
 
getMaxOffset() - Method in class org.zaval.misc.PosController
Gets the maximal possible position value.
getMaxOffset() - Method in interface org.zaval.misc.PosInfo
Gets the maximal offset.
getMaxPadHeight() - Method in class org.zaval.lw.LwCombo
Gets the max pad height.
getMaxPreferredSize(LayoutContainer) - Static method in class org.zaval.lw.LwToolkit
Calculates and gets a maximal preferred size among visible children of the specified container.
getMaxValue() - Method in class org.zaval.lw.LwSpin
Gets the maximum value.
getMaxValue() - Method in class org.zaval.lw.LwSpinValidator
Gets the maximum value.
getMin() - Method in class org.zaval.lw.LwSlider
Gets the minimal possible value.
getMin() - Method in class org.zaval.lw.LwTracker
Gets a minimal possible value.
getMin(int) - Method in class org.zaval.lw.LwTracker
Gets a minimal possible value for the specified bundle.
getMinValue() - Method in class org.zaval.lw.LwSpin
Gets the minimum value.
getMinValue() - Method in class org.zaval.lw.LwSpinValidator
Gets the minimum value.
getModel() - Method in class org.zaval.lw.grid.LwGrid
Gets the data model.
getModel() - Method in class org.zaval.lw.tree.LwTree
Gets the tree model that is rendered with the tree view component.
getModelRow(int) - Method in class org.zaval.lw.grid.LwTreeGrid
Converts and returns the model row by the specified grid row.
getModifiedCell() - Method in class org.zaval.data.event.MatrixEvent
Returns the row and column of the modified cell.
getNetColor() - Method in class org.zaval.lw.grid.LwGrid
Gets the grid lines color.
getNetGap() - Method in class org.zaval.lw.grid.LwGrid
 
getNetGap() - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the gap.
getNetMask() - Method in class org.zaval.lw.grid.LwGrid
Gets the net mask.
getOffset() - Method in class org.zaval.data.event.TextEvent
Returns the offset that defines where the removing or inserting opertaion has been performed.
getOffset() - Method in class org.zaval.misc.PosController
Gets the current position.
getOffsetByPoint(int, int, PosController) - Static method in class org.zaval.misc.PosController
Gets an offset by the specified text line and column for the specified controller.
getOrientation() - Method in class org.zaval.lw.LwSlider
Gets the slider orientation.
getOrientation() - Method in class org.zaval.lw.LwSplitPan
Gets the splitter type.
getOrigin() - Method in class org.zaval.lw.LwCanvas
Returns an origin of the component.
getOrigin() - Method in class org.zaval.lw.LwRoot
 
getOrigin() - Method in class org.zaval.lw.LwTextField
Returns an origin of the component.
getOrigin() - Method in interface org.zaval.lw.Drawable
Returns an origin of the drawable component.
getOrigin() - Method in class org.zaval.lw.grid.LwGrid
 
getOrigin() - Method in interface org.zaval.lw.grid.LwGridMetrics
Returns an origin of the grid component.
getOrigin() - Method in class org.zaval.lw.tree.LwTree
 
getPageView(int) - Method in class org.zaval.lw.LwNotebook
Returns the tab view for the specified page.
getPaintManager() - Static method in class org.zaval.lw.LwToolkit
 
getParent() - Method in class org.zaval.lw.LwViewMan
Gets the owner component for this view manager.
getParent(Item) - Method in class org.zaval.data.Tree
 
getParent(Item) - Method in interface org.zaval.data.TreeModel
Returns a parent for the given item.
getPointByOffset(int, PosController) - Static method in class org.zaval.misc.PosController
Gets a line number and a column number by the specified text offset for the specified controller.
getPointValue(int) - Method in class org.zaval.lw.LwSlider
Gets the start value for the specified interval.
getPosController() - Method in class org.zaval.lw.LwTextField
Gets the pos controller that manages the text cursor position.
getPosController() - Method in class org.zaval.lw.LwList
Gets the position controller.
getPosController() - Method in class org.zaval.lw.LwScroll
Gets the position controller.
getPosController() - Method in class org.zaval.lw.grid.LwGrid
Gets the position controller.
getPosInfo() - Method in class org.zaval.misc.PosController
Gets the pos info.
getPosRectColor() - Method in class org.zaval.lw.LwList
Gets the position rectangle color.
getPreferredSize() - Method in class org.zaval.lw.LwView
Gets the view preferred size.
getPreferredSize() - Method in class org.zaval.lw.LwCanvas
Gets the preferred size of this component.
getPreferredSize() - Method in class org.zaval.lw.LwRoot
 
getPreferredSize() - Method in class org.zaval.lw.LwViewMan
Returns the preferred size of the view manager.
getPreferredSize() - Method in interface org.zaval.lw.Layoutable
Gets the preferred size of this component.
getPreferredSize() - Method in class org.zaval.lw.LwTextField
 
getPrevCol() - Method in class org.zaval.misc.event.PosEvent
Gets the previous column.
getPrevLine() - Method in class org.zaval.misc.event.PosEvent
Gets the previous line number.
getPrevOffset() - Method in class org.zaval.misc.event.PosEvent
Gets the previous position.
getPrevSize() - Method in class org.zaval.data.event.MatrixEvent
Returns the previous dimension of the matrix model.
getPrevValue() - Method in class org.zaval.data.event.MatrixEvent
Returns the previous value of the modified cell.
getPrevValue() - Method in class org.zaval.lw.event.LwTrackerEvent
Gets the previous value (for the specified by the event tracker bundle element).
getProperties(String) - Static method in class org.zaval.lw.LwToolkit
Reads a properties file by the specified path and returns it as java.util.Properties instance.
getProperty(int) - Method in class org.zaval.lw.LwRoot
 
getProperty(int) - Method in interface org.zaval.lw.LwDesktop
Gets the value for the specified property.
getRectColor() - Method in class org.zaval.lw.LwActContainer
Gets the border color that is used to paint rectangle frame around the focus idicator component.
getRelLocation(int, int, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Returns a relative location for the specified absolute location relatively the light weight component.
getRelLocation(int, int, LwComponent, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Returns a relative location for the specified target location relatively the light weight component.
getResourcesBase() - Static method in class org.zaval.lw.LwToolkit
 
getRoot() - Method in class org.zaval.data.Tree
 
getRoot() - Method in interface org.zaval.data.TreeModel
Gets the root item of the tree model.
getRoot() - Method in class org.zaval.lw.LwWindow
Gets the root container.
getRoot() - Method in class org.zaval.lw.LwApplet
Gets the root light weight component that has to be used as a top-level container for other light weight components.
getRoot() - Method in class org.zaval.lw.LwFrame
Gets the root light weight component that has to be used as a top-level container for other light weight components.
getRootLayer() - Method in class org.zaval.lw.LwRoot
 
getRootLayer() - Method in interface org.zaval.lw.LwDesktop
Gets the root layer that should be used to add a light weight component on the desktop surface.
getRowHeight(int) - Method in class org.zaval.lw.grid.LwGrid
 
getRowHeight(int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the specified row height.
getRows() - Method in class org.zaval.data.Matrix
Gets the number of rows.
getRows() - Method in interface org.zaval.data.MatrixModel
Gets the number of rows.
getRows() - Method in class org.zaval.lw.grid.LwTreeGrid
 
getRowY(int) - Method in class org.zaval.lw.grid.LwGrid
 
getRowY(int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Gets the y coordinate of the specified grid row.
getScaleColor() - Method in class org.zaval.lw.LwSlider
Gets the scale color.
getScaleColor(int) - Method in class org.zaval.lw.LwTracker
Gets the scale color for the specified scale area.
getScaleGap() - Method in class org.zaval.lw.LwSlider
Gets the scale gap.
getScreenSize() - Static method in class org.zaval.lw.LwToolkit
Gets the size of the screen.
getSelectColor() - Method in class org.zaval.lw.LwTextField
 
getSelectColor() - Method in class org.zaval.lw.LwList
Gets the selection marker color.
getSelectColor() - Method in interface org.zaval.lw.TxtSelectionInfo
Returns a color that is used to render selected text background.
getSelectColor(boolean) - Method in class org.zaval.lw.grid.LwGrid
Gets the selection marker color for the specified grid state.
getSelected() - Method in class org.zaval.lw.LwGroup
Gets the switching component that has "on" state for the group.
getSelected() - Method in class org.zaval.lw.LwList
Gets the selected item component.
getSelectedColor() - Method in class org.zaval.lw.LwColorPanel
Gets a current selected color.
getSelectedFile() - Method in class org.zaval.lw.LwFilePanel
 
getSelectedFont() - Method in class org.zaval.lw.LwFontPanel
 
getSelectedIndex() - Method in class org.zaval.lw.LwNotebook
Gets the tab index for the tab that is selected at the moment.
getSelectedIndex() - Method in class org.zaval.lw.LwList
Gets the selected item index.
getSelectedItem() - Method in class org.zaval.lw.grid.LwTreeGrid
Gets the selected tree item.
getSelectedItem() - Method in class org.zaval.lw.tree.LwTree
Gets the item that is selected at the moment.
getSelectedText() - Method in class org.zaval.lw.LwTextField
 
getSelectedText() - Method in interface org.zaval.lw.TxtSelectionInfo
Returns the selected text.
getSelectionColor(boolean) - Method in class org.zaval.lw.tree.LwTree
Gets the selection marker color for the specified component focus state.
getSelectionOffsets() - Method in class org.zaval.lw.LwTextField
Gets the start and last selection offsets.
getSize() - Method in class org.zaval.data.Matrix
Gets the matrix dimension.
getSize() - Method in interface org.zaval.data.TextModel
Returns the line number of the text.
getSize() - Method in class org.zaval.data.Text
Returns the line number of the text.
getSize() - Method in class org.zaval.data.SingleLineTxt
Returns the line number of the text.
getSize() - Method in class org.zaval.data.event.TextEvent
Returns the size that defines size of removed or inserted text part.
getSize() - Method in class org.zaval.lw.LwCanvas
Returns a size of this component.
getSize() - Method in interface org.zaval.lw.Layoutable
Returns a size of this component.
getSize() - Method in class org.zaval.lw.mask.MaskElement
Gets the mask element size.
getSize() - Method in class org.zaval.lw.mask.MaskedText
 
getSOLocation() - Method in class org.zaval.lw.LwTextField
 
getSOLocation() - Method in class org.zaval.lw.LwList
 
getSOLocation() - Method in class org.zaval.lw.LwScrollPan
 
getSOLocation() - Method in class org.zaval.lw.grid.LwGrid
 
getSOLocation() - Method in class org.zaval.lw.tree.LwTree
 
getSOLocation() - Method in interface org.zaval.misc.ScrollObj
Gets the scroll object location.
getSOSize() - Method in class org.zaval.lw.LwTextField
 
getSOSize() - Method in class org.zaval.lw.LwList
 
getSOSize() - Method in class org.zaval.lw.LwScrollPan
 
getSOSize() - Method in class org.zaval.lw.grid.LwGrid
 
getSOSize() - Method in class org.zaval.lw.tree.LwTree
 
getSOSize() - Method in interface org.zaval.misc.ScrollObj
Gets the scroll object size.
getSpinValidator() - Method in class org.zaval.lw.LwSpin
Gets the spin validator.
getStartSelection() - Method in class org.zaval.lw.LwTextField
 
getStartSelection() - Method in interface org.zaval.lw.TxtSelectionInfo
Returns the start selection row and column
getState() - Method in class org.zaval.lw.LwStButton
Gets the current button state.
getState() - Method in class org.zaval.lw.LwCheckbox
Gets the state of the checkbox.
getState(Switchable) - Method in class org.zaval.lw.LwSwitchManager
Gets state for the specified switching component.
getState(Switchable) - Method in class org.zaval.lw.LwSwitchManImpl
 
getState(Switchable) - Method in class org.zaval.lw.LwGroup
 
getStaticObj(String) - Static method in class org.zaval.lw.LwToolkit
Gets the static object by the specified key.
getStep() - Method in class org.zaval.lw.LwSpin
Gets the current step.
getStep() - Method in class org.zaval.lw.LwTracker
Gets the exact step.
getSubMenu(LwComponent) - Method in class org.zaval.lw.LwMenu
 
getSubString(TextModel, Point, Point) - Static method in class org.zaval.lw.LwTextField
Returns a substring of the specified text model, at the given start and last position.
getSwitchManager() - Method in class org.zaval.lw.LwCheckbox
Gets the switch manager that is used with the checkbox.
getTagAt(int) - Method in class org.zaval.lw.mask.MaskElement
Gets the tag at the specified index.
getTags() - Method in class org.zaval.lw.mask.MaskElement
Gets the tags string.
getTarget() - Method in class org.zaval.lw.LwRender
Gets the target object.
getText() - Method in interface org.zaval.data.TextModel
Returns the original text data that have been set with setText method.
getText() - Method in class org.zaval.data.Text
Returns the original text data that have been set with setText method.
getText() - Method in class org.zaval.data.SingleLineTxt
Returns the original text data that have been set with setText method.
getText() - Method in class org.zaval.lw.LwLabel
Gets the text that is shown with the class as a string.
getText() - Method in class org.zaval.lw.LwTextRender
Gets the target text as a string.
getText() - Method in class org.zaval.lw.mask.MaskedText
 
getTextLength() - Method in interface org.zaval.data.TextModel
Returns the text length (number of the text characters).
getTextLength() - Method in class org.zaval.data.Text
Returns the text length.
getTextLength() - Method in class org.zaval.data.SingleLineTxt
Returns the text length.
getTextLength() - Method in class org.zaval.lw.mask.MaskedText
 
getTextLocationAt(LwTextRender, PosController) - Static method in class org.zaval.lw.LwTextField
Calculates and gets a pixel location for the specified text render and the text cursor position.
getTextModel() - Method in class org.zaval.lw.LwLabel
Gets the text model that is shown with the class.
getTextModel() - Method in class org.zaval.lw.LwSpin
Gets the text model.
getTextModel() - Method in class org.zaval.lw.LwTextRender
Gets the target object as the text model.
getTextRender() - Method in class org.zaval.lw.LwLabel
Gets the face view as a LwTextReneder instance.
getTextRender() - Method in class org.zaval.lw.grid.LwDefViews
Gets the text render that is used as the grid cells view.
getTextRowColAt(LwTextRender, int, int) - Static method in class org.zaval.lw.LwTextField
Calculates and gets a text position for the specified text render and the location.
getTimer(boolean) - Static method in class org.zaval.util.Timer
Gets a timer instance.
getTitle() - Method in class org.zaval.lw.LwWindow
Gets the window title.
getTitle(int) - Method in class org.zaval.lw.grid.LwGridCaption
Gets the title value for the specified column.
getTitleAlignment() - Method in class org.zaval.lw.LwNotebook
Gets the tabs alignment.
getTitleAlignment() - Method in class org.zaval.lw.LwBorderPan
Gets the vertical alignment of the title component.
getTitleAlignment() - Method in interface org.zaval.lw.LwTitleInfo
Gets the title alignment.
getTitleBounds() - Method in class org.zaval.lw.LwNotebook
 
getTitleBounds() - Method in class org.zaval.lw.LwBorderPan
Gets the rectangle where the title component has been placed with the border panel.
getTitleBounds() - Method in interface org.zaval.lw.LwTitleInfo
Gets the title size and location.
getTitlePanel() - Method in class org.zaval.lw.LwWindow
 
getTitleRender() - Method in class org.zaval.lw.LwTracker
Gets the text render that is used to render the tracker titles.
getTitleView() - Method in class org.zaval.lw.LwProgress
Gets the title view.
getTooltip(int, int) - Method in class org.zaval.lw.LwTracker
 
getTooltip(int, int) - Method in interface org.zaval.lw.TooltipInfo
Returns a component that should be used as a tooltip for the specified location of a target component.
getTooltipManager() - Static method in class org.zaval.lw.LwToolkit
 
getTopCaption() - Method in class org.zaval.lw.grid.LwGrid
Gets the grid top caption component.
getTopCaptionHeight() - Method in class org.zaval.lw.grid.LwGrid
Returns the top caption size.
getTreeModel() - Method in class org.zaval.lw.grid.LwTreeGrid
Gets the tree model.
getType() - Method in class org.zaval.lw.LwView
Gets the type of the view.
getType() - Method in class org.zaval.lw.mask.MaskElement
Gets the mask element type.
getTypeByTag(char) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
getTypeByTag(char) - Method in class org.zaval.lw.mask.DateMaskValidator
 
getTypeByTag(char) - Method in interface org.zaval.lw.mask.MaskValidator
Gets the type for the specified mask tag.
getUID() - Method in class org.zaval.lw.event.LwAWTEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwContainerEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwComponentEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwMouseMotionEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwWinEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwFocusEvent
Gets the UID of the event.
getUID() - Method in class org.zaval.lw.event.LwKeyEvent
Gets the UID of the event.
getUpdatedLines() - Method in class org.zaval.data.event.TextEvent
Gets the number of updated lines that has been modified for the text.
getValidator() - Method in class org.zaval.lw.mask.LwMaskTextField
Gets the mask validator.
getValidator() - Method in class org.zaval.lw.mask.MaskedText
Gets the mask validator.
getValue() - Method in class org.zaval.data.Item
Gets the value of this item.
getValue() - Method in class org.zaval.lw.LwSlider
Gets the current slider value.
getValue() - Method in class org.zaval.lw.LwSpin
Gets the current value.
getValue() - Method in class org.zaval.lw.LwProgress
Gets the current progress value.
getValue() - Method in class org.zaval.lw.event.LwTrackerEvent
Gets the value (for the specified by the event tracker bundle element).
getValue() - Method in class org.zaval.lw.mask.MaskElement
Gets the mask element value.
getValue(int) - Method in class org.zaval.lw.LwTracker
Gets the specified bundle value.
getValueByElement(MaskElement) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
getValueByTag(int, char) - Method in class org.zaval.lw.mask.MaskElement
Gets the value for the specified tag name starting at the specified index.
getValueByTag(MaskElement, int, char, String) - Static method in class org.zaval.lw.mask.MaskElement
Fetches mask element value from the specified value string for the specified mask element, the given tag at the specified index.
getVersion() - Static method in class org.zaval.lw.LwToolkit
Gets the library version.
getVgap() - Method in class org.zaval.lw.LwBorderLayout
Returns the vertical gap.
getVGap() - Method in class org.zaval.lw.LwFlowLayout
Gets the vertical gap.
getView() - Method in class org.zaval.lw.LwViewMan
Gets the view that should be used as a face view for the owner component.
getView() - Method in class org.zaval.lw.LwMenuButton
 
getView(Drawable, Object) - Method in class org.zaval.lw.LwSlider
 
getView(Drawable, Object) - Method in interface org.zaval.lw.LwViewProvider
Gets the view for the specified object of the specified component.
getView(Drawable, Object) - Method in class org.zaval.lw.tree.LwTree
 
getView(int) - Method in class org.zaval.lw.LwSlider
Gets the view of the specified slider element.
getView(int, int) - Method in class org.zaval.lw.LwTracker
Gets a view that is associated with the given state for the specified bundle type.
getView(int, int, Object) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getView(int, int, Object) - Method in interface org.zaval.lw.grid.LwGridViewProvider
Gets the view of the specified cell and the given data model value.
getView(int, int, Object) - Method in class org.zaval.lw.grid.LwDefViews
Gets the view of the specified cell and the given data model value.
getView(String) - Method in class org.zaval.lw.LwViewMan
Resolves the view by the specified view name.
getView(String) - Method in class org.zaval.lw.LwAdvViewMan
The method is overrided to return appropriate view by the specified name basing on the binding hash table.
getView(String) - Static method in class org.zaval.lw.LwToolkit
Gets a static object by the specified key as LwView class.
getViewMan(boolean) - Method in class org.zaval.lw.LwCanvas
Returns a view manager of the component.
getViewMan(boolean) - Method in class org.zaval.lw.LwRoot
 
getViewMan(boolean) - Method in interface org.zaval.lw.LwComponent
Returns a view manager of the component.
getViewProvider() - Method in class org.zaval.lw.grid.LwGrid
Gets the view provider.
getViewProvider() - Method in class org.zaval.lw.grid.LwTreeGrid
 
getViewProvider() - Method in class org.zaval.lw.tree.LwTree
Gets the view provider.
getVisiblePart() - Method in class org.zaval.lw.LwCanvas
Returns the bounding rectangle of the visible part for the component.
getVisiblePart() - Method in class org.zaval.lw.LwRoot
 
getVisiblePart() - Method in interface org.zaval.lw.LwComponent
Returns the bounding rectangle of the visible part for the component.
getWidth() - Method in class org.zaval.lw.LwCanvas
 
getWidth() - Method in class org.zaval.lw.LwRoot
 
getWidth() - Method in interface org.zaval.lw.Layoutable
Gets the width of this component.
getWidth() - Method in class org.zaval.lw.tree.ItemMetrics
Gets the node width.
getX() - Method in class org.zaval.lw.LwCanvas
 
getX() - Method in class org.zaval.lw.LwRoot
 
getX() - Method in interface org.zaval.lw.Layoutable
Gets the x location of this component specifying the component top-left corner.
getX() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the x coordinate of the mouse pointer relatively the source component.
getXAlignment(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getXAlignment(int, int) - Method in interface org.zaval.lw.grid.LwGridViewProvider
Gets the horizontal alignment for the specified grid cell.
getXAlignment(int, int) - Method in class org.zaval.lw.grid.LwDefViews
Gets the horizontal alignment for the specified grid cell.
getY() - Method in class org.zaval.lw.LwCanvas
 
getY() - Method in class org.zaval.lw.LwRoot
 
getY() - Method in interface org.zaval.lw.Layoutable
Gets the y location of this component specifying the component top-left corner.
getY() - Method in class org.zaval.lw.event.LwMouseEvent
Gets the y coordinate of the mouse pointer relatively the source component.
getYAlignment(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
getYAlignment(int, int) - Method in interface org.zaval.lw.grid.LwGridViewProvider
Gets the vertical alignment for the specified grid cell.
getYAlignment(int, int) - Method in class org.zaval.lw.grid.LwDefViews
Gets the vertical alignment for the specified grid cell.

H

H_BY_PARENT - Static variable in class org.zaval.lw.LwRasterLayout
Defines child heights alignment by the parent component.
handleKey(LwKeyEvent) - Method in class org.zaval.lw.LwTextField
Handles the specified key event.
hasChildren(Item) - Method in class org.zaval.data.Tree
 
hasChildren(Item) - Method in interface org.zaval.data.TreeModel
Tests if the item has one or more child items.
hasFocus() - Method in class org.zaval.lw.LwCanvas
Tests if the component is a focus owner.
hasFocus(LwComponent) - Method in class org.zaval.lw.LwFocusManager
Tests if the specified component has the focus.
hasSelection() - Method in class org.zaval.lw.LwTextField
Tests if the a text part has been selected.
hasVisibleCells() - Method in class org.zaval.lw.grid.CellsVisibility
Checks if there are any visible cells.
height - Variable in class org.zaval.lw.LwCanvas
 
height - Variable in class org.zaval.lw.tree.ItemMetrics
 
hideOnClose(boolean) - Method in class org.zaval.lw.LwWindow
Sets the specified reaction to the close button pressing.
hidePopup(Object) - Method in class org.zaval.lw.LwPopupManager
Hides the specified popup menu.
hidePopup(Object) - Method in class org.zaval.lw.AWTPopupManager
 
HORIZONTAL - Static variable in class org.zaval.lw.LwToolkit
The horizontal alignment constant.

I

iColVisibility() - Method in class org.zaval.lw.grid.LwGrid
Invalidates columns visibility properties.
id - Variable in class org.zaval.lw.event.LwAWTEvent
The event id.
ID - Static variable in class org.zaval.lw.LwPopupLayer
 
ID - Static variable in class org.zaval.lw.LwWinLayer
The layer id.
iMetric() - Method in class org.zaval.lw.grid.LwGrid
Invalidates grid metric.
index2point(int, int) - Static method in class org.zaval.util.MathBox
Computes and returns the row and column for the specified offset and the given number of columns.
indexByPoint(int, int, int) - Static method in class org.zaval.util.MathBox
Converts the specified row and column to the offset.
indexOf(LwComponent) - Method in class org.zaval.lw.LwPanel
Searches the specified component among this container children and returns an index of the component in the child list.
indexOf(LwComponent) - Method in class org.zaval.lw.LwRoot
 
indexOf(LwComponent) - Method in interface org.zaval.lw.LwContainer
Searches the specified component among this container children and returns an index of the component in the child list.
INFO_WIN - Static variable in class org.zaval.lw.LwWinLayer
The information window type.
init() - Method in class org.zaval.lw.LwApplet
 
INNER_SCALE - Static variable in class org.zaval.lw.LwTracker
Specifies scale area that is placed between rightmost and left most bundles.
insert(int, LwComponent) - Method in class org.zaval.lw.LwPanel
Inserts the specified lightweight component as a child of this container at the specified position in the container list.
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwPanel
Inserts the specified lightweight component with the specified constraints as a child of this container at the specified position in the container list.
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwCombo
 
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwRoot
 
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwList
 
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwStatusBar
 
insert(int, Object, LwComponent) - Method in class org.zaval.lw.LwMenuBar
 
insert(int, Object, LwComponent) - Method in interface org.zaval.lw.LwContainer
Inserts the specified lightweight component with the specified constraints as a child of this container at the specified position in the container list.
insert(Item, Item, int) - Method in class org.zaval.data.Tree
 
insert(Item, Item, int) - Method in interface org.zaval.data.TreeModel
Inserts the specified item into the tree as a child of the parent item, at the specified index.
insertBundle(int) - Method in class org.zaval.lw.LwTracker
Inserts a new bundle with the specified value.
INSERTED - Static variable in class org.zaval.data.event.TextEvent
The text inserted event type.
INSERTED - Static variable in class org.zaval.data.event.TreeEvent
The item inserted event type.
insets - Variable in class org.zaval.lw.LwCanvas
 
insets - Variable in class org.zaval.lw.LwConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
install(Switchable) - Method in class org.zaval.lw.LwSwitchManager
Registers the specified switching component that wants to use the manager.
intersection(int, int, int, int, int, int, int, int) - Static method in class org.zaval.util.MathBox
Gets the intersection rectangle for the two specified rectnagles.
invalidate() - Method in class org.zaval.lw.LwCanvas
Invalidates this component.
invalidate() - Method in class org.zaval.lw.LwPanel
 
invalidate() - Method in class org.zaval.lw.LwSlider
 
invalidate() - Method in class org.zaval.lw.LwViewMan
Invalidates the view manager.
invalidate() - Method in class org.zaval.lw.LwTextRender
Invalidates the render.
invalidate() - Method in class org.zaval.lw.LwWrappedText
 
invalidate() - Method in class org.zaval.lw.LwTracker
 
invalidate() - Method in class org.zaval.lw.LwWinLayer
 
invalidate() - Method in class org.zaval.lw.grid.LwGrid
 
invalidate() - Method in class org.zaval.lw.tree.LwTree
 
invalidate() - Method in class org.zaval.util.ValidationObject
 
invalidate() - Method in interface org.zaval.util.Validationable
Invalidates this object.
invalidate(int, int) - Method in class org.zaval.lw.LwTextRender
 
iRowVisibility() - Method in class org.zaval.lw.grid.LwGrid
Invalidates rows visibility properties.
isActionMask(int) - Static method in class org.zaval.lw.LwToolkit
Don't touch the method it will be redesigned in the further version.
isActive() - Method in class org.zaval.lw.LwBaseLayer
 
isActive() - Method in class org.zaval.lw.LwPopupLayer
 
isActive() - Method in interface org.zaval.lw.LwLayer
Gets if the layer is active.
isActive() - Method in class org.zaval.lw.LwWinLayer
Gets the current window that has been activated.
isAncestorOf(LwComponent, LwComponent) - Static method in class org.zaval.lw.LwToolkit
Checks if the component is contained in the component hierarchy of this container.
isEditable() - Method in class org.zaval.lw.LwTextField
Checks if the text field component is editable.
isEnabled() - Method in class org.zaval.lw.LwCanvas
Determines whether this component is enabled.
isEnabled() - Method in interface org.zaval.lw.Drawable
Determines whether this drawable component is enabled.
isFiltered(LwKeyEvent) - Method in class org.zaval.lw.LwTextField
Returns true if the key event should be handle next, returns false if the handling process has to be terminated.
isFireByPress() - Method in class org.zaval.lw.LwStButton
Tests if the action event will be perfomed by mouse pressed event.
isFocusable(LwComponent) - Method in class org.zaval.lw.LwFocusManager
Tests if the component can have the focus.
isFocusTraversable() - Method in class org.zaval.lw.LwRoot
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isHandledOffset(int) - Method in class org.zaval.lw.mask.MaskedText
 
isHandledTag(char) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
isHandledTag(char) - Method in class org.zaval.lw.mask.DateMaskValidator
 
isHandledTag(char) - Method in interface org.zaval.lw.mask.MaskValidator
Tests if the mask tag is handled with the validator.
isHideOnClose() - Method in class org.zaval.lw.LwWindow
Tests if the close window button will hide the window.
isIntervalModel() - Method in class org.zaval.lw.LwSlider
Tests if the interval model is used to navigate through the slider.
isJumpOnPress() - Method in class org.zaval.lw.LwSlider
Tests if the slider value will be changed according to the mouse cursor location by mouse presssed event.
isLinesShown() - Method in class org.zaval.lw.tree.LwTree
Tests if the tree line rendering is enabled.
isLoopEnabled() - Method in class org.zaval.lw.LwSpin
Returns the loop mode.
isMetricValid() - Method in class org.zaval.lw.grid.LwGrid
Checks if the grid metric is valid.
isOkPressed() - Method in class org.zaval.lw.LwBlankDialog
Tests if the "Ok" button has been pressed.
isOpaque() - Method in class org.zaval.lw.LwCanvas
Gets the opaque of this component.
isOpaque() - Method in class org.zaval.lw.LwRoot
Gets the opaque of this component.
isOpaque() - Method in interface org.zaval.lw.Drawable
Gets the opaque of this drawable component.
isOpen - Variable in class org.zaval.lw.tree.ItemMetrics
 
isOpen(Item) - Method in class org.zaval.lw.tree.LwTree
Checks if the tree item is expanded.
isPageEnabled(int) - Method in class org.zaval.lw.LwNotebook
Tests if the specified page is enabled or not.
isPressed() - Method in class org.zaval.lw.LwButton
Gets the state of the button.
isSelected(int) - Method in class org.zaval.lw.LwNotebook
Tests if the tab with the specified index is selected or not.
isSelected(int) - Method in class org.zaval.lw.LwList
Tests if the item with the specified index is selected or not.
isSelectionEnabled() - Method in class org.zaval.lw.tree.LwTree
Tests if the tree items selection is enabled.
isSizeable() - Method in class org.zaval.lw.LwWindow
Tests if the window component is sizeable.
isUsePsMetric() - Method in class org.zaval.lw.grid.LwGrid
Gets the grid metric type.
isValid() - Method in class org.zaval.util.ValidationObject
 
isValid() - Method in interface org.zaval.util.Validationable
Checks if this object is valid.
isValidFlag - Variable in class org.zaval.util.ValidationObject
 
isValidValue(MaskElement, String) - Method in class org.zaval.lw.LwSpinValidator
 
isValidValue(MaskElement, String) - Method in class org.zaval.lw.mask.BasicMaskValidator
 
isValidValue(MaskElement, String) - Method in class org.zaval.lw.mask.DateMaskValidator
 
isValidValue(MaskElement, String) - Method in interface org.zaval.lw.mask.MaskValidator
Tests if the specified value is valid for the mask element.
isVisible() - Method in class org.zaval.lw.LwCanvas
Determines if this component is visible.
isVisible() - Method in interface org.zaval.lw.Layoutable
Determines if this component is visible.
isVisible(Layoutable) - Static method in class org.zaval.lw.LwBorderLayout
Tests if the specified layout container is not null and visible.
Item - class org.zaval.data.Item.
This class is used to represent tree model items.
Item() - Constructor for class org.zaval.data.Item
Constructs a new item.
Item(Item) - Constructor for class org.zaval.data.Item
Constructs a new item as a copy of the given item.
Item(Object) - Constructor for class org.zaval.data.Item
Constructs a new item with the given initial value.
itemInserted(TreeEvent) - Method in interface org.zaval.data.event.TreeListener
Invoked when the item has been inserted as a memeber of the source tree.
itemInserted(TreeEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
itemInserted(TreeEvent) - Method in class org.zaval.lw.tree.LwTree
 
ItemMetrics - class org.zaval.lw.tree.ItemMetrics.
This is tree view node descriptor class.
ItemMetrics(boolean) - Constructor for class org.zaval.lw.tree.ItemMetrics
Constructs the item metrics instance with the specified open flag valeu.
itemModified(TreeEvent) - Method in interface org.zaval.data.event.TreeListener
Invoked when the item of the source tree has been modified.
itemModified(TreeEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
itemModified(TreeEvent) - Method in class org.zaval.lw.tree.LwTree
 
itemRemoved(TreeEvent) - Method in interface org.zaval.data.event.TreeListener
Invoked when the item has been removed from the source tree.
itemRemoved(TreeEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
itemRemoved(TreeEvent) - Method in class org.zaval.lw.tree.LwTree
 

J

jumpOnPress(boolean) - Method in class org.zaval.lw.LwSlider
Sets if the slider value should be changed according to the mouse cursor location by mouse presssed event.

K

KEY_PRESSED - Static variable in class org.zaval.lw.event.LwKeyEvent
The key pressed event type.
KEY_RELEASED - Static variable in class org.zaval.lw.event.LwKeyEvent
The key released event type.
KEY_TYPED - Static variable in class org.zaval.lw.event.LwKeyEvent
The key typed event type.
KEY_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The key event UID.
keyPressed(int, int) - Method in class org.zaval.lw.LwBaseLayer
 
keyPressed(int, int) - Method in interface org.zaval.lw.LwLayer
Invoked whenever a key has been pressed.
keyPressed(int, int) - Method in class org.zaval.lw.LwWinLayer
 
keyPressed(KeyEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a key has been pressed.
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwCombo
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwSlider
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwCheckbox
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwNotebook
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwTextField
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwButton
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwList
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwComboList
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.LwFocusManager
 
keyPressed(LwKeyEvent) - Method in interface org.zaval.lw.event.LwKeyListener
Invoked when a key has been pressed.
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.grid.LwGrid
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
keyPressed(LwKeyEvent) - Method in class org.zaval.lw.tree.LwTree
 
keyReleased(KeyEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a key has been released.
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwCombo
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwSlider
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwCheckbox
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwNotebook
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwTextField
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwButton
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwList
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.LwFocusManager
 
keyReleased(LwKeyEvent) - Method in interface org.zaval.lw.event.LwKeyListener
Invoked when a key has been released.
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.grid.LwGrid
 
keyReleased(LwKeyEvent) - Method in class org.zaval.lw.tree.LwTree
 
keyTyped(KeyEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a key has been typed.
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwCombo
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwSlider
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwCheckbox
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwNotebook
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwTextField
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwButton
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwList
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.LwFocusManager
 
keyTyped(LwKeyEvent) - Method in interface org.zaval.lw.event.LwKeyListener
Invoked when a key has been typed.
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.grid.LwGrid
 
keyTyped(LwKeyEvent) - Method in class org.zaval.lw.tree.LwTree
 

L

layout(LayoutContainer) - Method in class org.zaval.lw.LwRasterLayout
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwRoot
 
layout(LayoutContainer) - Method in class org.zaval.lw.LwSpin
 
layout(LayoutContainer) - Method in class org.zaval.lw.LwNotebook
 
layout(LayoutContainer) - Method in class org.zaval.lw.LwBorderPan
The method is an implementation of appropriate layout manager method.
layout(LayoutContainer) - Method in class org.zaval.lw.LwGridLayout
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwListLayout
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwSplitPan
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwPercentLayout
 
layout(LayoutContainer) - Method in class org.zaval.lw.LwScrollPan
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in interface org.zaval.lw.LwLayout
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwBorderLayout
Lays out the child layoutable components inside the specified layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwFlowLayout
Lays out the child layoutable components inside the layout container.
layout(LayoutContainer) - Method in class org.zaval.lw.LwWinLayer
 
layout(LayoutContainer) - Method in class org.zaval.lw.grid.LwGrid
 
layout(LayoutContainer) - Method in class org.zaval.lw.grid.LwTreeGrid
 
Layoutable - interface org.zaval.lw.Layoutable.
This is basic interface for components that are going to be laidout with the library layout managers.
LayoutContainer - interface org.zaval.lw.LayoutContainer.
This is basic interface for components that can contain Layoutable components as child.
lc - Variable in class org.zaval.lw.grid.CellsVisibility
 
LEAST_VIEW - Static variable in class org.zaval.lw.tree.LwTree
Defines list view element type.
LEFT - Static variable in class org.zaval.misc.Alignment
The left horizontal alignment type.
LEFT_CAPTION_EL - Static variable in class org.zaval.lw.grid.LwGrid
Left caption component layout constraint.
leftLine(Graphics, int, int, int, int) - Method in class org.zaval.lw.LwBorder
Draws the left vertical border line between the coordinates (x1,y1) and (x2,y2).
LETTER_TYPE - Static variable in class org.zaval.lw.mask.BasicMaskValidator
This letter mask element type definition.
lineWidth(int) - Method in class org.zaval.lw.LwTextRender
Returns the total advance width for showing the specified line number.
ListenerSupport - class org.zaval.util.event.ListenerSupport.
This abstract, utility class can be inherited with a classes that implement: Supporting list of listeners with a given type.
ListenerSupport() - Constructor for class org.zaval.util.event.ListenerSupport
 
loadObjs(String, Properties) - Static method in class org.zaval.lw.LwToolkit
Loads objects by the specified key of the specified properties set into static objects table.
loc2value(int) - Method in class org.zaval.lw.LwSlider
Converts the specified location to a slider value.
loc2value(int) - Method in class org.zaval.lw.LwTracker
Converts the specified location to a tracker value.
lookup(String) - Method in class org.zaval.lw.LwFilePanel
 
lr - Variable in class org.zaval.lw.grid.CellsVisibility
 
LwActContainer - class org.zaval.lw.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.
LwActContainer(LwComponent) - Constructor for class org.zaval.lw.LwActContainer
Constructs the container with the specified child component.
LwActionEvent - class org.zaval.lw.event.LwActionEvent.
This class represents action event.
LwActionEvent(Object) - Constructor for class org.zaval.lw.event.LwActionEvent
Constructs an LwActionEvent object with the specified source object.
LwActionEvent(Object, Object) - Constructor for class org.zaval.lw.event.LwActionEvent
Constructs an LwActionEvent object with the specified source object and the given data.
LwActionListener - interface org.zaval.lw.event.LwActionListener.
This listener interface for receiving action events.
LwActionSupport - class org.zaval.lw.event.LwActionSupport.
This is a utility class that can be used by a class that generates LwActionEvent to support list of LwActionListener classes.
LwActionSupport() - Constructor for class org.zaval.lw.event.LwActionSupport
 
LwAdvTextRender - class org.zaval.lw.LwAdvTextRender.
The class extends LwTextRender to support text block painting.
LwAdvTextRender(TextModel) - Constructor for class org.zaval.lw.LwAdvTextRender
Constructs the render with the specified target text model.
LwAdvViewMan - class org.zaval.lw.LwAdvViewMan.
The class extends the basic view manager fuctionality.
LwAdvViewMan() - Constructor for class org.zaval.lw.LwAdvViewMan
 
LwApplet - class org.zaval.lw.LwApplet.
This class should be used as a base for light weight applets creation.
LwApplet() - Constructor for class org.zaval.lw.LwApplet
Constructs the light weigt applet.
LwAWTEvent - class org.zaval.lw.event.LwAWTEvent.
This class is basic for all light weight events.
LwAWTEvent(LwComponent, int) - Constructor for class org.zaval.lw.event.LwAWTEvent
Constructs an event object with the specified source object and the event id.
LwBaseLayer - class org.zaval.lw.LwBaseLayer.
This layer class is basic implementation of the layer interface
LwBaseLayer(Object) - Constructor for class org.zaval.lw.LwBaseLayer
Constructs the layer with the specified id.
LwBlankDialog - class org.zaval.lw.LwBlankDialog.
This class is "template" window component that can be used as the dialog window with the different content.
LwBlankDialog(LwComponent) - Constructor for class org.zaval.lw.LwBlankDialog
Constructs the window with the specified content component.
LwBorder - class org.zaval.lw.LwBorder.
The class implements set of borders views.
LwBorder(int) - Constructor for class org.zaval.lw.LwBorder
Constructs the new border view with the specified border type.
LwBorderLayout - class org.zaval.lw.LwBorderLayout.
The class implements layout manager interface.
LwBorderLayout() - Constructor for class org.zaval.lw.LwBorderLayout
Constructs a new border layout with no gaps between components.
LwBorderLayout(int, int) - Constructor for class org.zaval.lw.LwBorderLayout
Constructs a border layout with the specified gaps between components.
LwBorderPan - class org.zaval.lw.LwBorderPan.
This is lightweight component that can be used to organize border panel.
LwBorderPan() - Constructor for class org.zaval.lw.LwBorderPan
Constructs a new border panel.
LwBorderPan(LwComponent, LwComponent) - Constructor for class org.zaval.lw.LwBorderPan
Constructs a new border panel with the specified title component and center component.
LwButton - class org.zaval.lw.LwButton.
This is button component, that is a composite component, so it is possible to use any other component as the button label.
LwButton() - Constructor for class org.zaval.lw.LwButton
Constructs a button component with no label.
LwButton(LwComponent) - Constructor for class org.zaval.lw.LwButton
Constructs a button component with the specified component as a label.
LwButton(String) - Constructor for class org.zaval.lw.LwButton
Constructs a button component with the specified label text.
LwCanvas - class org.zaval.lw.LwCanvas.
This is basic implemenation of the light weight component interface that should be used to develop own light weight component.
LwCanvas() - Constructor for class org.zaval.lw.LwCanvas
 
LwCheckbox - class org.zaval.lw.LwCheckbox.
The class represents a switching GUI componenent that can have one of two states: "on" or "off".
LwCheckbox() - Constructor for class org.zaval.lw.LwCheckbox
Constructs a checkbox component with no label.
LwCheckbox(LwComponent, int) - Constructor for class org.zaval.lw.LwCheckbox
Constructs a checkbox component with the specified component as a label and the given box view type.
LwCheckbox(String) - Constructor for class org.zaval.lw.LwCheckbox
Constructs a checkbox component with the specified label text.
LwCheckbox(String, int) - Constructor for class org.zaval.lw.LwCheckbox
Constructs a checkbox component with the specified label text and the given box view type.
LwChildrenListener - interface org.zaval.lw.event.LwChildrenListener.
The interface should be implemented by the components that want to listen children events.
LwClipboardMan - class org.zaval.lw.LwClipboardMan.
This class implements simple clipboard manager for the library.
LwClipboardMan() - Constructor for class org.zaval.lw.LwClipboardMan
 
LwColorPanel - class org.zaval.lw.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.
LwColorPanel() - Constructor for class org.zaval.lw.LwColorPanel
Constructs a color panel.
LwColorPanel(Color, Properties) - Constructor for class org.zaval.lw.LwColorPanel
Constructs a color panel with the given selected color and the givent properties to specify a predefined colors set.
LwColorPanel(Color, String) - Constructor for class org.zaval.lw.LwColorPanel
Constructs a color panel with the given selected color and the givent properties file to specify a predefined colors set.
LwCombo - class org.zaval.lw.LwCombo.
This is combobox component.
LwCombo() - Constructor for class org.zaval.lw.LwCombo
Constructs a combobox component with no items.
LwComboList - class org.zaval.lw.LwComboList.
This is list component that is supposed to be used as the list of the combobox component.
LwComboList() - Constructor for class org.zaval.lw.LwComboList
 
LwComponent - interface org.zaval.lw.LwComponent.
This is basic interface for GUI components of the light weight library.
LwComponentEvent - class org.zaval.lw.event.LwComponentEvent.
This class is used with light weight components to notify when a component has been shown, hidden, disabled or enabled.
LwComponentEvent(LwComponent, int) - Constructor for class org.zaval.lw.event.LwComponentEvent
Constructs the event object with the specified source object and the event id.
LwComponentListener - interface org.zaval.lw.event.LwComponentListener.
This listener interface for receiving light weight component events.
LwComponentSupport - class org.zaval.lw.event.LwComponentSupport.
This is a utility class that can be used by a class that generates LwComponentEvent to support list of LwComponentListener classes.
LwComponentSupport() - Constructor for class org.zaval.lw.event.LwComponentSupport
 
LwComposite - interface org.zaval.lw.LwComposite.
This interface provides ability for a container to control child input events component delivery.
LwCompRender - class org.zaval.lw.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).
LwCompRender(LwComponent) - Constructor for class org.zaval.lw.LwCompRender
Constructs the render with the specified target light weight component.
LwConstraints - class org.zaval.lw.LwConstraints.
The class is used to specify constrains that are used with the LwGridLayout layout manager.
LwConstraints() - Constructor for class org.zaval.lw.LwConstraints
 
LwContainer - interface org.zaval.lw.LwContainer.
This interface defines light weight container that inherits the LwComponent interface and can contain other light weight components as child components.
LwContainerEvent - class org.zaval.lw.event.LwContainerEvent.
This class is used with light weight containers to notify when a component has been added to the conatiner or removed from the container.
LwContainerEvent(LwComponent, LwContainer, int) - Constructor for class org.zaval.lw.event.LwContainerEvent
Constructs the event object with the specified source object, the parent container and the event id.
LwContainerListener - interface org.zaval.lw.event.LwContainerListener.
This listener interface for receiving light weight container events.
LwContainerSupport - class org.zaval.lw.event.LwContainerSupport.
This is a utility class that can be used by a class that generates LwContainerEvent to support list of LwContainerListener classes.
LwContainerSupport() - Constructor for class org.zaval.lw.event.LwContainerSupport
 
LwCursorManager - class org.zaval.lw.LwCursorManager.
This manager is used to support mouse cursor changing for a light weight component.
LwCursorManager() - Constructor for class org.zaval.lw.LwCursorManager
 
LwCursorView - class org.zaval.lw.LwCursorView.
This class is used as a LwTextField caret view.
LwCursorView() - Constructor for class org.zaval.lw.LwCursorView
Constructs the view.
LwDefEditors - class org.zaval.lw.grid.LwDefEditors.
This class is very simple implementation of LwEditorProvider interface where a grid cells are edited with a text field component.
LwDefEditors() - Constructor for class org.zaval.lw.grid.LwDefEditors
 
LwDefViews - class org.zaval.lw.grid.LwDefViews.
This class is a simple implementation of LwGridViewProvider interface where LwTextRender view is used to render grid cells.
LwDefViews() - Constructor for class org.zaval.lw.grid.LwDefViews
 
LwDesktop - interface org.zaval.lw.LwDesktop.
This interface is top-level container for all other lightweight components.
LwEditorProvider - interface org.zaval.lw.grid.LwEditorProvider.
This interface is used to provide an editor component for the specified grid cell, it allows to customize grid cells editing process.
LwEventManager - class org.zaval.lw.event.LwEventManager.
This is one of the core classes of the light weight library that is used to define light weight events delivering strategy.
LwEventManager() - Constructor for class org.zaval.lw.event.LwEventManager
 
LwFilePanel - class org.zaval.lw.LwFilePanel.
 
LwFilePanel(String, String[][]) - Constructor for class org.zaval.lw.LwFilePanel
 
LwFlowLayout - class org.zaval.lw.LwFlowLayout.
This class implements layout manager interface.
LwFlowLayout() - Constructor for class org.zaval.lw.LwFlowLayout
Constructs a new flow layout manager with default parameters.
LwFlowLayout(int, int) - Constructor for class org.zaval.lw.LwFlowLayout
Constructs a new flow layout manager with the specified horizontal and vertical alignments.
LwFlowLayout(int, int, int) - Constructor for class org.zaval.lw.LwFlowLayout
Constructs a new flow layout manager with the specified horizontal, vertical alignments and the direction.
LwFlowLayout(int, int, int, int, int) - Constructor for class org.zaval.lw.LwFlowLayout
Constructs a new flow layout manager with the specified horizontal, vertical alignments, the direction and the given gaps.
LwFocusEvent - class org.zaval.lw.event.LwFocusEvent.
This class is used with light weight components to notify when a component gots or losts focus.
LwFocusEvent(LwComponent, int) - Constructor for class org.zaval.lw.event.LwFocusEvent
Constructs the event object with the specified source object and the event id.
LwFocusListener - interface org.zaval.lw.event.LwFocusListener.
This listener interface for receiving light weight focus events.
LwFocusManager - class org.zaval.lw.LwFocusManager.
This class is an implementation of the LwFocusManager for the libarary.
LwFocusManager() - Constructor for class org.zaval.lw.LwFocusManager
 
LwFocusSupport - class org.zaval.lw.event.LwFocusSupport.
This is a utility class that can be used by a class that generates LwFocusEvent to support list of LwFocusListener classes.
LwFocusSupport() - Constructor for class org.zaval.lw.event.LwFocusSupport
 
LwFontPanel - class org.zaval.lw.LwFontPanel.
 
LwFontPanel() - Constructor for class org.zaval.lw.LwFontPanel
 
LwFrame - class org.zaval.lw.LwFrame.
The class inherits java.awt.Frame components and it should be used instead the java.awt.Frame to create a lightweight application.
LwFrame() - Constructor for class org.zaval.lw.LwFrame
Constructs a new instance of the class.
LwGrid - class org.zaval.lw.grid.LwGrid.
This is light weight grid component.
LwGrid() - Constructor for class org.zaval.lw.grid.LwGrid
Constructs the component with the default data model.
LwGrid(MatrixModel) - Constructor for class org.zaval.lw.grid.LwGrid
Constructs the component with the specified data model.
LwGridCaption - class org.zaval.lw.grid.LwGridCaption.
This component is used as the top grid component caption with a custom views.
LwGridCaption(LwGridMetrics) - Constructor for class org.zaval.lw.grid.LwGridCaption
Constructs the object with the specified grid metrics.
LwGridLayout - class org.zaval.lw.LwGridLayout.
This class implements layout manager interface.
LwGridLayout(int, int) - Constructor for class org.zaval.lw.LwGridLayout
Constructs a new grid layout with the specified number of rows and columns.
LwGridLayout(int, int, int) - Constructor for class org.zaval.lw.LwGridLayout
Constructs a new grid layout with the specified number of rows, columns and the layout stretching mask.
LwGridMetrics - interface org.zaval.lw.grid.LwGridMetrics.
This interface is used to get values for basic metrical characteristics of the grid component.
LwGridViewProvider - interface org.zaval.lw.grid.LwGridViewProvider.
This interface is used to provide a view for the specified grid cell, it allows to customize grid cells' views.
LwGroup - class org.zaval.lw.LwGroup.
This implementation of the switch manager class is used to control state for a set of switching components where only one component can be "on".
LwGroup() - Constructor for class org.zaval.lw.LwGroup
 
LwImage - class org.zaval.lw.LwImage.
This light weight component is used to show an image.
LwImage(Image) - Constructor for class org.zaval.lw.LwImage
Constructs the component with the specified image object.
LwImage(LwImgRender) - Constructor for class org.zaval.lw.LwImage
Constructs the component with the specified image render.
LwImage(String) - Constructor for class org.zaval.lw.LwImage
Constructs the component with the specified image name.
LwImgRender - class org.zaval.lw.LwImgRender.
This class implements image render.
LwImgRender(Image, int) - Constructor for class org.zaval.lw.LwImgRender
Constructs the render with the specified target image and the view type.
LwImgRender(String) - Constructor for class org.zaval.lw.LwImgRender
Constructs the render with the specified target image name.
LwImgRender(String, int) - Constructor for class org.zaval.lw.LwImgRender
Constructs the render with the specified target image name and the view type.
LwImgSetRender - class org.zaval.lw.LwImgSetRender.
This class is the same LwImgRender render but it allows to render specified part of the target image object.
LwImgSetRender(Image, int, int, int, int, int) - Constructor for class org.zaval.lw.LwImgSetRender
Constructs the render with the specified target image, the view type and the specified rectangular image part that should be rendered.
LwImgSetRender(String, int, int, int, int, int) - Constructor for class org.zaval.lw.LwImgSetRender
Constructs the render with the specified target image name, the view type and the specified rectangular image part that should be rendered.
LwKeyEvent - class org.zaval.lw.event.LwKeyEvent.
This class is used with light weight components to describe keyboard events.
LwKeyEvent(LwComponent, int, int, char, int) - Constructor for class org.zaval.lw.event.LwKeyEvent
Constructs the event object with the specified source object, the event id, the key code associated with the key, the character that has been typed with the key and the mask that describes state of a keyboard.
LwKeyListener - interface org.zaval.lw.event.LwKeyListener.
This is listener interface to receive light weight key events.
LwKeySupport - class org.zaval.lw.event.LwKeySupport.
This is a utility class that can be used by a class that generates LwKeyEvent to support list of LwKeyListener classes.
LwKeySupport() - Constructor for class org.zaval.lw.event.LwKeySupport
 
LwLabel - class org.zaval.lw.LwLabel.
This light weight component is used to show a text by using LwTextRender as the face view.
LwLabel() - Constructor for class org.zaval.lw.LwLabel
Constructs the componen.
LwLabel(LwTextRender) - Constructor for class org.zaval.lw.LwLabel
Constructs the component with the specified text render.
LwLabel(String) - Constructor for class org.zaval.lw.LwLabel
Constructs the component with the specified string.
LwLabel(TextModel) - Constructor for class org.zaval.lw.LwLabel
Constructs the component with the specified text model.
LwLayer - interface org.zaval.lw.LwLayer.
This layer interface is a special container that is used as the LwDesktop children.
LwLayout - interface org.zaval.lw.LwLayout.
Defines the interface for classes that know how to layout Layoutable components inside a LayoutContainer container.
LwLine - class org.zaval.lw.LwLine.
 
LwLine(int) - Constructor for class org.zaval.lw.LwLine
 
LwLink - class org.zaval.lw.LwLink.
This component is something like text links that are used by "html".
LwLink(String) - Constructor for class org.zaval.lw.LwLink
Constructs a link component with the specified link text.
LwList - class org.zaval.lw.LwList.
This is list component.
LwList() - Constructor for class org.zaval.lw.LwList
Constructs a list component with no items.
LwListLayout - class org.zaval.lw.LwListLayout.
The class implements layout manager interface.
LwListLayout() - Constructor for class org.zaval.lw.LwListLayout
Constructs the layout manager.
LwListLayout(int) - Constructor for class org.zaval.lw.LwListLayout
Constructs the layout manager with the specified gap.
LwManager - interface org.zaval.lw.LwManager.
 
LwMaskTextField - class org.zaval.lw.mask.LwMaskTextField.
This is masked text field lightweight component that is supposed to be used for masked input.
LwMaskTextField() - Constructor for class org.zaval.lw.mask.LwMaskTextField
Constructs the class with empty text and empty mask.
LwMaskTextField(MaskedText) - Constructor for class org.zaval.lw.mask.LwMaskTextField
Constructs the class with the specified masked text model.
LwMaskTextField(String, String) - Constructor for class org.zaval.lw.mask.LwMaskTextField
Constructs the class with the specified text and the given mask.
LwMenu - class org.zaval.lw.LwMenu.
 
LwMenu() - Constructor for class org.zaval.lw.LwMenu
 
LwMenuBar - class org.zaval.lw.LwMenuBar.
 
LwMenuBar() - Constructor for class org.zaval.lw.LwMenuBar
 
LwMenuButton - class org.zaval.lw.LwMenuButton.
 
LwMenuButton(String) - Constructor for class org.zaval.lw.LwMenuButton
 
LwMouseEvent - class org.zaval.lw.event.LwMouseEvent.
This class is used with light weight components to describe mouse events.
LwMouseEvent(LwComponent, int, int, int, int, int) - Constructor for class org.zaval.lw.event.LwMouseEvent
Constructs the event object with the specified source object, the event id, the absolute mouse pointer location, mask and click count.
LwMouseListener - interface org.zaval.lw.event.LwMouseListener.
This is listener interface to receive light weight mouse events.
LwMouseMotionEvent - class org.zaval.lw.event.LwMouseMotionEvent.
This class is used with light weight components to describe mouse motion events.
LwMouseMotionEvent(LwComponent, int, int, int, int) - Constructor for class org.zaval.lw.event.LwMouseMotionEvent
Constructs the event object with the specified source object, the event id, the absolute mouse pointer location and mask.
LwMouseMotionListener - interface org.zaval.lw.event.LwMouseMotionListener.
This is listener interface to receive light weight mouse motion events.
LwMouseMotionSupport - class org.zaval.lw.event.LwMouseMotionSupport.
This is a utility class that can be used by a class that generates LwMouseMotionEvent to support list of LwMouseMotionListener classes.
LwMouseMotionSupport() - Constructor for class org.zaval.lw.event.LwMouseMotionSupport
 
LwMouseSupport - class org.zaval.lw.event.LwMouseSupport.
This is a utility class that can be used by a class that generates LwMouseEvent to support list of LwMouseListener classes.
LwMouseSupport() - Constructor for class org.zaval.lw.event.LwMouseSupport
 
LwNotebook - class org.zaval.lw.LwNotebook.
This is notebook container.
LwNotebook() - Constructor for class org.zaval.lw.LwNotebook
Constructs a notebook container using default (Alignment.TOP) tabs alignment.
LwNotebook(int) - Constructor for class org.zaval.lw.LwNotebook
Constructs a notebook container using the specified tabs alignment.
LwPaintManager - class org.zaval.lw.LwPaintManager.
This manager is abstract class that is used as base for creating own paint managers for the light weight libarary.
LwPaintManager() - Constructor for class org.zaval.lw.LwPaintManager
 
LwPaintManImpl - class org.zaval.lw.LwPaintManImpl.
This class is implementation of the LwPaintManager for the library.
LwPaintManImpl() - Constructor for class org.zaval.lw.LwPaintManImpl
Constructs the paint manager.
LwPanel - class org.zaval.lw.LwPanel.
This is implementation of the light weight container interface that has to be used to develop own light weight containers.
LwPanel() - Constructor for class org.zaval.lw.LwPanel
Constructs the container.
LwPasswordText - class org.zaval.lw.LwPasswordText.
This class inherits LwTextRender to represent a password text.
LwPasswordText(TextModel) - Constructor for class org.zaval.lw.LwPasswordText
Constructs the render with the specified target text model.
LwPercentLayout - class org.zaval.lw.LwPercentLayout.
 
LwPercentLayout() - Constructor for class org.zaval.lw.LwPercentLayout
 
LwPercentLayout(int, int) - Constructor for class org.zaval.lw.LwPercentLayout
 
LwPopupLayer - class org.zaval.lw.LwPopupLayer.
 
LwPopupLayer() - Constructor for class org.zaval.lw.LwPopupLayer
 
LwPopupManager - class org.zaval.lw.LwPopupManager.
This abstract class should be used to implement a popup menu manager.
LwPopupManager() - Constructor for class org.zaval.lw.LwPopupManager
 
LwProgress - class org.zaval.lw.LwProgress.
This is progress bar light weight component that can be used to display progress status for some processes.
LwProgress() - Constructor for class org.zaval.lw.LwProgress
Constructs the progress bar.
LwRasterLayout - class org.zaval.lw.LwRasterLayout.
This class implements layout manager interface.
LwRasterLayout() - Constructor for class org.zaval.lw.LwRasterLayout
Constructs the layout manager that uses child components locations and sizes to layout its.
LwRasterLayout(int) - Constructor for class org.zaval.lw.LwRasterLayout
Constructs the layout manager with the specified layout flag.
LwRender - class org.zaval.lw.LwRender.
This abstract class is used as base for lightweight renders implementations.
LwRender(Object) - Constructor for class org.zaval.lw.LwRender
Constructs the render with the specified target component that should be rendered.
LwRender(Object, int) - Constructor for class org.zaval.lw.LwRender
Constructs the render with the specified target component that should be rendered and the specified view type.
LwRoot - class org.zaval.lw.LwRoot.
This class is a root light weight component that implements LwDesktop interface.
LwRoot() - Constructor for class org.zaval.lw.LwRoot
Constructs the class instance.
LwScroll - class org.zaval.lw.LwScroll.
This is scrollbar component.
LwScroll(int) - Constructor for class org.zaval.lw.LwScroll
Constructs a scrollbar component with the specified orientation.
LwScrollPan - class org.zaval.lw.LwScrollPan.
This is scroll panel component.
LwScrollPan(LwComponent) - Constructor for class org.zaval.lw.LwScrollPan
Constructs a scroll panel component with the specified child component to be scrolled.
LwScrollPan(LwComponent, int) - Constructor for class org.zaval.lw.LwScrollPan
Constructs a scroll panel component with the specified child component to be scrolled and the given scroll bar mask.
LwSlider - class org.zaval.lw.LwSlider.
This is slider component that can be used to select a value from the specified integer interval.
LwSlider() - Constructor for class org.zaval.lw.LwSlider
Constructs a slider.
LwSlider(int) - Constructor for class org.zaval.lw.LwSlider
Constructs a slider with the specified orientation.
LwSpeedButton - class org.zaval.lw.LwSpeedButton.
This is state button component that allows to customize acceleration for repeatable action event generation.
LwSpeedButton() - Constructor for class org.zaval.lw.LwSpeedButton
 
LwSpin - class org.zaval.lw.LwSpin.
This is spin light weight component that can be used to input a bound integer value.
LwSpin() - Constructor for class org.zaval.lw.LwSpin
Constructs the componen.
LwSpinValidator - class org.zaval.lw.LwSpinValidator.
This class is a special mask handler that is used by the spin component to validate and represent bound integer value.
LwSpinValidator() - Constructor for class org.zaval.lw.LwSpinValidator
 
LwSplitPan - class org.zaval.lw.LwSplitPan.
This split panel component is used to divide the container area into two resizeable areas.
LwSplitPan(LwComponent, LwComponent) - Constructor for class org.zaval.lw.LwSplitPan
Constructs a split panel with the specified child components for the two splitter areas.
LwSplitPan(LwComponent, LwComponent, int) - Constructor for class org.zaval.lw.LwSplitPan
Constructs a split panel with the specified child components for the two splitter areas and the given splitter type.
LwStatusBar - class org.zaval.lw.LwStatusBar.
This is status bar light weight component.
LwStatusBar() - Constructor for class org.zaval.lw.LwStatusBar
Constructs the class instance.
LwStatusBar(int) - Constructor for class org.zaval.lw.LwStatusBar
Constructs the class with the specified horizontal gap between child components.
LwStButton - class org.zaval.lw.LwStButton.
This is state button component.
LwStButton() - Constructor for class org.zaval.lw.LwStButton
Constructs the class instance.
LwSwitchManager - class org.zaval.lw.LwSwitchManager.
This abstract class can be used to control state of switching components.
LwSwitchManager() - Constructor for class org.zaval.lw.LwSwitchManager
 
LwSwitchManImpl - class org.zaval.lw.LwSwitchManImpl.
This is simple implementation of the abstract switch manager class.
LwSwitchManImpl() - Constructor for class org.zaval.lw.LwSwitchManImpl
 
LwTabRender - class org.zaval.lw.LwTabRender.
This render is used to paint tab page of LwNotebook component.
LwTabRender(String) - Constructor for class org.zaval.lw.LwTabRender
Constructs the render with the specified target text.
LwTextField - class org.zaval.lw.LwTextField.
This class is a text field component.
LwTextField() - Constructor for class org.zaval.lw.LwTextField
Constructs a text filed component with no text.
LwTextField(String) - Constructor for class org.zaval.lw.LwTextField
Constructs a text field component with the specified text.
LwTextField(String, int) - Constructor for class org.zaval.lw.LwTextField
Constructs a single line text field component with the specified text and the maximal number of columns.
LwTextField(TextModel) - Constructor for class org.zaval.lw.LwTextField
Constructs a text field component with the specified text model.
LwTextRender - class org.zaval.lw.LwTextRender.
This is text render.
LwTextRender(String) - Constructor for class org.zaval.lw.LwTextRender
Constructs the render with the specified target string.
LwTextRender(TextModel) - Constructor for class org.zaval.lw.LwTextRender
Constructs the render with the specified target text model.
LwTitledBorder - class org.zaval.lw.LwTitledBorder.
This class inherits LwBorder class to support a title area for the border view.
LwTitledBorder(int) - Constructor for class org.zaval.lw.LwTitledBorder
Constructs the border view with the specified border type.
LwTitledBorder(int, int) - Constructor for class org.zaval.lw.LwTitledBorder
Constructs the border view with the specified border type and the line alignment.
LwTitleInfo - interface org.zaval.lw.LwTitleInfo.
The interface has to be implemented with a lightweight component that wants to use LwTitledBorder view as a border view.
LwToolkit - class org.zaval.lw.LwToolkit.
This class provides set of useful static methods for the lightweight library.
LwToolkit() - Constructor for class org.zaval.lw.LwToolkit
 
LwTooltipMan - class org.zaval.lw.LwTooltipMan.
This manager is used to support tooltip for a light weight components.
LwTooltipMan() - Constructor for class org.zaval.lw.LwTooltipMan
 
LwTracker - class org.zaval.lw.LwTracker.
This is tracker component.
LwTracker() - Constructor for class org.zaval.lw.LwTracker
Constructs the class instance.
LwTrackerEvent - class org.zaval.lw.event.LwTrackerEvent.
This class represents tracker event.
LwTrackerEvent(LwComponent, int, int, int, int) - Constructor for class org.zaval.lw.event.LwTrackerEvent
Constructs the event object with the specified source object, the bundle index, the bundle value, the bundle previous value an the event id.
LwTrackerListener - interface org.zaval.lw.event.LwTrackerListener.
This listener interface for receiving tracker events.
LwTree - class org.zaval.lw.tree.LwTree.
This is tree view component.
LwTree(TreeModel) - Constructor for class org.zaval.lw.tree.LwTree
Constructs a tree view component with the specified tree model.
LwTree(TreeModel, boolean) - Constructor for class org.zaval.lw.tree.LwTree
Constructs a tree view component with the specified tree model and tree node state.
LwTreeGrid - class org.zaval.lw.grid.LwTreeGrid.
This is light weight tree grid component.
LwTreeGrid() - Constructor for class org.zaval.lw.grid.LwTreeGrid
Constructs the component with the default data model and tree model.
LwTreeGrid(TreeModel) - Constructor for class org.zaval.lw.grid.LwTreeGrid
Constructs the component with the specified tree data model.
LwView - class org.zaval.lw.LwView.
This abstract class is used as base for lightweight views implementations.
LwView() - Constructor for class org.zaval.lw.LwView
Constructs the view.
LwView(int) - Constructor for class org.zaval.lw.LwView
Constructs the view with the specified view type.
LwViewMan - class org.zaval.lw.LwViewMan.
This class is used to support set of views.
LwViewMan() - Constructor for class org.zaval.lw.LwViewMan
 
LwViewProvider - interface org.zaval.lw.LwViewProvider.
This interface is used to provide a view for the specified object.
LwWindow - class org.zaval.lw.LwWindow.
This class is window lightweight component that can be used as a desktop window.
LwWindow() - Constructor for class org.zaval.lw.LwWindow
Constructs the window component with empty title.
LwWindow(String) - Constructor for class org.zaval.lw.LwWindow
Constructs the window component with the specified title.
LwWinEvent - class org.zaval.lw.event.LwWinEvent.
This class is used with light weight components to notify when a window component has been opened, closed, activated or deactivated.
LwWinEvent(LwComponent, int) - Constructor for class org.zaval.lw.event.LwWinEvent
Constructs the event object with the specified source object and the event id.
LwWinLayer - class org.zaval.lw.LwWinLayer.
This is housekeeping layer implementation that is used by LwRoot class as the internal windows container.
LwWinLayer() - Constructor for class org.zaval.lw.LwWinLayer
Constructs the layer.
LwWinListener - interface org.zaval.lw.event.LwWinListener.
This listener interface for receiving light weight window events.
LwWinSupport - class org.zaval.lw.event.LwWinSupport.
This is a utility class that can be used by a class that generates LwWinEvent to support list of LwWinListener classes.
LwWinSupport() - Constructor for class org.zaval.lw.event.LwWinSupport
 
LwWrappedText - class org.zaval.lw.LwWrappedText.
This is wrapped text render.
LwWrappedText(String) - Constructor for class org.zaval.lw.LwWrappedText
Constructs the render with the specified target string.
LwWrappedText(TextModel) - Constructor for class org.zaval.lw.LwWrappedText
Constructs the render with the specified target text model.

M

main(String[]) - Static method in class org.zaval.lw.LwMenuBar
 
makeTextRender(TextModel) - Method in class org.zaval.lw.LwLabel
The method gets default text render that will be used to render the specified text model.
makeTextRender(TextModel) - Method in class org.zaval.lw.LwTextField
 
makeVisible(int, int) - Method in class org.zaval.lw.LwScrollPan
Makes visible the specified location of the scrolled component.
mask - Variable in class org.zaval.lw.event.LwMouseEvent
 
MaskedText - class org.zaval.lw.mask.MaskedText.
This class implements text model interface for masked text.
MaskedText(String) - Constructor for class org.zaval.lw.mask.MaskedText
Constructs the class with the specified mask.
MaskedText(String, MaskValidator) - Constructor for class org.zaval.lw.mask.MaskedText
Constructs the class with the specified mask and the given mask validator.
MaskElement - class org.zaval.lw.mask.MaskElement.
This class describes mask element.
MaskElement() - Constructor for class org.zaval.lw.mask.MaskElement
 
MaskPosController - class org.zaval.lw.mask.MaskPosController.
This class is specific implementation of the pos controller for the masked text field component.
MaskPosController(MaskedText) - Constructor for class org.zaval.lw.mask.MaskPosController
Constructs the controller with the specified masked text.
MaskUtil - class org.zaval.lw.mask.MaskUtil.
This class is set of useful static methods that can be helpful for different mask features implementation.
MaskUtil() - Constructor for class org.zaval.lw.mask.MaskUtil
 
MaskValidator - interface org.zaval.lw.mask.MaskValidator.
This interface is used with a masked text to perform mask validation process.
MathBox - class org.zaval.util.MathBox.
This class provides set of useful math methods.
MathBox() - Constructor for class org.zaval.util.MathBox
 
Matrix - class org.zaval.data.Matrix.
This class is implementation of MatrixModel interface and it used to organize matrix-like structures.
MATRIX_RESIZED - Static variable in class org.zaval.data.event.MatrixEvent
The matrix dimension modified event type.
Matrix(int, int) - Constructor for class org.zaval.data.Matrix
Constructs the matrix component with the specified number of rows an columns.
MatrixEvent - class org.zaval.data.event.MatrixEvent.
This class describes event that is performed by MatrixModel interface implementation.
MatrixEvent(Object, int, int) - Constructor for class org.zaval.data.event.MatrixEvent
Constructs a new matrix event class with the given source, previous number of rows and columns.
MatrixEvent(Object, int, int, Object) - Constructor for class org.zaval.data.event.MatrixEvent
Constructs a new matrix event class with the given source, row, column and previous value.
MatrixListener - interface org.zaval.data.event.MatrixListener.
This is listener interface for receiving matrix events.
MatrixModel - interface org.zaval.data.MatrixModel.
This interface provides ability to manipulate a matrix-like data structures.
matrixResized(MatrixEvent) - Method in interface org.zaval.data.event.MatrixListener
Invoked when a dimension of the matrix model (number of rows or number of columns) has been changed.
matrixResized(MatrixEvent) - Method in class org.zaval.lw.grid.LwGrid
 
max(Dimension, Dimension) - Static method in class org.zaval.util.MathBox
Returns the dimension that has width, height, fields calculated as a maximal values of appropriate fields values for the specified dimension objects.
max(Insets, Insets) - Static method in class org.zaval.util.MathBox
Returns the insets that has top, left, bottom, right fields calculated as a maximal values of appropriate fields values for the specified insets objects.
MDI_WIN - Static variable in class org.zaval.lw.LwWinLayer
The MDI window type.
MODAL_WIN - Static variable in class org.zaval.lw.LwWinLayer
The modal window type.
MODIFIED - Static variable in class org.zaval.data.event.TreeEvent
The item modified event type.
MOSAIC - Static variable in class org.zaval.lw.LwView
The mosaic type of the view.
MOTION_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The mouse motion event UID.
MOUSE_CLICKED - Static variable in class org.zaval.lw.event.LwMouseEvent
The mouse clicked event type.
MOUSE_DRAGGED - Static variable in class org.zaval.lw.event.LwMouseMotionEvent
The mouse dragged event type.
MOUSE_ENDDRAGGED - Static variable in class org.zaval.lw.event.LwMouseMotionEvent
The mouse end dragged event type.
MOUSE_ENTERED - Static variable in class org.zaval.lw.event.LwMouseEvent
The mouse entered event type.
MOUSE_EXITED - Static variable in class org.zaval.lw.event.LwMouseEvent
The mouse exited event type.
MOUSE_MOVED - Static variable in class org.zaval.lw.event.LwMouseMotionEvent
The mouse moved event type.
MOUSE_PRESSED - Static variable in class org.zaval.lw.event.LwMouseEvent
The mouse pressed event type.
MOUSE_RELEASED - Static variable in class org.zaval.lw.event.LwMouseEvent
The mouse released event type.
MOUSE_STARTDRAGGED - Static variable in class org.zaval.lw.event.LwMouseMotionEvent
The mouse start dragged event type.
MOUSE_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The mouse event UID.
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwCombo
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwSlider
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwStButton
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwPopupManager
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwCheckbox
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwNotebook
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwTextField
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwButton
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwList
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwPopupLayer
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwScroll
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwTracker
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the mouse has been clicked on a light weight component.
mouseClicked(LwMouseEvent) - Method in interface org.zaval.lw.event.LwMouseListener
Invoked when the mouse button has been clicked on a light weight component.
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.grid.LwGrid
 
mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.tree.LwTree
 
mouseClicked(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when the mouse has been clicked on a component.
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSlider
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwStButton
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTextField
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSplitPan
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwButton
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwComboList
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwWindow
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwScroll
 
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTracker
 
mouseDragged(LwMouseMotionEvent) - Method in interface org.zaval.lw.event.LwMouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.grid.LwGridCaption
 
mouseDragged(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwCombo
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwSlider
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwStButton
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwPopupManager
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwCheckbox
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwNotebook
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwTextField
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwButton
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwList
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwComboList
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwPopupLayer
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwScroll
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwTracker
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the mouse enters a light weight component.
mouseEntered(LwMouseEvent) - Method in interface org.zaval.lw.event.LwMouseListener
Invoked when the mouse enters a light weight component.
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.grid.LwGrid
 
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.tree.LwTree
 
mouseEntered(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when the mouse enters a component.
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwCombo
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwSlider
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwStButton
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwPopupManager
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwCheckbox
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwNotebook
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwTextField
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwButton
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwList
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwPopupLayer
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwScroll
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwTracker
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the mouse exits a light weight component.
mouseExited(LwMouseEvent) - Method in interface org.zaval.lw.event.LwMouseListener
Invoked when the mouse exits a light weight component.
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.grid.LwGrid
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.tree.LwTree
 
mouseExited(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when the mouse exits a component.
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSlider
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwStButton
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTextField
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSplitPan
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwButton
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwComboList
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwWindow
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwScroll
 
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTracker
 
mouseMoved(LwMouseMotionEvent) - Method in interface org.zaval.lw.event.LwMouseMotionListener
Invoked when the mouse pointer has been moved on a light weight component (with no buttons no down).
mouseMoved(LwMouseMotionEvent) - Method in class org.zaval.lw.grid.LwGridCaption
 
mouseMoved(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(int, int, int) - Method in class org.zaval.lw.LwBaseLayer
 
mousePressed(int, int, int) - Method in interface org.zaval.lw.LwLayer
Invoked whenever a mouse button has been pressed.
mousePressed(int, int, int) - Method in class org.zaval.lw.LwWinLayer
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwCombo
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwSlider
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwStButton
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwSpeedButton
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwPopupManager
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwCheckbox
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwNotebook
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwTextField
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwCursorManager
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwButton
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwList
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwComboList
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwPopupLayer
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwMenuButton
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwScroll
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwTracker
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the mouse has been pressed on a light weight component.
mousePressed(LwMouseEvent) - Method in interface org.zaval.lw.event.LwMouseListener
Invoked when the mouse button has been pressed on a light weight component.
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.grid.LwGrid
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.tree.LwTree
 
mousePressed(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a mouse button has been pressed on a component.
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwCombo
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwSlider
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwStButton
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwPopupManager
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwCheckbox
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwNotebook
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwTextField
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwCursorManager
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwTooltipMan
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwButton
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwList
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwComboList
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwPopupLayer
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwScroll
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwTracker
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.LwFocusManager
Invoked when the mouse has been released on a light weight component.
mouseReleased(LwMouseEvent) - Method in interface org.zaval.lw.event.LwMouseListener
Invoked when the mouse button has been released on a light weight component.
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.grid.LwGrid
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.tree.LwTree
 
mouseReleased(MouseEvent) - Method in class org.zaval.lw.LwRoot
Invoked when a mouse button has been released on a component.
moveContent() - Method in class org.zaval.lw.LwTextField
Tests if the scroll component performs scrolling by changing it location or view.
moveContent() - Method in class org.zaval.lw.LwList
 
moveContent() - Method in class org.zaval.lw.LwScrollPan
 
moveContent() - Method in class org.zaval.lw.grid.LwGrid
 
moveContent() - Method in class org.zaval.lw.tree.LwTree
 
moveContent() - Method in interface org.zaval.misc.ScrollObj
Tests if the scroll component performs scrolling by changing its location or moving view.

N

NONE - Static variable in class org.zaval.lw.LwToolkit
The none vertical and none horizontal alignment constant.
NONE - Static variable in class org.zaval.misc.Alignment
The none horizontal or vertical alignment type.
NORTH - Static variable in class org.zaval.lw.LwBorderLayout
The north layout constraint (top of container).
notifyScrollMan(int) - Method in class org.zaval.lw.LwList
Notifies the scroll manager that an item component at the specified index should be fully visible.
NUMERIC_TYPE - Static variable in class org.zaval.lw.mask.BasicMaskValidator
This numeric mask element type definition.

O

OPENED_VIEW - Static variable in class org.zaval.lw.tree.LwTree
Defines opened view element type.
org.zaval.data - package org.zaval.data
Different interfaces and classes used for data representation.
org.zaval.data.event - package org.zaval.data.event
Different events related to data layer.
org.zaval.lw - package org.zaval.lw
This is basic package of the light weight library.
org.zaval.lw.event - package org.zaval.lw.event
Different events related to the light weight components.
org.zaval.lw.grid - package org.zaval.lw.grid
This is set of classes to implement the light weight grid and tree grid components.
org.zaval.lw.mask - package org.zaval.lw.mask
This is set of classes to implement masked text field component.
org.zaval.lw.tree - package org.zaval.lw.tree
This is set of classes to implement the light weight tree component.
org.zaval.misc - package org.zaval.misc
Different classes that can be useful for a different purposes.
org.zaval.misc.event - package org.zaval.misc.event
Different events related to the misc.
org.zaval.util - package org.zaval.util
This is set of utilities classes that can be used for different purposes.
org.zaval.util.event - package org.zaval.util.event
Different events related to the utilities classes.
ORIGINAL - Static variable in class org.zaval.lw.LwView
The original type of the view.
OUTER_SCALE - Static variable in class org.zaval.lw.LwTracker
Specifies scale area that is placed on the right and on the left of rightmost and left most bundles.
ownerChanged(Validationable) - Method in class org.zaval.lw.LwView
The method is called whenever the view owner has been changed.
ownerChanged(Validationable) - Method in class org.zaval.lw.LwTextRender
The method is called whenever the view owner have been changed.

P

pageSize() - Method in class org.zaval.lw.LwTextField
Gets the page size.
pageSize(int) - Method in class org.zaval.lw.LwList
Returns the page size for the specified direction.
pageSize(int) - Method in class org.zaval.lw.grid.LwGrid
Returns the page size for the specified direction.
paint(Graphics) - Method in class org.zaval.lw.LwCanvas
Paints this component.
paint(Graphics) - Method in class org.zaval.lw.LwSlider
 
paint(Graphics) - Method in class org.zaval.lw.LwRoot
 
paint(Graphics) - Method in class org.zaval.lw.LwNotebook
Paints this component.
paint(Graphics) - Method in class org.zaval.lw.LwProgress
 
paint(Graphics) - Method in class org.zaval.lw.LwLine
 
paint(Graphics) - Method in class org.zaval.lw.LwTextField
Paints this component.
paint(Graphics) - Method in class org.zaval.lw.LwScroll
 
paint(Graphics) - Method in class org.zaval.lw.LwTracker
 
paint(Graphics) - Method in interface org.zaval.lw.Drawable
Paints this drawable component.
paint(Graphics) - Method in class org.zaval.lw.grid.LwGridCaption
 
paint(Graphics) - Method in class org.zaval.lw.grid.LwGrid
 
paint(Graphics) - Method in class org.zaval.lw.tree.LwTree
Paints this component.
paint(Graphics, int, int, Drawable) - Method in class org.zaval.lw.LwView
Paints the view using the preferred size of the view.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwView
Paints the view using a given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwCompRender
Paints the view using the given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwBorder
Paints the view using a given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwTextRender
Renders the text model using the specified graphics context, location, size and owner component.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwImgRender
Paints the view using a given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwImgSetRender
 
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwTitledBorder
Paints the view using a given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwWrappedText
 
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwTabRender
Paints the render using a given width and height.
paint(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwCursorView
Paints the view using the given width and height.
paint(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManager
The method initiates painting process for the specified light weight component using the graphics.
paintComponent(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManager
The method is called to paint the specified component.
paintComponent(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManImpl
The method is called to paint the specified component.
paintData(Graphics) - Method in class org.zaval.lw.grid.LwGrid
Paints the grid cells.
paintLine(Graphics, int, int, int, Drawable) - Method in class org.zaval.lw.LwTextRender
Invoked to render a line with the specified index, at the given location, graphics context and owner component.
paintLine(Graphics, int, int, int, Drawable) - Method in class org.zaval.lw.LwAdvTextRender
 
paintMarker(Graphics) - Method in class org.zaval.lw.grid.LwGrid
Paints the grid marker.
paintNet(Graphics) - Method in class org.zaval.lw.grid.LwGrid
Paints the grid lines.
paintOnTop(Graphics) - Method in class org.zaval.lw.LwPanel
 
paintOnTop(Graphics) - Method in class org.zaval.lw.LwCombo
 
paintOnTop(Graphics) - Method in class org.zaval.lw.LwActContainer
 
paintOnTop(Graphics) - Method in class org.zaval.lw.LwRoot
 
paintOnTop(Graphics) - Method in class org.zaval.lw.LwList
Paints this component.
paintOnTop(Graphics) - Method in class org.zaval.lw.LwComboList
 
paintOnTop(Graphics) - Method in interface org.zaval.lw.LwContainer
Paints additional elements (for example, marker) after the container and its child components have been rendered.
paintOnTop(Graphics) - Method in class org.zaval.lw.grid.LwGrid
 
paintOnTop(Graphics, LwContainer) - Method in class org.zaval.lw.LwPaintManager
Probably will be redesigned
paintOnTop(Graphics, LwContainer) - Method in class org.zaval.lw.LwPaintManImpl
 
paintPage(Graphics, int, int, int, int, Drawable) - Method in class org.zaval.lw.LwTabRender
Paints the border for the view.
paintSelection(Graphics, int, int, int, Drawable) - Method in class org.zaval.lw.LwAdvTextRender
Invoked by paintLine method to render selection block.
parent - Variable in class org.zaval.lw.LwCanvas
The component parent.
parse(char[]) - Method in class org.zaval.data.Text
Parses the specified text buffer and returns a vector of the text lines.
PASSFOCUS_KEY - Static variable in class org.zaval.lw.LwToolkit
 
perform() - Method in class org.zaval.lw.LwButton
Fires the action event for list of LwActionListener.
perform(EventListener, EventObject) - Method in class org.zaval.data.event.TextListenerSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwMouseSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwContainerSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwActionSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwComponentSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwFocusSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwKeySupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwMouseMotionSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.lw.event.LwWinSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.util.event.ListenerSupport
The method knows how the specified event has to be delivered to an appropriate method of the specified listener.
perform(EventObject) - Method in class org.zaval.util.event.ListenerSupport
Fires the specified event to every member of the listeners list.
perform(int) - Method in class org.zaval.lw.LwNotebook
Fires appropriate selection event for list of selection listeners.
perform(int) - Method in class org.zaval.lw.LwList
Creates and fires appropriate selection event for list of selection listeners.
perform(int) - Method in class org.zaval.lw.LwMenu
 
perform(int, int, int, int) - Method in class org.zaval.lw.LwTracker
Performs a tracker event for the specified bundle with the specified event id and event parameters.
perform(LwActionEvent) - Method in class org.zaval.lw.LwStButton
Fires the specified action event to the registered listeners.
perform(LwAWTEvent) - Method in class org.zaval.lw.event.LwEventManager
Performs the specified light weight event.
perform(MatrixEvent) - Method in class org.zaval.data.Matrix
Fires the specified event to registered matrix listeners.
perform(MatrixEvent) - Method in class org.zaval.lw.grid.LwTreeGrid
Performs the specified matrix event.
perform(PosEvent) - Method in class org.zaval.misc.PosController
Fires the specified PosEvent to pos listeners.
perform(Switchable) - Method in class org.zaval.lw.LwSwitchManager
Fires the action event for the list of LwActionListener with the specified switching component as the event source.
perform(TreeEvent) - Method in class org.zaval.data.Tree
Fires the specified tree event to the tree model listeners.
PLAIN - Static variable in class org.zaval.lw.LwBorder
The PLAIN border type.
posChanged(PosEvent) - Method in class org.zaval.lw.LwTextField
 
posChanged(PosEvent) - Method in class org.zaval.lw.LwList
 
posChanged(PosEvent) - Method in class org.zaval.lw.LwComboList
 
posChanged(PosEvent) - Method in class org.zaval.lw.LwMenu
 
posChanged(PosEvent) - Method in class org.zaval.lw.LwScrollPan
 
posChanged(PosEvent) - Method in class org.zaval.lw.LwScroll
 
posChanged(PosEvent) - Method in class org.zaval.lw.grid.LwGrid
 
posChanged(PosEvent) - Method in interface org.zaval.misc.event.PosListener
Invoked when a virtual position has been changed.
PosController - class org.zaval.misc.PosController.
This class can be used to organize navigation along an object.
PosController() - Constructor for class org.zaval.misc.PosController
Constructs the new instance of the class.
PosController(PosInfo) - Constructor for class org.zaval.misc.PosController
Constructs the new instance of the class with the specified pos info.
PosEvent - class org.zaval.misc.event.PosEvent.
This class is used to notify when a position has been changed.
PosEvent(Object, int, int, int) - Constructor for class org.zaval.misc.event.PosEvent
Constructs the event object with the specified source object, the previous position, the previous line and column.
PosInfo - interface org.zaval.misc.PosInfo.
This interface is used to provide information for a PosController.
PosListener - interface org.zaval.misc.event.PosListener.
This listener interface for receiving pos events.
prevCol - Variable in class org.zaval.misc.PosController
 
prevLine - Variable in class org.zaval.misc.PosController
 
prevOffset - Variable in class org.zaval.misc.PosController
 
process(LwComponentListener, LwComponentEvent) - Static method in class org.zaval.lw.event.LwComponentSupport
 
process(LwContainerListener, LwContainerEvent) - Static method in class org.zaval.lw.event.LwContainerSupport
 
process(LwFocusListener, LwFocusEvent) - Static method in class org.zaval.lw.event.LwFocusSupport
 
process(LwKeyListener, LwKeyEvent) - Static method in class org.zaval.lw.event.LwKeySupport
 
process(LwMouseListener, LwMouseEvent) - Static method in class org.zaval.lw.event.LwMouseSupport
 
process(LwMouseMotionListener, LwMouseMotionEvent) - Static method in class org.zaval.lw.event.LwMouseMotionSupport
 
process(LwWinListener, LwWinEvent) - Static method in class org.zaval.lw.event.LwWinSupport
The method knows how the specified window event has to be delivered to an appropriate method of the window listener.
PS_SIZE - Static variable in class org.zaval.lw.LwToolkit
The default preferred size definition.
psHeight - Variable in class org.zaval.lw.LwCanvas
 
psWidth - Variable in class org.zaval.lw.LwCanvas
 
put(int, int, Object) - Method in class org.zaval.data.Matrix
Updates the specified cell with the specified value.
put(int, int, Object) - Method in interface org.zaval.data.MatrixModel
Updates the specified cell with the specified value.
put(int, int, Object) - Method in class org.zaval.lw.grid.LwTreeGrid
 
put(int, Object) - Method in class org.zaval.data.Matrix
Updates a cell with the specified value at the specified index.
put(Item, int, int, Object) - Method in class org.zaval.lw.grid.LwTreeGrid
 
put(Object) - Method in class org.zaval.lw.LwClipboardMan
Sets the specified content for the clipboard.
put(Object) - Method in class org.zaval.lw.AWTClipboardMan
 
put(String, LwView) - Method in class org.zaval.lw.LwAdvViewMan
Binds the specified name with the given view.
putTitle(int, Object) - Method in class org.zaval.lw.grid.LwGridCaption
Sets the given title value for the specified column.

R

RADIO - Static variable in class org.zaval.lw.LwCheckbox
The radio box type.
RAISED - Static variable in class org.zaval.lw.LwBorder
The RAISED border type.
rCustomMetric() - Method in class org.zaval.lw.grid.LwGrid
Invoked by vMetric method to calculate custom metric type.
rCustomMetric() - Method in class org.zaval.lw.grid.LwTreeGrid
 
recalc() - Method in class org.zaval.lw.LwView
Invoked with validate method if the view is invalid.
recalc() - Method in class org.zaval.lw.LwCompRender
Invoked with validate method if the view is invalid.
recalc() - Method in class org.zaval.lw.LwCanvas
Invoked with validate method only if the component is not valid.
recalc() - Method in class org.zaval.lw.LwPanel
Invoked with validate method only if the component is not valid.
recalc() - Method in class org.zaval.lw.LwSlider
 
recalc() - Method in class org.zaval.lw.LwViewMan
Calculates the view manager metrics.
recalc() - Method in class org.zaval.lw.LwCheckbox
 
recalc() - Method in class org.zaval.lw.LwNotebook
The method is overrided by the component for internal usage.
recalc() - Method in class org.zaval.lw.LwTextField
 
recalc() - Method in class org.zaval.lw.LwTextRender
Invoked with validate method if the render is invalid.
recalc() - Method in class org.zaval.lw.LwTracker
 
recalc() - Method in class org.zaval.lw.grid.LwGridCaption
 
recalc() - Method in class org.zaval.lw.tree.LwTree
The method is overrided to calculate metrical characteristics of the tree view component.
recalc() - Method in class org.zaval.misc.PosController
 
recalc() - Method in class org.zaval.util.ValidationObject
Invoked with validate method in a case if the object is not valid.
regItem(Item, Item, Vector) - Method in class org.zaval.data.Tree
The method is used to register the specified item as a member of the tree model.
releaseFocus() - Method in class org.zaval.lw.LwBaseLayer
 
releaseFocus() - Method in interface org.zaval.lw.LwLayer
Invoked whenever the desktop lost focus.
remove(int) - Method in class org.zaval.lw.LwPanel
Removes the component at the specified index from this container.
remove(int) - Method in class org.zaval.lw.LwCombo
 
remove(int) - Method in class org.zaval.lw.LwActContainer
 
remove(int) - Method in class org.zaval.lw.LwRoot
 
remove(int) - Method in class org.zaval.lw.LwCheckbox
 
remove(int) - Method in class org.zaval.lw.LwNotebook
 
remove(int) - Method in class org.zaval.lw.LwList
 
remove(int) - Method in class org.zaval.lw.LwMenu
 
remove(int) - Method in class org.zaval.lw.LwMenuBar
 
remove(int) - Method in interface org.zaval.lw.LwContainer
Removes the component, specified by the index, from this container.
remove(int, int) - Method in interface org.zaval.data.TextModel
Removes a text at the specified offset with the size.
remove(int, int) - Method in class org.zaval.data.Text
Removes a text at the specified offset with the size.
remove(int, int) - Method in class org.zaval.data.SingleLineTxt
Removes a text at the specified offset with the size.
remove(int, int) - Method in class org.zaval.lw.LwTextField
Removes a part of the text starting from the given position and with the specified size.
remove(int, int) - Method in class org.zaval.lw.mask.MaskedText
 
remove(Item) - Method in class org.zaval.data.Tree
 
remove(Item) - Method in interface org.zaval.data.TreeModel
Removes the specified item from the tree.
remove(LwComponent) - Method in class org.zaval.lw.LwPanel
Removes the specified component from this container.
remove(Runnable) - Method in class org.zaval.util.Timer
Removes the specified runnable interface so it no longer to be executed.
remove(String) - Method in class org.zaval.lw.LwAdvViewMan
Removes the specified binding.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwSlider
Removes the specified action listener so it no longer receives action events from this component.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwStButton
Removes the specified action listener so it no longer receives action events from this component.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwSpin
Removes the action events listener so it no longer get action events from the component.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwSwitchManager
Removes the specified action listener so it no longer receives action events from this manager.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwProgress
Removes the specified action listener.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwButton
Removes the specified action listener so it no longer receives action events from this button.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwColorPanel
Removes the specified action listener so it no longer receives action events from this component.
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwFontPanel
 
removeActionListener(LwActionListener) - Method in class org.zaval.lw.LwFilePanel
 
removeActionListener(LwActionListener) - Method in class org.zaval.lw.tree.LwTree
Removes the specified action listener.
removeAll() - Method in class org.zaval.lw.LwPanel
Removes all child components from this container.
removeAll() - Method in class org.zaval.lw.LwCombo
 
removeAll() - Method in class org.zaval.lw.LwActContainer
 
removeAll() - Method in class org.zaval.lw.LwRoot
 
removeAll() - Method in class org.zaval.lw.LwCheckbox
 
removeAll() - Method in class org.zaval.lw.LwNotebook
 
removeAll() - Method in class org.zaval.lw.LwList
 
removeAll() - Method in class org.zaval.lw.LwMenu
 
removeAll() - Method in class org.zaval.lw.LwMenuBar
 
removeAll() - Method in interface org.zaval.lw.LwContainer
Removes all child components from this container.
removeBundle(int) - Method in class org.zaval.lw.LwTracker
Removes a bundle at the specified index.
removeChild(Item, int) - Method in class org.zaval.data.Tree
Deletes a child item from the specified parent item at the specified index.
removeCols(int, int) - Method in class org.zaval.data.Matrix
Removes the specified number of columns starting from the given column.
removeComponentListener(LwComponentListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified component events listener.
removeContainerListener(LwContainerListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified container events listener.
REMOVED - Static variable in class org.zaval.data.event.TextEvent
The text removed event type.
REMOVED - Static variable in class org.zaval.data.event.TreeEvent
The item removed event type.
removeFocusListener(LwFocusListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified focus events listener.
removeKeyListener(LwKeyListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified key events listener.
removeKids(Item) - Method in class org.zaval.data.Tree
Deletes all child items for the specified parent item.
removeListener(EventListener) - Method in class org.zaval.util.event.ListenerSupport
Removes the specified listener from the listeners list.
removeMatrixListener(MatrixListener) - Method in class org.zaval.data.Matrix
Removes the matrix listener.
removeMatrixListener(MatrixListener) - Method in interface org.zaval.data.MatrixModel
Removes the matrix listener.
removeMatrixListener(MatrixListener) - Method in class org.zaval.lw.grid.LwTreeGrid
 
removeMouseListener(LwMouseListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified mouse events listener.
removeMouseMotionListener(LwMouseMotionListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified mouse motion events listener.
removePosListener(PosListener) - Method in class org.zaval.misc.PosController
Removes the specified PosListener listener.
removeRows(int, int) - Method in class org.zaval.data.Matrix
Removes the specified number of rows starting from the given row.
removeSelectionListener(LwActionListener) - Method in class org.zaval.lw.LwNotebook
Removes the specified selection listener so it no longer receives selection events from this notebook conatiner.
removeSelectionListener(LwActionListener) - Method in class org.zaval.lw.LwList
Removes the specified selection listener so it no longer receives selection events from this list component.
removeSelectionListener(LwActionListener) - Method in class org.zaval.lw.tree.LwTree
Removes the specified selection listener.
removeTextListener(TextListener) - Method in interface org.zaval.data.TextModel
Removes the specified text listener.
removeTextListener(TextListener) - Method in class org.zaval.data.Text
Removes the specified text listener.
removeTextListener(TextListener) - Method in class org.zaval.data.SingleLineTxt
Removes the specified text listener.
removeTextListener(TextListener) - Method in class org.zaval.lw.mask.MaskedText
 
removeTooltipInfo(LwComponent) - Method in class org.zaval.lw.LwTooltipMan
Removes a tooltip info interface for the given component, so it no longer show tooltips.
removeTrackerListener(LwTrackerListener) - Method in class org.zaval.lw.LwTracker
Removes the specified tracker listener so it no longer receives tracker events from this component.
removeTreeListener(TreeListener) - Method in class org.zaval.data.Tree
 
removeTreeListener(TreeListener) - Method in interface org.zaval.data.TreeModel
Removes the specified tree listener so that it no longer receives tree events from this tree model.
removeWinListener(LwWinListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified window listener.
removeXXXListener(EventListener) - Method in class org.zaval.lw.event.LwEventManager
Removes the specified events listener.
repaint() - Method in class org.zaval.lw.LwCanvas
Performs repainting process of this component.
repaint() - Method in interface org.zaval.lw.Drawable
Performs repainting process of this drawable component.
repaint(int, int, int, int) - Method in class org.zaval.lw.LwCanvas
Performs repainting process of the specified rectangle.
repaint(int, int, int, int) - Method in interface org.zaval.lw.Drawable
Performs repainting process of the specified rectangular area of this component.
repaint(LwComponent) - Method in class org.zaval.lw.LwPaintManager
Repaints the specified light weight component.
repaint(LwComponent, int, int, int, int) - Method in class org.zaval.lw.LwPaintManager
Repaints a part of the specified light weight component.
requestFocus() - Method in class org.zaval.lw.LwCanvas
Requests focus for this component.
requestFocus(LwComponent) - Method in class org.zaval.lw.LwFocusManager
Requests the input focus for the specified component.
reset(LwComponent, int, int, char, int) - Method in class org.zaval.lw.event.LwKeyEvent
 
reset(LwComponent, int, int, int, int, int) - Method in class org.zaval.lw.event.LwMouseEvent
 
reshape(int, int, int, int) - Method in class org.zaval.lw.LwRoot
 
RIGHT - Static variable in class org.zaval.misc.Alignment
The right horizontal alignment type.
rightLine(Graphics, int, int, int, int) - Method in class org.zaval.lw.LwBorder
Draws the right vertical border line between the coordinates (x1,y1) and (x2,y2).
rootPaint(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManager
The method initiates painting process for the specified root light weight component using the graphics.
rootPaint(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManImpl
The method initiates painting process for the specified root light weight component using the graphics.
rowHeight(int) - Method in class org.zaval.lw.grid.LwGrid
Returns the specified row height.
rowHeight(int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
rowHeights - Variable in class org.zaval.lw.grid.LwGrid
 
rowSpan - Variable in class org.zaval.lw.LwConstraints
Specifies number of rows that has to be used for the cell.
rPs() - Method in class org.zaval.lw.grid.LwGrid
Calculates the preferred size of the grid component.
rPsMetric() - Method in class org.zaval.lw.grid.LwGrid
Invoked by vMetric method to calculate preferred size metric type.
rPsMetric() - Method in class org.zaval.lw.grid.LwTreeGrid
 
run() - Method in class org.zaval.lw.LwStButton
 
run() - Method in class org.zaval.lw.LwSpeedButton
 
run() - Method in class org.zaval.lw.LwTooltipMan
 
run() - Method in class org.zaval.util.Timer
 

S

ScrollMan - interface org.zaval.misc.ScrollMan.
This interface is used by a scroll object as a callback interface to notify a scroll manager when the scroll object has been moved or resized.
ScrollObj - interface org.zaval.misc.ScrollObj.
This interface is used to describe and control an object that can be scrolled.
scrollObjMoved(int, int) - Method in class org.zaval.lw.LwScrollPan
 
scrollObjMoved(int, int) - Method in interface org.zaval.misc.ScrollMan
Invoked when a scroll object has been moved.
scrollObjResized(int, int) - Method in class org.zaval.lw.LwScrollPan
 
scrollObjResized(int, int) - Method in interface org.zaval.misc.ScrollMan
Invoked when a scroll object has been resized.
seek(int) - Method in class org.zaval.lw.mask.MaskPosController
 
seek(int) - Method in class org.zaval.misc.PosController
Moves the current position by additing specified value.
seekLineTo(int) - Method in class org.zaval.misc.PosController
Moves the current position to the next line according to the specified direction.
seekLineTo(int, int) - Method in class org.zaval.misc.PosController
Moves the current position to the next line according the specified direction and count.
select(int) - Method in class org.zaval.lw.LwNotebook
Selects the tab by the specified index.
select(int) - Method in class org.zaval.lw.LwList
Selects the item by the specified index.
select(int, int) - Method in class org.zaval.lw.LwTextField
Selects the specified by the start and end offsets the text part.
select(Item) - Method in class org.zaval.lw.tree.LwTree
Selects the specified node of the tree.
set(Item, Object) - Method in class org.zaval.data.Tree
Sets the specified value for the given tree item.
set(Item, Object) - Method in interface org.zaval.data.TreeModel
Sets the specified value for the given tree item.
setAsFocusComponent(int) - Method in class org.zaval.lw.LwActContainer
Sets a child focus indicator component by the specified child index.
setBackground(Color) - Method in class org.zaval.lw.LwCanvas
Sets the background color of this component.
setBackground(Color) - Method in class org.zaval.lw.LwPanel
Sets the background color of this container.
setBackground(Color) - Method in interface org.zaval.lw.LwComponent
Sets the background color of this component.
setBg(LwView) - Method in class org.zaval.lw.LwViewMan
Sets the background view.
setBg(String) - Method in class org.zaval.lw.LwViewMan
Sets the background view for the owner component by the specified view name.
setBorder(LwView) - Method in class org.zaval.lw.LwViewMan
Sets the border view.
setBorder(String) - Method in class org.zaval.lw.LwViewMan
Sets the border view for the owner component by the specified view name.
setBorderView(LwView) - Method in class org.zaval.lw.LwStatusBar
Sets the border view that should be applied for all child components.
setBorderView(LwView) - Method in class org.zaval.lw.grid.LwGridCaption
Sets the specified view to render the caption border.
setBound(int, int) - Method in class org.zaval.lw.LwSpin
Sets the specified bound.
setBound(int, int) - Method in class org.zaval.lw.LwSpinValidator
 
setBox(int) - Method in class org.zaval.lw.LwCheckbox
Sets a child component as the box component by the specified child index.
setBox(LwComponent) - Method in class org.zaval.lw.LwCheckbox
Sets the specified component as the box component.
setBoxType(int) - Method in class org.zaval.lw.LwCheckbox
Sets the specified box view type.
setBundleColor(Color) - Method in class org.zaval.lw.LwProgress
Sets the bundle color.
setBundleSize(int) - Method in class org.zaval.lw.LwProgress
Sets the bundle size.
setBundleSize(int) - Method in class org.zaval.lw.LwScroll
Sets the bundle size.
setBundleView(LwView) - Method in class org.zaval.lw.LwScroll
Sets the bundle view.
setCaptionColor(boolean, Color) - Method in class org.zaval.lw.LwWindow
Sets the specified color that will be used as background color of the window caption for the specified window state.
setCellInsets(int, int, int, int) - Method in class org.zaval.lw.grid.LwGrid
Sets the grid cells insets.
setCols(int) - Method in class org.zaval.data.Matrix
Sets the number of columns.
setColWidth(int, int) - Method in class org.zaval.lw.grid.LwGrid
 
setColWidth(int, int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Sets the specified width for the given column.
setCursorable(LwComponent, Cursorable) - Method in class org.zaval.lw.LwCursorManager
Sets the specified cursorable interface for the given component.
setCursorColor(Color) - Method in class org.zaval.lw.LwCursorView
Sets the specified caret color.
setCursorView(LwView) - Method in class org.zaval.lw.LwTextField
Sets the specified cursor view to render the text cursor.
setEchoChar(char) - Method in class org.zaval.lw.LwPasswordText
Sets the specified echo character.
setEditable(boolean) - Method in class org.zaval.lw.LwTextField
Sets the specified mode for the text field component.
setEditedData(int, int, Object) - Method in class org.zaval.lw.grid.LwGrid
Invoked whenever the component wants applies the edited value (for the specified cell) to the grid data model.
setEditedData(int, int, Object) - Method in class org.zaval.lw.grid.LwTreeGrid
 
setEditorProvider(LwEditorProvider) - Method in class org.zaval.lw.grid.LwGrid
Sets the editor provider.
setEnabled(boolean) - Method in class org.zaval.lw.LwCanvas
Enables or disables this component.
setEnabled(boolean) - Method in class org.zaval.lw.LwStButton
 
setEnabled(boolean) - Method in class org.zaval.lw.LwRoot
 
setEnabled(boolean) - Method in class org.zaval.lw.LwCheckbox
 
setEnabled(boolean) - Method in class org.zaval.lw.LwTextField
 
setEnabled(boolean) - Method in interface org.zaval.lw.LwComponent
Enables or disables this component.
setExtraChar(int, int) - Method in interface org.zaval.data.TextModel
Sets special extra char that is used to store extra information by the specified index.
setExtraChar(int, int) - Method in class org.zaval.data.Text
 
setExtraChar(int, int) - Method in class org.zaval.data.SingleLineTxt
 
setExtraChar(int, int) - Method in class org.zaval.lw.mask.MaskedText
 
setExtraRowHeight(int) - Method in class org.zaval.lw.grid.LwTreeGrid
Sets the extra rows height.
setExtraSize(int) - Method in class org.zaval.lw.LwScroll
 
setFastTime(int) - Method in class org.zaval.lw.LwSpeedButton
Sets the acceleration time.
setFont(Font) - Method in class org.zaval.lw.LwTextRender
Sets the font for the text render.
setForeground(Color) - Method in class org.zaval.lw.LwLabel
Sets the text color.
setForeground(Color) - Method in class org.zaval.lw.LwTextRender
Sets the foreground color that is used as the text color to render the target text.
setGap(int) - Method in class org.zaval.lw.LwProgress
Sets the gap.
setGap(int) - Method in class org.zaval.lw.LwSplitPan
Sets the specified gap.
setGaps(int, int) - Method in class org.zaval.lw.LwFlowLayout
Sets the vertical and horizontal gaps.
setGaps(int, int) - Method in class org.zaval.lw.tree.LwTree
Sets the specified vertical and horizontal gaps.
setGripperLoc(int) - Method in class org.zaval.lw.LwSplitPan
Sets the specified gripper component location.
setHgap(int) - Method in class org.zaval.lw.LwBorderLayout
Sets the horizontal gap.
setHighlightColor(Color) - Method in class org.zaval.lw.LwLink
Sets the specified "highlightColor" of the link text.
setIcon(LwComponent) - Method in class org.zaval.lw.LwWindow
Sets the specified component as the window icon.
setIncrements(int, int, int, int) - Method in class org.zaval.lw.LwScrollPan
Set the horizontal & vertical unit & page increments.
setInsets(int, int, int, int) - Method in class org.zaval.lw.LwCanvas
Sets the specified insets for the component.
setLinesColor(Color) - Method in class org.zaval.lw.tree.LwTree
Sets the specified color to paint tree lines.
setList(LwList) - Method in class org.zaval.lw.LwCombo
Sets the specified list component that will be used as popup window content of the combobox.
setLocation(int, int) - Method in class org.zaval.lw.LwCanvas
Sets a new location for this component.
setLocation(int, int) - Method in interface org.zaval.lw.Layoutable
Sets a new location for this component.
setLwLayout(LwLayout) - Method in class org.zaval.lw.LwPanel
Sets the layout manager for this container.
setLwLayout(LwLayout) - Method in class org.zaval.lw.LwRoot
 
setLwLayout(LwLayout) - Method in class org.zaval.lw.LwList
Sets the layout manager for this container.
setLwLayout(LwLayout) - Method in interface org.zaval.lw.LwContainer
Sets the layout manager for this container.
setLwParent(LwComponent) - Method in class org.zaval.lw.LwCanvas
Sets the lightweight parent of this component.
setLwParent(LwComponent) - Method in class org.zaval.lw.LwRoot
Sets the lightweight parent of this component.
setLwParent(LwComponent) - Method in interface org.zaval.lw.LwComponent
Sets the lightweight parent of this component.
setMask(String) - Method in class org.zaval.lw.mask.LwMaskTextField
Sets the mask.
setMask(String) - Method in class org.zaval.lw.mask.MaskedText
Sets the specified mask.
setMaximum(int) - Method in class org.zaval.lw.LwScroll
Sets the specified maximal value for the scrollbar component.
setMaxPadHeight(int) - Method in class org.zaval.lw.LwCombo
Sets the max pad height.
setMaxValue(int) - Method in class org.zaval.lw.LwProgress
Sets the maximal value.
setMenu(int, LwMenu) - Method in class org.zaval.lw.LwMenuBar
 
setModel(MatrixModel) - Method in class org.zaval.lw.grid.LwGrid
Sets the data model.
setModel(MatrixModel) - Method in class org.zaval.lw.grid.LwTreeGrid
Sets the matrix model.
setModel(TreeModel) - Method in class org.zaval.lw.tree.LwTree
Sets the specified tree model to be rendered with the component.
setNetColor(Color) - Method in class org.zaval.lw.grid.LwGrid
Sets the grid lines color.
setNetMask(short) - Method in class org.zaval.lw.grid.LwGrid
Sets the specified net mask.
setNonActiveColor(Color) - Method in class org.zaval.lw.LwLink
Sets the specified "nonActiveColor" of the link text.
setOffset(int) - Method in class org.zaval.misc.PosController
Sets the specified virtual position.
setOpaque(boolean) - Method in class org.zaval.lw.LwCanvas
Sets the opaque of this component.
setOpaque(boolean) - Method in class org.zaval.lw.LwPanel
Sets the opaque of this component.
setOpaque(boolean) - Method in class org.zaval.lw.LwRoot
Sets the opaque of this component.
setOpaque(boolean) - Method in interface org.zaval.lw.Drawable
Sets the opaque of this drawable component.
setOrientation(int) - Method in class org.zaval.lw.LwSlider
Sets the specified slider orientation.
setOrientation(int) - Method in class org.zaval.lw.LwProgress
Sets the specified orientation for the component.
setOrientation(int) - Method in class org.zaval.lw.LwSplitPan
Sets the specified orientation.
setPageIncrement(int) - Method in class org.zaval.lw.LwScroll
Sets the page increment value.
setParent(Drawable) - Method in class org.zaval.lw.LwViewMan
Sets the owner component for this view manager.
setPopup(LwComponent, Object) - Method in class org.zaval.lw.LwPopupManager
Binds the specified pop up menu with the given light weight component.
setPosController(PosController) - Method in class org.zaval.lw.LwTextField
Sets the specified pos controller to manage the text cursor position.
setPosController(PosController) - Method in class org.zaval.lw.LwList
Sets the specified position controller.
setPosController(PosController) - Method in class org.zaval.lw.LwScroll
Sets the specified position controller.
setPosController(PosController) - Method in class org.zaval.lw.grid.LwGrid
Sets the position controller.
setPosInfo(PosInfo) - Method in class org.zaval.misc.PosController
Sets the specified pos info.
setPosRectColor(Color) - Method in class org.zaval.lw.LwList
Sets the color for a position rectangle.
setPressed(boolean) - Method in class org.zaval.lw.LwButton
Sets the specified state of the button.
setPressingColor(Color) - Method in class org.zaval.lw.LwLink
Sets the specified "pressingColor" of the link text.
setProperty(int, Object) - Method in class org.zaval.lw.LwRoot
 
setProperty(int, Object) - Method in interface org.zaval.lw.LwDesktop
Sets the value for the specified property.
setPSByRowsCols(int, int) - Method in class org.zaval.lw.LwTextField
Sets the preferred size for the text field component that conforms to the specified number of rows and columns.
setPSSize(int, int) - Method in class org.zaval.lw.LwCanvas
Sets the specified preferred size for the component.
setRectColor(Color) - Method in class org.zaval.lw.LwActContainer
Sets the specified color to paint rectangle frame around the focus indicator component in case if the container has set focus indicator component.
setRoot(Item) - Method in class org.zaval.data.Tree
 
setRowCol(int, int) - Method in class org.zaval.misc.PosController
Sets the current position by the specified row and column.
setRowHeight(int, int) - Method in class org.zaval.lw.grid.LwGrid
 
setRowHeight(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
It is impossible to use the method to define the row height.
setRowHeight(int, int) - Method in interface org.zaval.lw.grid.LwGridMetrics
Sets the specified height for the given row.
setRows(int) - Method in class org.zaval.data.Matrix
Sets the number of rows.
setScaleColor(Color) - Method in class org.zaval.lw.LwSlider
Sets the scale color.
setScaleColor(int, Color) - Method in class org.zaval.lw.LwTracker
Sets the scale color for the specified scale area.
setScaleGap(int) - Method in class org.zaval.lw.LwSlider
Sets the specified scale gap.
setScaleStep(int) - Method in class org.zaval.lw.LwSlider
Sets the scale step.
setScaleStep(int) - Method in class org.zaval.lw.LwTracker
Sets the scale step.
setScrollMan(ScrollMan) - Method in class org.zaval.lw.LwTextField
 
setScrollMan(ScrollMan) - Method in class org.zaval.lw.LwList
 
setScrollMan(ScrollMan) - Method in class org.zaval.lw.LwScrollPan
 
setScrollMan(ScrollMan) - Method in class org.zaval.lw.grid.LwGrid
 
setScrollMan(ScrollMan) - Method in class org.zaval.lw.tree.LwTree
 
setScrollMan(ScrollMan) - Method in interface org.zaval.misc.ScrollObj
Sets the specified scroll manager for the scroll object.
setSelectColor(Color) - Method in class org.zaval.lw.LwTextField
Sets the specified color to render selected text.
setSelectColor(Color) - Method in class org.zaval.lw.LwList
Sets the selection marker color.
setSelectColor(Color, boolean) - Method in class org.zaval.lw.grid.LwGrid
Sets the selection marker color for the specified grid state.
setSelected(Switchable) - Method in class org.zaval.lw.LwGroup
Sets the specified switching component as selected component.
setSelectedColor(Color) - Method in class org.zaval.lw.LwColorPanel
Sets the specified color as the selected color.
setSelectedFont(Font) - Method in class org.zaval.lw.LwFontPanel
 
setSelectionColor(Color, boolean) - Method in class org.zaval.lw.tree.LwTree
Sets the selection marker color for the given tree view component state.
setShortMonths(String[]) - Method in class org.zaval.lw.mask.DateMaskValidator
Sets the months abbreviations that is used for 'M' mask tag.
setSize(int, int) - Method in class org.zaval.data.Matrix
Sets the specified matrix dimension.
setSize(int, int) - Method in class org.zaval.lw.LwCanvas
Sets the specified size for this component.
setSize(int, int) - Method in interface org.zaval.lw.Layoutable
Sets the specified size for this component.
setSizeable(boolean) - Method in class org.zaval.lw.LwWindow
Enables sizing of the window.
setSOLocation(int, int) - Method in class org.zaval.lw.LwTextField
 
setSOLocation(int, int) - Method in class org.zaval.lw.LwList
 
setSOLocation(int, int) - Method in class org.zaval.lw.LwScrollPan
 
setSOLocation(int, int) - Method in class org.zaval.lw.grid.LwGrid
 
setSOLocation(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
setSOLocation(int, int) - Method in class org.zaval.lw.tree.LwTree
 
setSOLocation(int, int) - Method in interface org.zaval.misc.ScrollObj
Sets the specified scroll object location.
setSpinValidator(LwSpinValidator) - Method in class org.zaval.lw.LwSpin
Sets the specified spin validator.
setState(boolean) - Method in class org.zaval.lw.LwCheckbox
Sets the specified state of the checkbox.
setState(int) - Method in class org.zaval.lw.LwStButton
Sets the specified button state.
setState(Switchable, boolean) - Method in class org.zaval.lw.LwSwitchManager
Sets the specified state for the switching component.
setState(Switchable, boolean) - Method in class org.zaval.lw.LwSwitchManImpl
 
setState(Switchable, boolean) - Method in class org.zaval.lw.LwGroup
 
setStep(int) - Method in class org.zaval.lw.LwSpin
Sets the specified step.
setStep(int) - Method in class org.zaval.lw.LwTracker
Sets the specified exact step.
setSubMenu(LwComponent, LwMenu) - Method in class org.zaval.lw.LwMenu
 
setSwitchManager(LwSwitchManager) - Method in class org.zaval.lw.LwCheckbox
Sets the specified switch manager to control state of the component.
setTarget(Object) - Method in class org.zaval.lw.LwRender
Sets the specified target object.
setText(String) - Method in interface org.zaval.data.TextModel
Sets the specified text data.
setText(String) - Method in class org.zaval.data.Text
Sets the specified text data.
setText(String) - Method in class org.zaval.data.SingleLineTxt
Sets the specified text data.
setText(String) - Method in class org.zaval.lw.LwLabel
Sets the specified string to be shown with the class.
setText(String) - Method in class org.zaval.lw.LwTextField
 
setText(String) - Method in class org.zaval.lw.mask.MaskedText
 
setTick(int) - Method in class org.zaval.lw.LwTooltipMan
Sets the specified tick (milliseconds) that defines interval between "frozen" mouse state and starting the tooltip showing.
setTitle(String) - Method in class org.zaval.lw.LwWindow
Sets the specified title.
setTitleAlignment(int) - Method in class org.zaval.lw.LwNotebook
Sets the specified tabs alignment.
setTitleAlignment(int) - Method in class org.zaval.lw.LwBorderPan
Sets the specified vertical alignment for the title of the border panel.
setTitleView(LwView) - Method in class org.zaval.lw.LwProgress
Sets the specified title view.
setTooltip(int, LwComponent) - Method in class org.zaval.lw.LwTracker
Sets the given component as tooltip for the specified bundle.
setTooltipInfo(LwComponent, TooltipInfo) - Method in class org.zaval.lw.LwTooltipMan
Sets the specified tooltip info interface for the given component.
setTreeElView(int, LwView) - Method in class org.zaval.lw.grid.LwTreeGrid
Sets the specified view for the specified tree view element.
setTreeModel(TreeModel) - Method in class org.zaval.lw.grid.LwTreeGrid
Sets the tree model.
setTreeViewProvider(LwViewProvider) - Method in class org.zaval.lw.grid.LwTreeGrid
 
setTriggerCounter(int) - Method in class org.zaval.lw.LwSpeedButton
Sets the trigger counter.
setType(int) - Method in class org.zaval.lw.LwView
Sets the specified type of the view.
setUnitIncrement(int) - Method in class org.zaval.lw.LwScroll
Sets the unit increment value.
setUpdatedLines(int, int) - Method in class org.zaval.data.event.TextEvent
Sets the set of lines that has been updated.
setupFocus() - Method in class org.zaval.lw.LwBaseLayer
 
setupFocus() - Method in interface org.zaval.lw.LwLayer
 
setValidator(MaskValidator) - Method in class org.zaval.lw.mask.LwMaskTextField
Sets the mask validator.
setValidator(MaskValidator) - Method in class org.zaval.lw.mask.MaskedText
Sets the specified mask validator.
setValue(int) - Method in class org.zaval.lw.LwSlider
Sets the specified slider value.
setValue(int) - Method in class org.zaval.lw.LwSpin
Sets the specified value.
setValue(int) - Method in class org.zaval.lw.LwProgress
Sets the current value.
setValue(int, int) - Method in class org.zaval.lw.LwTracker
Sets the given value for the specified bundle.
setValue(Object) - Method in class org.zaval.data.Item
Sets the specified value for this item.
setValueByTag(char, String, String, String) - Static method in class org.zaval.lw.mask.MaskUtil
 
setValues(int, int, int[], int[], int) - Method in class org.zaval.lw.LwTracker
Sets the tracker properties.
setValues(int, int, int[], int, int) - Method in class org.zaval.lw.LwSlider
Sets the slider properties.
setVgap(int) - Method in class org.zaval.lw.LwBorderLayout
Sets the vertical gap.
setView(int, int, LwView) - Method in class org.zaval.lw.LwTracker
Sets the given view for the given state and the specified bundle type.
setView(int, LwView) - Method in class org.zaval.lw.LwSlider
Sets the view for the specified slider element.
setView(int, LwView) - Method in class org.zaval.lw.tree.LwTree
Sets the specified view for the specified tree view element.
setView(LwView) - Method in class org.zaval.lw.LwViewMan
Sets the face view.
setView(LwView) - Method in class org.zaval.lw.LwMenuButton
 
setView(String) - Method in class org.zaval.lw.LwViewMan
Sets the face view for the owner component by the specified view name.
setViewMan(LwViewMan) - Method in class org.zaval.lw.LwCanvas
Sets the specified view manager for the component.
setViewMan(LwViewMan) - Method in class org.zaval.lw.LwRoot
 
setViewMan(LwViewMan) - Method in interface org.zaval.lw.LwComponent
Sets the specified view manager for the component.
setViewProvider(LwGridViewProvider) - Method in class org.zaval.lw.grid.LwGridCaption
Sets the specified view provider.
setViewProvider(LwGridViewProvider) - Method in class org.zaval.lw.grid.LwGrid
Sets the view provider.
setViewProvider(LwGridViewProvider) - Method in class org.zaval.lw.grid.LwTreeGrid
 
setViewProvider(LwViewProvider) - Method in class org.zaval.lw.LwSlider
Sets the specified titles views provider.
setViewProvider(LwViewProvider) - Method in class org.zaval.lw.tree.LwTree
Sets the specified view provider.
setVisible(boolean) - Method in class org.zaval.lw.LwCanvas
Shows or hides this lightweight component depending on the value of parameter b.
setVisible(boolean) - Method in interface org.zaval.lw.LwComponent
Shows or hides this lightweight component depending on the value of parameter b.
setVisible(boolean) - Method in class org.zaval.lw.LwMenu
 
setXAlignment(int) - Method in class org.zaval.lw.LwBorderPan
Sets the specified horizontal alignment for the title of the border panel.
SFONT - Static variable in class org.zaval.lw.LwToolkit
The default small font definition.
shouldStartEdit(int, int, LwAWTEvent) - Method in interface org.zaval.lw.grid.LwEditorProvider
Tests if the specified event should perform editing process for the specified cell.
shouldStartEdit(int, int, LwAWTEvent) - Method in class org.zaval.lw.grid.LwDefEditors
Tests if the specified event should perform editing process for the specified cell.
showLines(boolean) - Method in class org.zaval.lw.tree.LwTree
Enables the tree lines rendering.
showPopup(LwComponent, int, int, Object) - Method in class org.zaval.lw.LwPopupManager
Shows the specified popup menu for the target light weight component at the given location.
showPopup(LwComponent, int, int, Object) - Method in class org.zaval.lw.AWTPopupManager
 
showScale(boolean) - Method in class org.zaval.lw.LwSlider
Sets the scale element visibility.
showTitle(boolean) - Method in class org.zaval.lw.LwSlider
Sets the slider title visibility.
showTitle(boolean) - Method in class org.zaval.lw.LwTracker
Sets the tracker title visibility.
SingleLineTxt - class org.zaval.data.SingleLineTxt.
This class is an impl ementation of TextModel interface.
SingleLineTxt(String) - Constructor for class org.zaval.data.SingleLineTxt
Constructs a new text with the given text.
SingleLineTxt(String, int) - Constructor for class org.zaval.data.SingleLineTxt
Constructs a new text with the given text and the specified maximal length.
size - Variable in class org.zaval.lw.mask.MaskElement
 
skins - Variable in class org.zaval.lw.LwCanvas
The component view manager.
SOUTH - Static variable in class org.zaval.lw.LwBorderLayout
The south layout constraint (bottom of container).
ST_DISABLED - Static variable in class org.zaval.lw.LwStButton
The DISABLED state.
ST_ONSURFACE - Static variable in class org.zaval.lw.LwStButton
The ONSURFACE state.
ST_ONSURFACE - Static variable in class org.zaval.lw.LwTracker
The ONSURFACE state.
ST_OUTSURFACE - Static variable in class org.zaval.lw.LwStButton
The OUTSURFACE state.
ST_OUTSURFACE - Static variable in class org.zaval.lw.LwTracker
The OUTSURFACE state.
ST_PRESSED - Static variable in class org.zaval.lw.LwStButton
The PRESSED state.
ST_PRESSED - Static variable in class org.zaval.lw.LwTracker
The PRESSED state.
ST_REMOVING - Static variable in class org.zaval.lw.LwTracker
The REMOVING state.
start() - Method in class org.zaval.lw.LwApplet
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSlider
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwStButton
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTextField
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwCursorManager
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTooltipMan
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwSplitPan
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwButton
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwComboList
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwWindow
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwScroll
 
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.LwTracker
 
startDragged(LwMouseMotionEvent) - Method in interface org.zaval.lw.event.LwMouseMotionListener
Invoked when the mouse starts dragged.
startDragged(LwMouseMotionEvent) - Method in class org.zaval.lw.grid.LwGridCaption
 
startEditing(int, int) - Method in class org.zaval.lw.grid.LwGrid
Starts editing of the specified grid cell.
startEditing(int, int) - Method in class org.zaval.lw.grid.LwTreeGrid
 
startVCL(String) - Static method in class org.zaval.lw.LwToolkit
 
stateChanged(int, int) - Method in class org.zaval.lw.LwStButton
Invoked when the state of the component has been changed.
stateChanged(int, int) - Method in class org.zaval.lw.LwLink
Invoked when the state of the component has been changed.
stateChanged(int, int) - Method in class org.zaval.lw.LwMenuButton
 
stop() - Method in class org.zaval.lw.LwApplet
 
stopEditing(boolean) - Method in class org.zaval.lw.grid.LwGrid
Stops the cell editing.
stopSelection() - Method in class org.zaval.lw.LwTextField
Clear the current selection.
stopVCL() - Static method in class org.zaval.lw.LwToolkit
 
STRETCH - Static variable in class org.zaval.lw.LwView
The stretch type of the view.
stretchGripper() - Method in class org.zaval.lw.LwSplitPan
Tests if the gripper element is stretched over all available splitter room.
stretchGripper(boolean) - Method in class org.zaval.lw.LwSplitPan
Sets the gripper element to be stretched or not over all available room.
stringWidth(String) - Method in class org.zaval.lw.LwTextRender
Returns the total advance width for showing the specified string.
substrWidth(String, int, int) - Method in class org.zaval.lw.LwTextRender
Returns the total advance width for showing the specified substring.
SUNKEN - Static variable in class org.zaval.lw.LwBorder
The SUNKEN border type.
SUNKEN2 - Static variable in class org.zaval.lw.LwBorder
The SUNKEN2 border type.
Switchable - interface org.zaval.lw.Switchable.
This is callback interface is used with a switch manager to notify when the state of the switching component has been changed.
switchedOff() - Method in interface org.zaval.lw.Switchable
Invoked when the state of a switching component has been changed to "off".
switchedOff() - Method in class org.zaval.lw.LwCheckbox
Invoked when the state of a switching component has been changed to "off" with the switch manager.
switchedOn() - Method in interface org.zaval.lw.Switchable
Invoked when the state of a switching component has been changed to "on".
switchedOn() - Method in class org.zaval.lw.LwCheckbox
Invoked when the state of a switching component has been changed to "on" with the switch manager.
sync() - Method in class org.zaval.lw.LwStButton
Invoked whenever it is necessary to set appropriate state view for the current state.
sync() - Method in class org.zaval.lw.LwCheckbox
Invoked whenever it is necessary to set appropriate box view for the current state.

T

tags - Variable in class org.zaval.lw.mask.MaskElement
 
targetWasChanged(Object, Object) - Method in class org.zaval.lw.LwRender
Invoked whenever the target object has been set.
targetWasChanged(Object, Object) - Method in class org.zaval.lw.LwTextRender
Invoked whenever the target object has been changed.
Text - class org.zaval.data.Text.
This class is an implementation of TextModel interface.
Text(String) - Constructor for class org.zaval.data.Text
Constructs a new text with the given text.
TextEvent - class org.zaval.data.event.TextEvent.
This class describes event that is performed by TextModel interface implementation.
TextEvent(Object, int, int, int) - Constructor for class org.zaval.data.event.TextEvent
Constructs a new text event class with the given source, event id, text offset and text size.
textInserted(TextEvent) - Method in interface org.zaval.data.event.TextListener
Invoked when a new text has been inserted in the text.
textInserted(TextEvent) - Method in class org.zaval.lw.LwSpin
 
textInserted(TextEvent) - Method in class org.zaval.lw.LwTextRender
Invoked when a new text has been inserted in the target text.
textInserted(TextEvent) - Method in class org.zaval.lw.LwColorPanel
 
textInserted(TextEvent) - Method in class org.zaval.lw.LwFontPanel
 
TextListener - interface org.zaval.data.event.TextListener.
This is listener interface for receiving text events.
TextListenerSupport - class org.zaval.data.event.TextListenerSupport.
This is a utility class that can be used by a class that generates TextEvent to support list of TextListener classes.
TextListenerSupport() - Constructor for class org.zaval.data.event.TextListenerSupport
 
TextModel - interface org.zaval.data.TextModel.
The interface is used to represent text data.
textRemoved(TextEvent) - Method in interface org.zaval.data.event.TextListener
Invoked when a part of the text has been removed.
textRemoved(TextEvent) - Method in class org.zaval.lw.LwSpin
 
textRemoved(TextEvent) - Method in class org.zaval.lw.LwTextRender
Invoked when a part of the target text has been removed.
textRemoved(TextEvent) - Method in class org.zaval.lw.LwColorPanel
 
textRemoved(TextEvent) - Method in class org.zaval.lw.LwFontPanel
 
textUpdated(TextEvent) - Method in interface org.zaval.data.event.TextListener
Invoked when the text has been updated.
textUpdated(TextEvent) - Method in class org.zaval.lw.LwSpin
 
textUpdated(TextEvent) - Method in class org.zaval.lw.LwTextRender
Invoked when a part of the target text has been updated.
textUpdated(TextEvent) - Method in class org.zaval.lw.LwColorPanel
 
textUpdated(TextEvent) - Method in class org.zaval.lw.LwFontPanel
 
Timer - class org.zaval.util.Timer.
This is timer component.
TITLE - Static variable in class org.zaval.lw.LwBorderPan
The title layout constraint (it is used to add a title component).
toFront(LwComponent) - Method in class org.zaval.lw.LwPanel
Sets the specified child component to be painted over other child components.
TOGGLE_OFF_VIEW - Static variable in class org.zaval.lw.tree.LwTree
Defines toggle off view element type.
TOGGLE_ON_VIEW - Static variable in class org.zaval.lw.tree.LwTree
Defines toggle on view element type.
toggle(Item) - Method in class org.zaval.lw.tree.LwTree
Switches a toggle state for the specified tree item.
tooltipBack - Static variable in class org.zaval.lw.LwTooltipMan
The tooltip background color definition.
TooltipInfo - interface org.zaval.lw.TooltipInfo.
This is tooltip interface.
TOP - Static variable in class org.zaval.misc.Alignment
The top vertical alignment type.
TOP_CAPTION_EL - Static variable in class org.zaval.lw.grid.LwGrid
Top caption component layout constraint.
topLine(Graphics, int, int, int, int) - Method in class org.zaval.lw.LwBorder
Draws the top horizontal border line between the coordinates (x1,y1) and (x2,y2).
toString() - Method in class org.zaval.data.Item
 
toString() - Method in class org.zaval.lw.LwCanvas
Returns a string representation of the object.
Tree - class org.zaval.data.Tree.
This class is implementation of TreeModel interface and it is used to organize tree-like structures basing on Item class.
Tree() - Constructor for class org.zaval.data.Tree
Constructs a new tree class.
Tree(Item) - Constructor for class org.zaval.data.Tree
Constructs a new tree with the given item as a root of the hierarchy.
TreeEvent - class org.zaval.data.event.TreeEvent.
This class describes event that is performed by TreeModel class implementation.
TreeEvent(Object, int, Item) - Constructor for class org.zaval.data.event.TreeEvent
Constructs a new tree model event with the given source, event id and item.
TreeListener - interface org.zaval.data.event.TreeListener.
This is listener interface class that is used to receive TreeEvent events.
TreeModel - interface org.zaval.data.TreeModel.
This interface is used to manipulate tree-like data structures.
trim(String, char) - Static method in class org.zaval.lw.mask.MaskUtil
Removes the blank character from both ends of this string.
TxtSelectionInfo - interface org.zaval.lw.TxtSelectionInfo.
This interface is used with the text render class (LwAdvTextRender) to paint selected text.
type - Variable in class org.zaval.lw.mask.MaskElement
 

U

uninstall(Switchable) - Method in class org.zaval.lw.LwSwitchManager
Unregisters the specified switching component that doesn't want to use the manager.
unregItem(Item) - Method in class org.zaval.data.Tree
The method is used to unregister the specified item as a member of the tree model.
UP - Static variable in class org.zaval.misc.PosController
The up direction type.
update(Graphics) - Method in class org.zaval.lw.LwCanvas
Updates this component.
update(Graphics) - Method in class org.zaval.lw.LwRoot
 
update(Graphics) - Method in interface org.zaval.lw.Drawable
Updates this drawable component.
updateCashedPs(int, int) - Method in class org.zaval.lw.LwPanel
 
updateComponent(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManager
The method is called to update the specified component.
updateComponent(Graphics, LwComponent) - Method in class org.zaval.lw.LwPaintManImpl
The method is called to update the specified component.
UPDATED - Static variable in class org.zaval.data.event.TextEvent
The text updated event type.
USE_PS_SIZE - Static variable in class org.zaval.lw.LwRasterLayout
Defines childs prefered sizes usage as the child sizes.
USE_PSMETRIC - Static variable in class org.zaval.lw.grid.LwGrid
Use preferred size metric bit mask.
useDoubleBuffer(boolean) - Method in class org.zaval.lw.LwPaintManImpl
Enables or disables double buffering.
useIntervalModel(boolean) - Method in class org.zaval.lw.LwSlider
Sets the specified navigation model.
usePsMetric(boolean) - Method in class org.zaval.lw.grid.LwGrid
Sets the specified grid metric type.

V

validate() - Method in class org.zaval.lw.LwCanvas
Validates this component.
validate() - Method in class org.zaval.lw.LwRoot
 
validate() - Method in class org.zaval.lw.LwFrame
Ensures that a component has a valid layout.
validate() - Method in class org.zaval.lw.grid.LwGrid
 
validate() - Method in class org.zaval.util.ValidationObject
 
validate() - Method in interface org.zaval.util.Validationable
Validates this object.
Validationable - interface org.zaval.util.Validationable.
This interface allows to validate an object and provides ability to control validation state of the object.
ValidationObject - class org.zaval.util.ValidationObject.
This abstract class is implementation of the Validationable interface that can be inherited with other classes.
ValidationObject() - Constructor for class org.zaval.util.ValidationObject
 
value - Variable in class org.zaval.lw.mask.MaskElement
 
VALUE_CHANGED - Static variable in class org.zaval.lw.event.LwTrackerEvent
The tracker value changed event type.
VALUE_CHANGED_DONE - Static variable in class org.zaval.lw.event.LwTrackerEvent
The tracker value changing done event type.
VALUE_INFO - Static variable in class org.zaval.lw.event.LwTrackerEvent
The tracker info performed event type.
value2loc(int) - Method in class org.zaval.lw.LwSlider
Converts the specified slider value to a location.
value2loc(int) - Method in class org.zaval.lw.LwTracker
Converts the specified tracker value to a location.
valueChanged() - Method in class org.zaval.lw.LwSpin
The method is called whenever the spin value has been changed.
valueChanged(LwTrackerEvent) - Method in interface org.zaval.lw.event.LwTrackerListener
Invoked when the tracker bundle value is changed.
valueChangedDone(LwTrackerEvent) - Method in interface org.zaval.lw.event.LwTrackerListener
Invoked when the tracker bundle value changing is done.
valueInfo(LwTrackerEvent) - Method in interface org.zaval.lw.event.LwTrackerListener
Invoked when the tracker informs the listener with the bundle value.
VERTICAL - Static variable in class org.zaval.lw.LwToolkit
The vertical alignment constant.
viewHeight - Variable in class org.zaval.lw.tree.ItemMetrics
 
viewManChanged() - Method in class org.zaval.lw.LwCanvas
Invoked whenever the view manager has been changed.
viewManChanged() - Method in class org.zaval.lw.LwStButton
 
viewManChanged() - Method in class org.zaval.lw.LwButton
Invoked whenever the view manager has been set.
viewWidth - Variable in class org.zaval.lw.tree.ItemMetrics
 
vMetric() - Method in class org.zaval.lw.grid.LwGrid
Validates the grid metric.
vrp() - Method in class org.zaval.lw.LwCanvas
Invalidates and then repaints the component.
vVisibility() - Method in class org.zaval.lw.grid.LwGrid
Validates the grid visibility.

W

W_BY_PARENT - Static variable in class org.zaval.lw.LwRasterLayout
Defines child widths alignment by the parent component.
WEST - Static variable in class org.zaval.lw.LwBorderLayout
The west layout constraint (right side of container).
width - Variable in class org.zaval.lw.LwCanvas
 
width - Variable in class org.zaval.lw.tree.ItemMetrics
 
WIN_ACTIVATED - Static variable in class org.zaval.lw.event.LwWinEvent
The win activated event type.
WIN_CLOSED - Static variable in class org.zaval.lw.event.LwWinEvent
The win closed event type.
WIN_DEACTIVATED - Static variable in class org.zaval.lw.event.LwWinEvent
The win deactivated event type.
WIN_OPENED - Static variable in class org.zaval.lw.event.LwWinEvent
The win opened event type.
WIN_UID - Static variable in class org.zaval.lw.event.LwAWTEvent
The window event UID.
winActivated(LwWinEvent) - Method in class org.zaval.lw.LwCombo
 
winActivated(LwWinEvent) - Method in class org.zaval.lw.LwWindow
 
winActivated(LwWinEvent) - Method in interface org.zaval.lw.event.LwWinListener
Invoked when the light weight window component has been activated.
winClosed(LwWinEvent) - Method in class org.zaval.lw.LwCombo
 
winClosed(LwWinEvent) - Method in class org.zaval.lw.LwWindow
 
winClosed(LwWinEvent) - Method in interface org.zaval.lw.event.LwWinListener
Invoked when the light weight window component has been closed.
winDeactivated(LwWinEvent) - Method in class org.zaval.lw.LwCombo
 
winDeactivated(LwWinEvent) - Method in class org.zaval.lw.LwWindow
 
winDeactivated(LwWinEvent) - Method in interface org.zaval.lw.event.LwWinListener
Invoked when the light weight window component has been deactivated.
winOpened(LwWinEvent) - Method in class org.zaval.lw.LwCombo
 
winOpened(LwWinEvent) - Method in class org.zaval.lw.LwWindow
 
winOpened(LwWinEvent) - Method in interface org.zaval.lw.event.LwWinListener
Invoked when the light weight window component has been opened.
write(char, int) - Method in interface org.zaval.data.TextModel
Inserts the specified character at the given offset.
write(char, int) - Method in class org.zaval.data.Text
Inserts the specified character at the given offset.
write(char, int) - Method in class org.zaval.data.SingleLineTxt
Inserts the specified character at the given offset.
write(char, int) - Method in class org.zaval.lw.mask.MaskedText
 
write(int, String) - Method in class org.zaval.lw.LwTextField
Inserts the specified text at the given position.
write(int, String) - Method in class org.zaval.lw.mask.LwMaskTextField
 
write(String, int) - Method in interface org.zaval.data.TextModel
Inserts the specified text at the given offset.
write(String, int) - Method in class org.zaval.data.Text
Inserts the specified text at the given offset.
write(String, int) - Method in class org.zaval.data.SingleLineTxt
Inserts the specified text at the given offset.
write(String, int) - Method in class org.zaval.lw.mask.MaskedText
 

X

x - Variable in class org.zaval.lw.LwCanvas
 
x - Variable in class org.zaval.lw.event.LwMouseEvent
 
x - Variable in class org.zaval.lw.tree.ItemMetrics
 

Y

y - Variable in class org.zaval.lw.LwCanvas
 
y - Variable in class org.zaval.lw.event.LwMouseEvent
 
y - Variable in class org.zaval.lw.tree.ItemMetrics
 

A B C D E F G H I J K L M N O P R S T U V W X Y

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