Package nl.tailormap.viewer.components
Class ViewerComponent
- java.lang.Object
-
- nl.tailormap.viewer.components.ViewerComponent
-
- All Implemented Interfaces:
Comparable<ViewerComponent>
public class ViewerComponent extends Object implements Comparable<ViewerComponent>
- Author:
- Matthijs Laan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ViewerComponent o)StringgetClassName()File[]getConfigSources()StringgetGroup()org.json.JSONObjectgetMetadata()StringgetPath()File[]getSources()voidsetGroup(String group)
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
getMetadata
public org.json.JSONObject getMetadata()
-
getPath
public String getPath()
-
getSources
public File[] getSources()
-
getConfigSources
public File[] getConfigSources()
-
getGroup
public String getGroup()
-
setGroup
public void setGroup(String group)
-
compareTo
public int compareTo(ViewerComponent o)
- Specified by:
compareToin interfaceComparable<ViewerComponent>
-
-