A B C D E G I J L M O P R S T

A

aborted(EventObject, Exception) - Method in interface org.zaval.util.event.AbortListener
Invoked when the specified exception has been performed during the given event handling.
AbortListener - interface org.zaval.util.event.AbortListener.
This is listener interface can be used to handle exceptions that were thrown with a listener during event handling.
ActionSupport - class org.zaval.awt.event.ActionSupport.
This is a utility class that can be used by a class that generates ActionEvent to support list of AcrionListener classes.
ActionSupport() - Constructor for class org.zaval.awt.event.ActionSupport
 
addActionListener(ActionListener) - Method in class org.zaval.awt.gdp.CursorController
Adds the specified action listener.
addDgnControllerListener(DgnControllerListener) - Method in class org.zaval.awt.gdp.DgnController
Adds the specified designer controller listener.
addLayoutComponent(String, Component) - Method in class org.zaval.awt.gdp.DgnContainerLayout
Adds the specified component with the specified name to the layout.
addListener(EventListener) - Method in class org.zaval.util.event.ListenerSupport
Adds the specified listener to the listeners list.
addMouseDragListener(MouseDragListener) - Method in class org.zaval.awt.gdp.DragController
Adds the specified drag listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.zaval.awt.gdp.Inspector
Adds the specified PropertyChangeListener to the listener list.

B

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

C

CENTER - Static variable in class org.zaval.awt.gdp.InsetsCursorInfo
Defines center area type.
changeCursor(int, int) - Method in class org.zaval.awt.gdp.CursorController
The method checks if the cursor type has to be changed for the specified location relatively the target component and sets a new cursor type if it is necessary.
checkAreaType(int) - Method in class org.zaval.awt.gdp.InsetsCursorInfo
Tests if the specified area type is valid.
checkID(int) - Method in class org.zaval.awt.gdp.event.DgnControllerEvent
The method returns true if the specified id is valid for the event, otherwise returns false.
checkID(int) - Method in class org.zaval.awt.gdp.event.MouseDragEvent
The method returns true if the specified id is valid for the event, otherwise returns false.
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.
ComponentUtil - class org.zaval.awt.ComponentUtil.
 
ComponentUtil() - Constructor for class org.zaval.awt.ComponentUtil
 
Controller - class org.zaval.awt.gdp.Controller.
This abstract class is a base for classes that want to control behaviour different java.awt.Component components.
Controller(Component) - Constructor for class org.zaval.awt.gdp.Controller
Constructs a new class with the specified target component.
CursorController - class org.zaval.awt.gdp.CursorController.
This cursor controller class can be used to control cursor type for the specified target component.
CursorController(Component) - Constructor for class org.zaval.awt.gdp.CursorController
Constructs a new cursor controller with the specified target component.
CursorController(Component, CursorInfo) - Constructor for class org.zaval.awt.gdp.CursorController
Constructs a new cursor controller with the specified target component and the given cursor info.
CursorInfo - interface org.zaval.awt.gdp.CursorInfo.
This interface is used to define the cursor type for the specified component and location relatively the component.

D

DGN_FINISHED - Static variable in class org.zaval.awt.gdp.event.DgnControllerEvent
The designer controller deactivation event type.
DGN_STARTED - Static variable in class org.zaval.awt.gdp.event.DgnControllerEvent
The designer controller activation event type.
DgnComponent - interface org.zaval.awt.gdp.DgnComponent.
This interface is implemented with a container that cannot be a new parent for the component that has been moved using shape or designer controller.
DgnContainer - class org.zaval.awt.gdp.DgnContainer.
This is Java AWT panel that can be used as a designer container for a Java AWT component.
DgnContainer() - Constructor for class org.zaval.awt.gdp.DgnContainer
Constructs a new designer container.
DgnContainer(Component) - Constructor for class org.zaval.awt.gdp.DgnContainer
Constructs a new designer container with the specified child component.
DgnContainerLayout - class org.zaval.awt.gdp.DgnContainerLayout.
This layout manager is supposed to be used for designer container components.
DgnContainerLayout() - Constructor for class org.zaval.awt.gdp.DgnContainerLayout
 
