org.relayirc.swingutil.propsheet.editors
Class TriggeredListSelectionEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.relayirc.swingutil.propsheet.PropSheetEditor
              |
              +--org.relayirc.swingutil.propsheet.editors.TriggeredEditor
                    |
                    +--org.relayirc.swingutil.propsheet.editors.TriggeredListSelectionEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TriggeredListSelectionEditor
extends TriggeredEditor

Editor wih a trigger button that launches a simple list selection dialog.

Version:
$Revision: 1.1.2.4 $

The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Original Code:Relay IRC Chat Engine
Initial Developer: David M. Johnson
Contributor(s):HAHT Commerce, Inc.
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
Author:
David M Johnson

Fields inherited from class org.relayirc.swingutil.propsheet.PropSheetEditor
_isWritable, _toolTipText
 
Constructor Summary
TriggeredListSelectionEditor(java.awt.Frame parent, java.util.Vector allValues)
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String str)
           
 void triggered()
           
 
Methods inherited from class org.relayirc.swingutil.propsheet.editors.TriggeredEditor
getButton, getCustomEditor, isPaintable, paintValue
 
Methods inherited from class org.relayirc.swingutil.propsheet.PropSheetEditor
getToolTipText, isWritable, setToolTipText, setWritable
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggeredListSelectionEditor

public TriggeredListSelectionEditor(java.awt.Frame parent,
                                    java.util.Vector allValues)
Method Detail

triggered

public void triggered()
Overrides:
triggered in class TriggeredEditor

setAsText

public void setAsText(java.lang.String str)
Overrides:
setAsText in class java.beans.PropertyEditorSupport

getAsText

public java.lang.String getAsText()
Overrides:
getAsText in class java.beans.PropertyEditorSupport