org.relayirc.swingutil.propsheet
Class PropSheetEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--org.relayirc.swingutil.propsheet.PropSheetEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- Direct Known Subclasses:
- ComboEditor, PasswordEditor, TextEditor, TriggeredEditor
- public class PropSheetEditor
- extends java.beans.PropertyEditorSupport
Base class for property editors
- 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): No contributors to this file
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
- Author:
- David M. Johnson
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_isWritable
protected boolean _isWritable
_toolTipText
protected java.lang.String _toolTipText
PropSheetEditor
public PropSheetEditor()
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean iswritable)
getToolTipText
public java.lang.String getToolTipText()
setToolTipText
public void setToolTipText(java.lang.String text)