: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview   Package  Class  Tree  Deprecated  Index  Help 

Package org.zaval.lw.gdp

This package contains base GDP controllers and components.

See:
          Description

Interface Summary
DgnComponent This interface should be implemented by a container that cannot be a parent for a component.
 

Class Summary
Controller This abstract class is a base for classes that want to control behaviour different lightweight components.
DgnBorder This is special border view implementation.
DgnController This is designer controller class to be used to control size and location for the specified target component.
DgnCursorInfo This is an implementation of the org.zaval.lw.Cursorable interface that can be used by a designer container to control mouse cursor type.
InsetsCursorInfo This class is an implementation of org.zaval.lw.Cursorable interface.
ShapeController This is shape controller class that can be used to control size and location for the specified target component.
SimpleCursorInfo This class is a simple implementation of org.zaval.lw.Cursorable interface.
 

Package org.zaval.lw.gdp Description

This package contains base GDP controllers and components.



: up