com.japisoft.xmlpad.helper.model
Interface Descriptor

All Known Implementing Classes:
AbstractDescriptor

public interface Descriptor

Common interface for element descriptor

Author:
(c) 2003 JAPISOFT

Method Summary
 void dispose()
           
 java.lang.String getComment()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 java.lang.String getNameForHelper()
           
 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
 boolean isEnabled()
           
 boolean isRaw()
           
 java.lang.String toExternalForm()
          The final text added
 

Method Detail

toExternalForm

public java.lang.String toExternalForm()
The final text added


isRaw

public boolean isRaw()

isEnabled

public boolean isEnabled()

getName

public java.lang.String getName()

getNameForHelper

public java.lang.String getNameForHelper()

getComment

public java.lang.String getComment()

getIcon

public javax.swing.Icon getIcon()

getSource

public AbstractHelperHandler getSource()

dispose

public void dispose()

getType

public java.lang.String getType()
Descriptor type like entities ...


hasAutomaticNextHelper

public boolean hasAutomaticNextHelper()
When activating a secondary helper automatically, attribute enum value, the cursor market is used for that



Copyright © 2006 JAPISoft. All Rights Reserved.