DgnController - class org.zaval.awt.gdp.DgnController.
This designer controller class that can be used to control size and location for the specified target component.
DgnController(Component) - Constructor for class org.zaval.awt.gdp.DgnController
Constructs a new designer controller with the specified target component.
DgnControllerEvent - class org.zaval.awt.gdp.event.DgnControllerEvent.
This class represents designer controller event.
DgnControllerEvent(Component, int) - Constructor for class org.zaval.awt.gdp.event.DgnControllerEvent
Constructs the event object with the specified source component, and the event id.
DgnControllerListener - interface org.zaval.awt.gdp.event.DgnControllerListener.
This is listener interface to receive designer events.
DgnControllerSupport - class org.zaval.awt.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.awt.gdp.event.DgnControllerSupport
 
DgnCursorInfo - class org.zaval.awt.gdp.DgnCursorInfo.
This cursor info implementation is supposed to be used for designer container components.
DgnCursorInfo() - Constructor for class org.zaval.awt.gdp.DgnCursorInfo
 
dgnFinished(DgnControllerEvent) - Method in interface org.zaval.awt.gdp.event.DgnControllerListener
Invoked when the controller has been deactivated.
dgnStarted(DgnControllerEvent) - Method in interface org.zaval.awt.gdp.event.DgnControllerListener
Invoked when the controller has been activated.
DOT - Static variable in class org.zaval.awt.ComponentUtil
 
DOT_GAP - Static variable in class org.zaval.awt.ComponentUtil
 
DOT_SIZE - Static variable in class org.zaval.awt.ComponentUtil
 
DRAG_MOVED - Static variable in class org.zaval.awt.gdp.event.MouseDragEvent
The drag moved event type.
DRAG_STARTED - Static variable in class org.zaval.awt.gdp.event.MouseDragEvent
The drag started event type.
DRAG_STOPPED - Static variable in class org.zaval.awt.gdp.event.MouseDragEvent
The drag stopped event type.
DragController - class org.zaval.awt.gdp.DragController.
This controller is used to convert mouse events of the target component to the mouse org.zaval.awt.gdp.event.MouseDragEvent events.
DragController(Component) - Constructor for class org.zaval.awt.gdp.DragController
Constructs a new drag controller with the specified target component.
dragMoved(MouseDragEvent) - Method in class org.zaval.awt.gdp.ShapeController
Invoked every time when mouse drag event is performed with the source component.
dragMoved(MouseDragEvent) - Method in interface org.zaval.awt.gdp.event.MouseDragListener
Invoked every time when mouse drag event is performed with the source component.
dragStarted(MouseDragEvent) - Method in class org.zaval.awt.gdp.ShapeController
Invoked when first mouse drag events has been performed with the source component.
dragStarted(MouseDragEvent) - Method in interface org.zaval.awt.gdp.event.MouseDragListener
Invoked when first mouse drag events has been performed with the source component.
dragStopped(MouseDragEvent) - Method in class org.zaval.awt.gdp.ShapeController
Invoked when mouse drag is stopped.
dragStopped(MouseDragEvent) - Method in interface org.zaval.awt.gdp.event.MouseDragListener
Invoked when mouse drag has been stopped.
drawHLine(Graphics, int, int, int, Color, int) - Static method in class org.zaval.awt.ComponentUtil
 
drawHLineOnComponent(Component, int, int, int, Color, int) - Static method in class org.zaval.awt.ComponentUtil
 
drawRectOnComponent(Component, int, int, int, int, Color) - Static method in class org.zaval.awt.ComponentUtil
 
drawRectOnComponent(Component, int, int, int, int, Color) - Method in class org.zaval.awt.gdp.LibraryAdapter
Draws the specified rectangle for the component using the given color.
drawRectOnComponent(Component, int, int, int, int, Color) - Method in class org.zaval.awt.gdp.JLibraryAdapter
Draws the specified rectangle for the component using the given color.
drawRectOnComponent(Component, int, int, int, int, Color, int) - Static method in class org.zaval.awt.ComponentUtil
 
drawVLine(Graphics, int, int, int, Color, int) - Static method in class org.zaval.awt.ComponentUtil
 
drawVLineOnComponent(Component, int, int, int, Color, int) - Static method in class org.zaval.awt.ComponentUtil
 

E

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.

G

getAbsLocation(Component, Component) - Static method in class org.zaval.awt.ComponentUtil
 
