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 ExplorerInfo
public abstract java.lang.String getExplorerCaption()
getExplorerCaption
in interface ExplorerInfo
public abstract javax.swing.Icon getExplorerIcon()
getExplorerIcon
in interface ExplorerInfo
public float getExplorerWeight(Element element)
getExplorerWeight
in interface ExplorerInfo
element
-