public abstract class AbstractExplorerInfo extends java.lang.Object implements ExplorerInfo
| Constructor and Description |
|---|
AbstractExplorerInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getExplorerCaption()
Returns caption.
|
abstract javax.swing.Icon |
getExplorerIcon()
Returns icon.
|
abstract java.lang.Class |
getExplorerType()
Returns type.
|
float |
getExplorerWeight(Element element)
Returns weight.
|
float |
getExplorerWeigth(Element element,
Context context)
Returns weight.
|
public abstract java.lang.Class getExplorerType()
getExplorerType in interface ExplorerInfopublic abstract java.lang.String getExplorerCaption()
getExplorerCaption in interface ExplorerInfopublic abstract javax.swing.Icon getExplorerIcon()
getExplorerIcon in interface ExplorerInfopublic float getExplorerWeight(Element element)
getExplorerWeight in interface ExplorerInfoelement -