Class symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper
- public class ClassPropertyEditorHelper
- extends JPanel
Class which does all the work for specifying derivation/validation
implementor class property
- Version:
- 1.0 07/24/98
- Author:
- Puru Balakrishnan
-
symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper()
-
-
symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper(int, int, int)
- Constructor
Used by customizer
-
symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper(PropertyEditor, int, int, int)
-
-
addPropertyChangeListener(PropertyChangeListener)
-
-
getClazz()
-
-
getMinimumSize()
- get the minimum size
-
getPreferredSize()
- get the preferred size
-
getRuleClassType()
- method to return the ruleClassType
-
main(String[])
-
-
removePropertyChangeListener(PropertyChangeListener)
-
-
setClazz(Class)
-
-
showCurrentSelection(Object)
- Method to show the current selection
ClassPropertyEditorHelper
protected ClassPropertyEditorHelper()
ClassPropertyEditorHelper
protected ClassPropertyEditorHelper(int type,
int width,
int height)
- Constructor
Used by customizer
ClassPropertyEditorHelper
public ClassPropertyEditorHelper(PropertyEditor editor,
int type,
int width,
int height)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
- Overrides:
- addPropertyChangeListener in class JComponent
getClazz
public java.lang.Class getClazz()
getMinimumSize
public java.awt.Dimension getMinimumSize()
- get the minimum size
- Returns:
- Dimension
- Overrides:
- getMinimumSize in class JComponent
getPreferredSize
public java.awt.Dimension getPreferredSize()
- get the preferred size
- Returns:
- Dimension
- Overrides:
- getPreferredSize in class JComponent
getRuleClassType
public int getRuleClassType()
- method to return the ruleClassType
- Returns:
- int
main
public static void main(String[] args)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
- Overrides:
- removePropertyChangeListener in class JComponent
setClazz
public void setClazz(Class newClazz)
showCurrentSelection
public void showCurrentSelection(Object val)
- Method to show the current selection
All Packages Class Hierarchy This Package Previous Next Index