getAreaType(Component, int, int) - Method in class org.zaval.awt.gdp.InsetsCursorInfo
Calculates and returns an area type for the specified component and the given location.
getBoundsMask() - Method in class org.zaval.awt.gdp.ShapeController
Gets the insets mask.
getComponentAt(Component, int, int) - Static method in class org.zaval.awt.ComponentUtil
 
getContainerAt(Container, int, int) - Static method in class org.zaval.awt.ComponentUtil
 
getCurrentDgn() - Static method in class org.zaval.awt.gdp.DgnController
Returns current active designer controller.
getCursorController() - Method in class org.zaval.awt.gdp.ShapeController
Gets the cursor controller that is used for the target component with the controller.
getCursorForArea(int) - Method in class org.zaval.awt.gdp.InsetsCursorInfo
Returns the cursor type for the specified area type.
getCursorType() - Method in class org.zaval.awt.gdp.CursorController
Gets the current cursor type.
getCursorType(Component, int, int) - Method in class org.zaval.awt.gdp.InsetsCursorInfo
Returns the cursor type for the specified component and location relatively the component.
getCursorType(Component, int, int) - Method in interface org.zaval.awt.gdp.CursorInfo
Returns the cursor type for the specified component and location relatively the component.
getCursorType(Component, int, int) - Method in class org.zaval.awt.gdp.DgnCursorInfo
Returns the cursor type for the specified component and location relatively the component.
getCursorType(Component, int, int) - Method in class org.zaval.awt.gdp.SimpleCursorInfo
Returns the cursor type for the specified component and location relatively the component.
getDestComponent() - Method in class org.zaval.awt.gdp.event.MouseDragEvent.Destination
Gets the destination component.
getDestination() - Method in class org.zaval.awt.gdp.event.MouseDragEvent
Defines and returns destination component description.
getDestLocation() - Method in class org.zaval.awt.gdp.event.MouseDragEvent.Destination
Gets the destination location relatively the destination component.
getDgnContainer() - Method in class org.zaval.awt.gdp.DgnController
Gets the designer container that is used with the controller.
getGap() - Method in class org.zaval.awt.gdp.JDgnContainer
Gets the gap that actually is used as insets.
getGap() - Method in class org.zaval.awt.gdp.DgnContainer
Gets the gap that actually is used as insets.
getID() - Method in class org.zaval.util.event.EvObject
Gets the event id.
getImage(String, Class, Component) - Static method in class org.zaval.awt.ComponentUtil
 
getInsets() - Method in class org.zaval.awt.gdp.JDgnContainer
Determines the insets of this container, which indicate the size of the container's border.
getInsets() - Method in class org.zaval.awt.gdp.DgnContainer
Determines the insets of this container, which indicate the size of the container's border.
getLibraryAdapter() - Static method in class org.zaval.awt.gdp.LibraryAdapter
Gets the current adapter.
getNextBottomChild(Component, int, int) - Static method in class org.zaval.awt.ComponentUtil
 
getNextLeftChild(Component, int, int) - Static method in class org.zaval.awt.ComponentUtil
 
getRectangleColor() - Method in class org.zaval.awt.gdp.JDgnContainer
Gets the designer border color.
getRectangleColor() - Method in class org.zaval.awt.gdp.DgnContainer
Gets the designer border color.
getRelLocation(int, int, Component, Component) - Static method in class org.zaval.awt.ComponentUtil
 
getRootContainer(Component) - Method in class org.zaval.awt.gdp.LibraryAdapter
Returns a top-level parent component for the specified child component.
getRootContainer(Component) - Method in class org.zaval.awt.gdp.JLibraryAdapter
Returns a top-level parent component for the specified child component.
getTarget() - Method in interface org.zaval.awt.gdp.Inspector
Gets the target object for what the inspector is used.
getTarget() - Method in class org.zaval.awt.gdp.Controller
Gets the current target component.
getX() - Method in class org.zaval.awt.gdp.event.MouseDragEvent
Gets the x coordinate where the event originated relatively to the source component.
getY() - Method in class org.zaval.awt.gdp.event.MouseDragEvent
Gets the y coordinate where the event originated relatively to the source component.

I

