datechooser.beans.editor.descriptor
Class BorderDescriptor

java.lang.Object
  extended by datechooser.beans.editor.descriptor.ClassDescriptor
      extended by datechooser.beans.editor.descriptor.BorderDescriptor

public class BorderDescriptor
extends ClassDescriptor

Since:
1.0
Author:
Androsov Vadim
See Also:
DescriptionManager, ClassDescriptor, BorderFactory

Field Summary
 
Fields inherited from class datechooser.beans.editor.descriptor.ClassDescriptor
NEW_LINE_SEPARATOR, ONE_LINE_SEPARATOR
 
Constructor Summary
BorderDescriptor()
           
 
Method Summary
 java.lang.Class getDescriptedClass()
          Class of descripting object.
 java.lang.String getDescription(java.lang.Object value)
          Describes object for output.
 java.lang.String getJavaDescription(java.lang.Object value)
          Java initialization code.
 java.lang.String getJavaName(java.lang.Object value)
           
 
Methods inherited from class datechooser.beans.editor.descriptor.ClassDescriptor
canProcessNull, getClassName, getDescription, getSeparator, isNewLineParameters, setNewLineParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderDescriptor

public BorderDescriptor()
Method Detail

getDescriptedClass

public java.lang.Class getDescriptedClass()
Description copied from class: ClassDescriptor
Class of descripting object.
Класс описываемого объекта.

Specified by:
getDescriptedClass in class ClassDescriptor

getJavaDescription

public java.lang.String getJavaDescription(java.lang.Object value)
Description copied from class: ClassDescriptor
Java initialization code.
Возвращает код инициализации на Java.

Specified by:
getJavaDescription in class ClassDescriptor

getDescription

public java.lang.String getDescription(java.lang.Object value)
Description copied from class: ClassDescriptor
Describes object for output.
Возвращает описание объекта для вывода на экран.

Specified by:
getDescription in class ClassDescriptor
See Also:
ClassDescriptor.getDescription(Object, Locale)

getJavaName

public java.lang.String getJavaName(java.lang.Object value)