com.japisoft.xmlpad.helper.model
Class AbstractDescriptor

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.model.AbstractDescriptor
All Implemented Interfaces:
Descriptor
Direct Known Subclasses:
AttDescriptor, AttValueDescriptor, EntityDescriptor, TagDescriptor

public abstract class AbstractDescriptor
extends java.lang.Object
implements Descriptor


Field Summary
protected  java.lang.String addedPart
           
protected  java.lang.String type
           
 
Constructor Summary
AbstractDescriptor()
           
 
Method Summary
 void dispose()
           
 java.lang.String getComment()
           
 javax.swing.Icon getIcon()
           
 AbstractHelperHandler getSource()
           
 java.lang.String getType()
          Descriptor type like entities ...
 boolean hasAutomaticNextHelper()
          When activating a secondary helper automatically, attribute enum value, the cursor market is used for that
 void setAddedPart(java.lang.String added)
           
 void setAutomaticNextHelper(boolean next)
           
 void setComment(java.lang.String comment)
           
 void setIcon(javax.swing.Icon icon)
           
 void setSource(AbstractHelperHandler source)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.japisoft.xmlpad.helper.model.Descriptor
getName, getNameForHelper, isEnabled, isRaw, toExternalForm
 

Field Detail

addedPart

protected java.lang.String addedPart

type

protected java.lang.String type
Constructor Detail

AbstractDescriptor

public AbstractDescriptor()
Method Detail

setComment

public void setComment(java.lang.String comment)

getComment

public java.lang.String getComment()
Specified by:
getComment in interface Descriptor

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface Descriptor

setIcon

public void setIcon(javax.swing.Icon icon)

setAddedPart

public void setAddedPart(java.lang.String added)

setSource

public void setSource(AbstractHelperHandler source)

getSource

public AbstractHelperHandler getSource()
Specified by:
getSource in interface Descriptor

dispose

public void dispose()
Specified by:
dispose in interface Descriptor

setAutomaticNextHelper

public void setAutomaticNextHelper(boolean next)

hasAutomaticNextHelper

public boolean hasAutomaticNextHelper()
Description copied from interface: Descriptor
When activating a secondary helper automatically, attribute enum value, the cursor market is used for that

Specified by:
hasAutomaticNextHelper in interface Descriptor

setType

public void setType(java.lang.String type)

getType

public java.lang.String getType()
Description copied from interface: Descriptor
Descriptor type like entities ...

Specified by:
getType in interface Descriptor


Copyright © 2006 JAPISoft. All Rights Reserved.