InsetsCursorInfo - class org.zaval.awt.gdp.InsetsCursorInfo.
This class is an implementation of CursorInfo interface.
InsetsCursorInfo() - Constructor for class org.zaval.awt.gdp.InsetsCursorInfo
Constructs a new insets cursor info.
Inspector - interface org.zaval.awt.gdp.Inspector.
This interface is a prototype interface that will be used to control properties values for the target object in the next version of the package.
isDragged() - Method in class org.zaval.awt.gdp.DragController
Tests if the mouse is dragged at the moment.

J

JDgnContainer - class org.zaval.awt.gdp.JDgnContainer.
This is Java Swing panel that can be used as a designer container for a Swing component.
JDgnContainer() - Constructor for class org.zaval.awt.gdp.JDgnContainer
Constructs a new designer container.
JDgnContainer(Component) - Constructor for class org.zaval.awt.gdp.JDgnContainer
Constructs a new designer container with the specified child component.
JLibraryAdapter - class org.zaval.awt.gdp.JLibraryAdapter.
This a library adapter implementation that is supposed to be used with Java Swing library.
JLibraryAdapter() - Constructor for class org.zaval.awt.gdp.JLibraryAdapter
 

L

layoutContainer(Container) - Method in class org.zaval.awt.gdp.DgnContainerLayout
Lays out the container in the specified panel.
LEFT - Static variable in class org.zaval.awt.gdp.InsetsCursorInfo
Defines left area type.
LibraryAdapter - class org.zaval.awt.gdp.LibraryAdapter.
This class is used with the controllers set of the package as a midleware layer.
LibraryAdapter() - Constructor for class org.zaval.awt.gdp.LibraryAdapter
 
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
 

M

