All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.demo.quote.PropertyPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----sunw.demo.quote.PropertyPanel

public class PropertyPanel
extends Panel

Method Index

 o addPropertyActionListener(String, ActionListener)
 o appendButton(Button)
 o appendProperty(String)
 o appendProperty(String, String)
 o getPropertyValue(String)
 o isPropertyEditable(String)
 o removeButton(Button)
 o removePropertyActionListener(String, ActionListener)
 o setBackground(Color)
 o setFont(Font)
 o setForeground(Color)
 o setPropertyEditable(String, boolean)
 o setPropertyValue(String, String)

Methods

 o appendProperty
 public void appendProperty(String name,
                            String value)
 o setFont
 public void setFont(Font x)
Overrides:
setFont in class Component
 o setForeground
 public void setForeground(Color x)
Overrides:
setForeground in class Component
 o setBackground
 public void setBackground(Color x)
Overrides:
setBackground in class Component
 o appendProperty
 public void appendProperty(String name)
 o appendButton
 public void appendButton(Button x)
 o removeButton
 public void removeButton(Button x)
 o setPropertyValue
 public void setPropertyValue(String name,
                              String value)
 o getPropertyValue
 public String getPropertyValue(String name)
 o isPropertyEditable
 public boolean isPropertyEditable(String name)
 o setPropertyEditable
 public void setPropertyEditable(String name,
                                 boolean x)
 o addPropertyActionListener
 public void addPropertyActionListener(String name,
                                       ActionListener l)
 o removePropertyActionListener
 public void removePropertyActionListener(String name,
                                          ActionListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index