: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
On-line Demo
Further Plans
Docs
API
FAQ
Download
Latest version

Home > GDP > API

Overview  Package  Class  Tree  Deprecated   Index  Help 
A B C D E G I M O P R S T

A

addDgnControllerListener(DgnControllerListener) - Method in class org.zaval.lw.gdp.DgnController
Adds the specified designer controller listener.
addListener(DgnControllerListener) - Method in class org.zaval.lw.gdp.event.DgnControllerSupport
 

B

BLEFT - Static variable in class org.zaval.lw.gdp.InsetsCursorInfo
Defines bottom-left area type.
BRIGHT - Static variable in class org.zaval.lw.gdp.InsetsCursorInfo
Defines bottom-right area type.

C

checkAreaType(int) - Method in class org.zaval.lw.gdp.InsetsCursorInfo
Tests if the specified area type is valid.
Controller - class org.zaval.lw.gdp.Controller.
This abstract class is a base for classes that want to control behaviour different lightweight components.
Controller(LwComponent) - Constructor for class org.zaval.lw.gdp.Controller
Constructs a new controller with the specified target component.

D

DGN_FINISHED - Static variable in class org.zaval.lw.gdp.event.DgnControllerEvent
The designer controller deactivation event type.
DGN_STARTED - Static variable in class org.zaval.lw.gdp.event.DgnControllerEvent
The designer controller activation event type.
DgnBorder - class org.zaval.lw.gdp.DgnBorder.
This is special border view implementation.
DgnBorder() - Constructor for class org.zaval.lw.gdp.DgnBorder
Constructs a new border view.
DgnComponent - interface org.zaval.lw.gdp.DgnComponent.
This interface should be implemented by a container that cannot be a parent for a component.
DgnController - class org.zaval.lw.gdp.DgnController.
This is designer controller class to be used to control size and location for the specified target component.
DgnController(LwComponent) - Constructor for class org.zaval.lw.gdp.DgnController
Constructs a new designer controller with the specified target component.
DgnControllerEvent - class org.zaval.lw.gdp.event.DgnControllerEvent.
This class represents designer controller event.
DgnControllerEvent(LwComponent, int) - Constructor for class org.zaval.lw.gdp.event.DgnControllerEvent
Constructs the event object with the specified source component, and the event id.
DgnControllerListener - interface org.zaval.lw.gdp.event.DgnControllerListener.
This is listener interface to receive designer events.
DgnControllerSupport - class org.zaval.lw.gdp.event.DgnControllerSupport.
This is a utility class that can be used by a class that generates DgnControllerEvent to support list of DgnControllerListener classes.
DgnControllerSupport() - Constructor for class org.zaval.lw.gdp.event.DgnControllerSupport
 
DgnCursorInfo - class org.zaval.lw.gdp.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.
DgnCursorInfo() - Constructor for class org.zaval.lw.gdp.DgnCursorInfo
 
dgnFinished(DgnControllerEvent) - Method in interface org.zaval.lw.gdp.event.DgnControllerListener
Invoked when the controller has been deactivated.
dgnStarted(DgnControllerEvent) - Method in interface org.zaval.lw.gdp.event.DgnControllerListener
Invoked when the controller has been activated.

E

endDragged(LwMouseEvent) - Method in class org.zaval.lw.gdp.ShapeController
Invoked when mouse drag is stopped.

G

getAreaType(LwComponent, int, int) - Method in class org.zaval.lw.gdp.InsetsCursorInfo
Calculates and returns an area type for the specified component and the given location.
getBorderColor() - Method in class org.zaval.lw.gdp.DgnBorder
Gets the border color.
getBottom() - Method in class org.zaval.lw.gdp.DgnBorder
 
getBoundsMask() - Method in class org.zaval.lw.gdp.ShapeController
Gets the insets mask.
getCurrentDgn() - Static method in class org.zaval.lw.gdp.DgnController
Returns current activated designer controller.
getCursorForArea(int) - Method in class org.zaval.lw.gdp.InsetsCursorInfo
Returns the cursor type for the specified area type.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.gdp.DgnCursorInfo
Gets the cursor type for the specified location of the given component.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.gdp.SimpleCursorInfo
Returns the cursor type for the specified component and location relatively the component.
getCursorType(LwComponent, int, int) - Method in class org.zaval.lw.gdp.InsetsCursorInfo
Returns the cursor type for the specified component and location relatively the component.
getDgnContainer() - Method in class org.zaval.lw.gdp.DgnController
Gets the designer container that is used by the controller.
getGap() - Method in class org.zaval.lw.gdp.DgnBorder
Gets the gap.
getID() - Method in class org.zaval.lw.gdp.event.DgnControllerEvent
 
getLeft() - Method in class org.zaval.lw.gdp.DgnBorder
 
getRight() - Method in class org.zaval.lw.gdp.DgnBorder
 