makeDgnContainer() - Method in class org.zaval.awt.gdp.LibraryAdapter
Makes and returns the special container component that supposed to be used with DgnController class as a designer container.
makeDgnContainer() - Method in class org.zaval.awt.gdp.JLibraryAdapter
Makes and returns the special container component that supposed to be used with DgnController class as a designer container.
minimumLayoutSize(Container) - Method in class org.zaval.awt.gdp.DgnContainerLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
mouseClicked(MouseEvent) - Method in class org.zaval.awt.gdp.DgnController
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when the mouse has been clicked on a component.
MouseDragEvent - class org.zaval.awt.gdp.event.MouseDragEvent.
This class represents mouse drag event.
MouseDragEvent.Destination - class org.zaval.awt.gdp.event.MouseDragEvent.Destination.
This class represents destination component.
MouseDragEvent(Component, int, int, int) - Constructor for class org.zaval.awt.gdp.event.MouseDragEvent
Constructs the event object with the specified source component, the given location and the event id.
mouseDragged(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when a mouse button is pressed on a component and then dragged.
MouseDragListener - interface org.zaval.awt.gdp.event.MouseDragListener.
This is listener interface to receive mouse drag events.
MouseDragSupport - class org.zaval.awt.gdp.event.MouseDragSupport.
This is a utility class that can be used by a class that generates MouseDragEvent to support list of MouseDragListener classes.
MouseDragSupport() - Constructor for class org.zaval.awt.gdp.event.MouseDragSupport
 
mouseEntered(MouseEvent) - Method in class org.zaval.awt.gdp.DgnController
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class org.zaval.awt.gdp.DgnController
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when the mouse exits a component.
mouseMoved(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent) - Method in class org.zaval.awt.gdp.DgnController
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class org.zaval.awt.gdp.DgnController
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.zaval.awt.gdp.DragController
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.zaval.awt.gdp.CursorController
Invoked when a mouse button has been released on a component.
moveComponent(int, int) - Method in class org.zaval.awt.gdp.ShapeController
Moves the target component to the new location.
moveTarget(int, int) - Method in class org.zaval.awt.gdp.DgnController
Moves the target to the new loaction.

O

org.zaval.awt - package org.zaval.awt
 
org.zaval.awt.event - package org.zaval.awt.event
Different events related to the awt components.
org.zaval.awt.gdp - package org.zaval.awt.gdp
It's a basic package of the Zaval GDP.
org.zaval.awt.gdp.event - package org.zaval.awt.gdp.event
Different events related to the GUI designer package can be found here.
org.zaval.util.event - package org.zaval.util.event
Different events related to the utils classes.

P

paint(Graphics) - Method in class org.zaval.awt.gdp.JDgnContainer
Paints this component.
paint(Graphics) - Method in class org.zaval.awt.gdp.DgnContainer
Paints this component.
perform() - Method in class org.zaval.awt.gdp.CursorController
Performs an action event.
perform(EventListener, EventObject) - Method in class org.zaval.awt.event.ActionSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.awt.gdp.event.DgnControllerSupport
The method implements abstract method of the parent class.
perform(EventListener, EventObject) - Method in class org.zaval.awt.gdp.event.MouseDragSupport
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.awt.gdp.DgnController
Performs the designer event with the specified event id.
perform(MouseDragEvent) - Method in class org.zaval.awt.gdp.DragController
Performs the specified mouse drag event.
PLAIN - Static variable in class org.zaval.awt.ComponentUtil
 
preferredLayoutSize(Container) - Method in class org.zaval.awt.gdp.DgnContainerLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.

R

removeActionListener(ActionListener) - Method in class org.zaval.awt.gdp.CursorController
Removes the specified action listener.
removeDgnControllerListener(DgnControllerListener) - Method in class org.zaval.awt.gdp.DgnController
Removes the specified designer controller listener.
removeLayoutComponent(Component) - Method in class org.zaval.awt.gdp.DgnContainerLayout
Removes the specified component from the layout.
removeListener(EventListener) - Method in class org.zaval.util.event.ListenerSupport
Removes the specified listener from the listeners list.
removeMouseDragListener(MouseDragListener) - Method in class org.zaval.awt.gdp.DragController
Removes the specified drag listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.zaval.awt.gdp.Inspector
Removes the specified PropertyChangeListener from the listener list.
resizeComponent(Rectangle) - Method in class org.zaval.awt.gdp.ShapeController
Shapes the target component with the specified bounds.
resizeTarget(int, int) - Method in class org.zaval.awt.gdp.DgnController
Resizes the target to the specified width and height.
restoreCursor() - Method in class org.zaval.awt.gdp.CursorController
Sets the cursor type.
RIGHT - Static variable in class org.zaval.awt.gdp.InsetsCursorInfo
Defines right area type.

S

setCursorController(CursorController) - Method in class org.zaval.awt.gdp.ShapeController
Sets the specified cursor controller.
setCursorForArea(int, int) - Method in class org.zaval.awt.gdp.InsetsCursorInfo
Binds the specified area with the specified cursor type.
setCursorInfo(CursorInfo) - Method in class org.zaval.awt.gdp.CursorController
Sets the specified cursor info.
setCursorType(int) - Method in class org.zaval.awt.gdp.CursorController
Sets the specified cursor type.
setCursorType(int) - Method in class org.zaval.awt.gdp.SimpleCursorInfo
Sets the specified cursor type that will be returnd by getCursorType method.
setGap(int) - Method in class org.zaval.awt.gdp.JDgnContainer
Sets the specified gap that actually defines the container insets
setGap(int) - Method in class org.zaval.awt.gdp.DgnContainer
Sets the specified gap that actually defines the container insets
setLibraryAdapter(LibraryAdapter) - Static method in class org.zaval.awt.gdp.LibraryAdapter
Sets the specified adapter.
setRectangleColor(Color) - Method in class org.zaval.awt.gdp.JDgnContainer
Sets the specified color for the designer border.
setRectangleColor(Color) - Method in class org.zaval.awt.gdp.DgnContainer
Sets the specified color for the designer border.
setTarget(Component) - Method in class org.zaval.awt.gdp.Controller
Sets the specified target component.
ShapeController - class org.zaval.awt.gdp.ShapeController.
This shape controller class that can be used to control size and location for the specified target component.
ShapeController(Component) - Constructor for class org.zaval.awt.gdp.ShapeController
Constructs a new shape controller with the specified target component.
SimpleCursorInfo - class org.zaval.awt.gdp.SimpleCursorInfo.
This class is a simple implementation of CursorInfo interface.
SimpleCursorInfo(int) - Constructor for class org.zaval.awt.gdp.SimpleCursorInfo
Constructs a new simple cursor info with the specified cursor type.
stopCurrentDgn() - Static method in class org.zaval.awt.gdp.DgnController
Deactivates current active designer controller, if it is exist.
storeCursor() - Method in class org.zaval.awt.gdp.CursorController
Stores a current cursor type.

T

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

A B C D E G I J L M O P R S T

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