All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----sunw.demo.test.BridgeTester
public BridgeTester()
public Dimension getPreferredSize()
public Dimension preferredSize()
public void setIntValue(int newValue) throws PropertyVetoExceptiongetIntValue
public int getIntValue()setDoubleValue
public void setDoubleValue(double newValue)getDoubleValue
public double getDoubleValue()setShortValue
public void setShortValue(short newValue)getShortValue
public short getShortValue()setFloatValue
public void setFloatValue(float newValue)getFloatValue
public float getFloatValue()setCharValue
public void setCharValue(char newValue)getCharValue
public char getCharValue()setByteValue
public void setByteValue(byte newValue)setByteValue
public void setByteValue(int newValue)getByteValue
public byte getByteValue()setLongValue
public void setLongValue(long newValue)getLongValue
public long getLongValue()isBooleanValue
public boolean isBooleanValue()setBooleanValue
public void setBooleanValue(boolean newValue)getStringValue
public String getStringValue()setStringValue
public void setStringValue(String newValue)getIntArray
public int[] getIntArray()setIntArray
public void setIntArray(int newIntArray[])setIntArrayWithIndex
public void setIntArrayWithIndex(int index, int value)getIntArrayWithIndex
public int getIntArrayWithIndex(int index)getDoubleArray
public double[] getDoubleArray()setDoubleArray
public void setDoubleArray(double newDoubleArray[])setDoubleArrayWithIndex
public void setDoubleArrayWithIndex(int index, double value)getDoubleArrayWithIndex
public double getDoubleArrayWithIndex(int index)getStringArray
public String[] getStringArray()setStringArray
public void setStringArray(String newStringArray[])setStringArrayWithIndex
public void setStringArrayWithIndex(int index, String value)getStringArrayWithIndex
public String getStringArrayWithIndex(int index)getByteArray
public byte[] getByteArray()setByteArray
public void setByteArray(byte newByteArray[])setByteArrayWithIndex
public void setByteArrayWithIndex(int index, byte value)getByteArrayWithIndex
public byte getByteArrayWithIndex(int index)getFloatArray
public float[] getFloatArray()setFloatArray
public void setFloatArray(float newFloatArray[])setFloatArrayWithIndex
public void setFloatArrayWithIndex(int index, float value)getFloatArrayWithIndex
public float getFloatArrayWithIndex(int index)getCharArray
public char[] getCharArray()setCharArray
public void setCharArray(char newCharArray[])setCharArrayWithIndex
public void setCharArrayWithIndex(int index, char value)getCharArrayWithIndex
public char getCharArrayWithIndex(int index)getBooleanArray
public boolean[] getBooleanArray()setBooleanArray
public void setBooleanArray(boolean newBooleanArray[])setBooleanArrayWithIndex
public void setBooleanArrayWithIndex(int index, boolean value)getBooleanArrayWithIndex
public boolean getBooleanArrayWithIndex(int index)getShortArray
public short[] getShortArray()setShortArray
public void setShortArray(short newShortArray[])setShortArrayWithIndex
public void setShortArrayWithIndex(int index, short value)getShortArrayWithIndex
public short getShortArrayWithIndex(int index)printObjectInField
public void printObjectInField(Object o)addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
public void addVetoableChangeListener(VetoableChangeListener l)removeVetoableChangeListener
public void removeVetoableChangeListener(VetoableChangeListener l)addBridgeTesterListener
public synchronized void addBridgeTesterListener(BridgeTesterListener l)removeBridgeTesterListener
public synchronized void removeBridgeTesterListener(BridgeTesterListener l)getActionListener
public ActionListener getActionListener()actionPerformed
public void actionPerformed(ActionEvent e)keyPressed
public void keyPressed(KeyEvent e)keyTyped
public void keyTyped(KeyEvent e)keyReleased
public void keyReleased(KeyEvent e)mousePressed
public void mousePressed(MouseEvent e)mouseClicked
public void mouseClicked(MouseEvent e)mouseEntered
public void mouseEntered(MouseEvent e)mouseExited
public void mouseExited(MouseEvent e)mouseReleased
public void mouseReleased(MouseEvent e)
All Packages Class Hierarchy This Package Previous Next Index