net.sf.sqs_xml.editor.base.modules.resource
Class EditorResource

java.lang.Object
  extended bynet.sf.sqs_xml.editor.base.modules.resource.EditorResource

public class EditorResource
extends java.lang.Object

Author:
hiroya

Field Summary
 java.awt.Color bgcolor
           
 javax.swing.border.Border border
           
 int height
           
 javax.swing.Icon icon
           
 boolean isDigestTextMode
           
 boolean isSelectable
           
 java.lang.Class nodeEditorClass
           
 java.lang.String title
           
 
Constructor Summary
EditorResource(java.lang.Class clazz, javax.swing.Icon icon, java.lang.String title, java.awt.Color bgcolor, int height, boolean isSelectable, boolean isDigestTextMode, javax.swing.border.Border border)
           
 
Method Summary
 java.lang.String getDigestText(org.w3c.dom.Node node)
           
 java.lang.String getName(org.w3c.dom.Node node)
           
 java.lang.String getName(org.w3c.dom.Node node, boolean isExpanded, boolean isLeaf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeEditorClass

public java.lang.Class nodeEditorClass

icon

public javax.swing.Icon icon

title

public java.lang.String title

bgcolor

public java.awt.Color bgcolor

height

public int height

isSelectable

public boolean isSelectable

isDigestTextMode

public boolean isDigestTextMode

border

public javax.swing.border.Border border
Constructor Detail

EditorResource

public EditorResource(java.lang.Class clazz,
                      javax.swing.Icon icon,
                      java.lang.String title,
                      java.awt.Color bgcolor,
                      int height,
                      boolean isSelectable,
                      boolean isDigestTextMode,
                      javax.swing.border.Border border)
Method Detail

getName

public java.lang.String getName(org.w3c.dom.Node node)

getName

public java.lang.String getName(org.w3c.dom.Node node,
                                boolean isExpanded,
                                boolean isLeaf)

getDigestText

public java.lang.String getDigestText(org.w3c.dom.Node node)