Class iicm.widgets.DLGColourChoose
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.widgets.DLGColourChoose

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----iicm.widgets.DLGColourChoose

public class DLGColourChoose
extends Frame

Constructor Index

 o DLGColourChoose(String[], ApplyColour)
constructor.

Method Index

 o action(Event, Object)
 o getColours(int[])
get current colors
 o handleEvent(Event)
 o lostFocus(Event, Object)
 o setColours(int[], int)
set current colours and active index

Constructors

 o DLGColourChoose
  public DLGColourChoose(String colnames[],
                         ApplyColour cbk)
constructor. current colours should be set with setColours afterwards

Methods

 o setColours
  public void setColours(int col[],
                         int index)
set current colours and active index
 o getColours
  public void getColours(int col[])
get current colors
 o action
  public boolean action(Event ev,
                        Object arg)
Overrides:
action in class Component
 o lostFocus
  public boolean lostFocus(Event ev,
                           Object what)
Overrides:
lostFocus in class Component
 o handleEvent
  public boolean handleEvent(Event ev)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index