getTarget() - Method in class org.zaval.lw.gdp.Controller
Gets the current target component.
getTop() - Method in class org.zaval.lw.gdp.DgnBorder
 

I

InsetsCursorInfo - class org.zaval.lw.gdp.InsetsCursorInfo.
This class is an implementation of org.zaval.lw.Cursorable interface.
InsetsCursorInfo() - Constructor for class org.zaval.lw.gdp.InsetsCursorInfo
Constructs a new insets cursor info.

M

mouseClicked(LwMouseEvent) - Method in class org.zaval.lw.gdp.DgnController
 
mouseDragged(LwMouseEvent) - Method in class org.zaval.lw.gdp.ShapeController
Invoked every time when mouse drag event is performed with the source component.
mouseEntered(LwMouseEvent) - Method in class org.zaval.lw.gdp.DgnController
 
mouseExited(LwMouseEvent) - Method in class org.zaval.lw.gdp.DgnController
 
mouseMoved(LwMouseEvent) - Method in class org.zaval.lw.gdp.ShapeController
 
mousePressed(LwMouseEvent) - Method in class org.zaval.lw.gdp.DgnController
 
mouseReleased(LwMouseEvent) - Method in class org.zaval.lw.gdp.DgnController
 
moveComponent(int, int) - Method in class org.zaval.lw.gdp.ShapeController
Moves the target component to the new location.
moveTarget(int, int) - Method in class org.zaval.lw.gdp.DgnController
Moves the target component to the new location.

O

org.zaval.lw.gdp - package org.zaval.lw.gdp
This package contains base GDP controllers and components.
org.zaval.lw.gdp.event - package org.zaval.lw.gdp.event
Different events related to the GDP library.

P

paint(Graphics, int, int, int, int, Layoutable) - Method in class org.zaval.lw.gdp.DgnBorder
 
perform(DgnControllerEvent) - Method in class org.zaval.lw.gdp.event.DgnControllerSupport
 
perform(int) - Method in class org.zaval.lw.gdp.DgnController
Performs the designer event with the specified event id.

R

removeDgnControllerListener(DgnControllerListener) - Method in class org.zaval.lw.gdp.DgnController
Removes the specified designer controller listener.
removeListener(DgnControllerListener) - Method in class org.zaval.lw.gdp.event.DgnControllerSupport
 
resizeComponent(Rectangle) - Method in class org.zaval.lw.gdp.ShapeController
Shapes the target component with the specified bounds.
resizeTarget(int, int) - Method in class org.zaval.lw.gdp.DgnController
Resizes the target component to have the specified width and height.

S

setBorderColor(Color) - Method in class org.zaval.lw.gdp.DgnBorder
Sets the specified border color.
setCursorForArea(int, int) - Method in class org.zaval.lw.gdp.InsetsCursorInfo
Binds the specified area with the specified cursor type.
setCursorType(int) - Method in class org.zaval.lw.gdp.SimpleCursorInfo
Sets the specified cursor type that will be returned by getCursorType method.
setGap(int) - Method in class org.zaval.lw.gdp.DgnBorder
Sets the given gap.
setTarget(LwComponent) - Method in class org.zaval.lw.gdp.Controller
Sets the specified target component.
ShapeController - class org.zaval.lw.gdp.ShapeController.
This is shape controller class that can be used to control size and location for the specified target component.
ShapeController(LwComponent) - Constructor for class org.zaval.lw.gdp.ShapeController
Constructs a new shape controller with the specified target component.
SimpleCursorInfo - class org.zaval.lw.gdp.SimpleCursorInfo.
This class is a simple implementation of org.zaval.lw.Cursorable interface.
SimpleCursorInfo(int) - Constructor for class org.zaval.lw.gdp.SimpleCursorInfo
Constructs a new simple cursor info with the specified cursor type.
startDragged(LwMouseEvent) - Method in class org.zaval.lw.gdp.ShapeController
Invoked when first mouse drag events has been performed with the source component.
stopCurrentDgn() - Static method in class org.zaval.lw.gdp.DgnController
Deactivates current activated designer controller.

T

target - Variable in class org.zaval.lw.gdp.Controller
 
targetWasChanged(LwComponent, LwComponent) - Method in class org.zaval.lw.gdp.Controller
The method is called whenever the target component has been changed.
targetWasChanged(LwComponent, LwComponent) - Method in class org.zaval.lw.gdp.DgnController
The method is called whenever the target component has been changed.
targetWasChanged(LwComponent, LwComponent) - Method in class org.zaval.lw.gdp.ShapeController
The method is called whenever the target component has been changed.
TLEFT - Static variable in class org.zaval.lw.gdp.InsetsCursorInfo
Defines top-left area type.
TRIGHT - Static variable in class org.zaval.lw.gdp.InsetsCursorInfo
Defines top-right area type.

A B C D E G I M O P R S T
: up