Uses of Class
amber.type.server.PanelComponentInfo

Packages that use PanelComponentInfo
amber.server.application Amber Server Application. 
amber.server.panel Amber Server Panel Classes. 
 

Uses of PanelComponentInfo in amber.server.application
 

Methods in amber.server.application that return PanelComponentInfo
 PanelComponentInfo ApplicationHandler.addComponent(ComponentHandler newComponent, int eventMask, int x, int y, int width, int height)
          Deprecated. This function is now replaced by add for consistency with standard Java.
 PanelComponentInfo ApplicationHandler.setUpComponent(ComponentHandler newComponent, int eventMask, int x, int y, int width, int height)
          Deprecated. This function is now replaced by add for consistency with standard Java.
 

Uses of PanelComponentInfo in amber.server.panel
 

Methods in amber.server.panel that return PanelComponentInfo
protected  PanelComponentInfo BasePanel.setUpComponent(ComponentHandler newComponent, int x, int y, int width, int height, java.lang.String className, java.lang.String parameters)
          This function takes the parameters and creates a PanelComponentInfo containing the information on the component.
protected  PanelComponentInfo BasePanel.addComponent(ComponentHandler newComponent, int x, int y, int width, int height, java.lang.String className, java.lang.String parameters, boolean redrawPanel)
          Deprecated. This function is now replaced by add() to make panels more like Java panels.
 PanelComponentInfo BasePanel.matchComponentToControl(ComponentHandler component)
          This function is used to match the component to the corresponding PanelComponentInfo.
 PanelComponentInfo BasePanel.getPanelComponent(int index)
          This function finds the control which is located at the specified location
 PanelComponentInfo BasePanel.getPanelComponentAt(java.awt.Point point)
          This function finds the control which is located at the specified location
 PanelComponentInfo BasePanel.getPanelComponentAt(int x, int y)
          This function finds the control which is located at the specified location
 PanelComponentInfo BasePanel.getPanelComponentAt(ComponentHandler source, java.awt.Point point)
          This function finds the control which is located at the specified location relative to the coordinate frame of the specified Component.
 PanelComponentInfo BasePanel.getPanelComponentAt(ComponentHandler source, int x, int y)
          This function finds the control which is located at the specified location relative to the coordinate frame of the specified Component.
 PanelComponentInfo ContainerHandler.getPanelComponentAt(java.awt.Point point)
          This function finds the control which is located at the specified location
 PanelComponentInfo ContainerHandler.getPanelComponentAt(int x, int y)
          This function finds the control which is located at the specified location
 PanelComponentInfo ContainerHandler.getPanelComponent(int index)
          This function finds the control which is located at the specified location
 

Methods in amber.server.panel with parameters of type PanelComponentInfo
 void BasePanel.buildComponent(PanelComponentInfo component)
          This function adds a specified component to the corresponding Remote Panel.
 void BasePanel.buildComponent(PanelComponentInfo component, boolean redrawPanel)
          This function adds a specified component to the corresponding Remote Panel.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.