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
   
  -   DLGColourChoose(String[], ApplyColour) DLGColourChoose(String[], ApplyColour)
-  constructor.
   
  -   action(Event, Object) action(Event, Object)
-  
  
-   getColours(int[]) getColours(int[])
-  get current colors
  
-   handleEvent(Event) handleEvent(Event)
-  
  
-   lostFocus(Event, Object) lostFocus(Event, Object)
-  
  
-   setColours(int[], int) setColours(int[], int)
-  set current colours and active index
   
 DLGColourChoose
DLGColourChoose
  public DLGColourChoose(String colnames[],
                         ApplyColour cbk)
  -  constructor.
current colours should be set with setColours afterwards
   
 setColours
setColours
  public void setColours(int col[],
                         int index)
  -  set current colours and active index
 getColours
getColours
  public void getColours(int col[])
  -  get current colors
 action
action
  public boolean action(Event ev,
                        Object arg)
  
    -  Overrides:
    
-  action in class Component
  
 lostFocus
lostFocus
  public boolean lostFocus(Event ev,
                           Object what)
  
    -  Overrides:
    
-  lostFocus in class Component
  
 handleEvent
handleEvent
  public boolean handleEvent(Event ev)
  
    -  Overrides:
    
-  handleEvent in class Component
  
All Packages  Class Hierarchy  This Package  Previous  Next  Index