Protege 3.3.1

edu.stanford.smi.protegex.queries_tab
Class ExportConfigurationPanel

java.lang.Object
  extended by edu.stanford.smi.protegex.queries_tab.ExportConfigurationPanel

public class ExportConfigurationPanel
extends Object


Field Summary
static String DEFAULT_SLOT_VALUES_DELIMITER
           
static String DEFAULT_SLOTS_DELIMITER
           
static String EXPORT_FILE_EXTENSION
           
static String EXPORT_FILE_PREFIX
           
 
Constructor Summary
ExportConfigurationPanel(KnowledgeBase kb)
           
 
Method Summary
 JPanel getConfigPanel()
           
 File getExportedFile()
           
 Collection<Slot> getExportedSlots()
           
 String getSlotDelimiter()
           
 String getSlotValuesDelimiter()
           
 boolean isExportHeaderEnabled()
           
 boolean isExportTypesEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_FILE_PREFIX

public static final String EXPORT_FILE_PREFIX
See Also:
Constant Field Values

EXPORT_FILE_EXTENSION

public static final String EXPORT_FILE_EXTENSION
See Also:
Constant Field Values

DEFAULT_SLOT_VALUES_DELIMITER

public static final String DEFAULT_SLOT_VALUES_DELIMITER
See Also:
Constant Field Values

DEFAULT_SLOTS_DELIMITER

public static final String DEFAULT_SLOTS_DELIMITER
See Also:
Constant Field Values
Constructor Detail

ExportConfigurationPanel

public ExportConfigurationPanel(KnowledgeBase kb)
Method Detail

getConfigPanel

public JPanel getConfigPanel()

isExportTypesEnabled

public boolean isExportTypesEnabled()

getExportedSlots

public Collection<Slot> getExportedSlots()

getExportedFile

public File getExportedFile()

isExportHeaderEnabled

public boolean isExportHeaderEnabled()

getSlotDelimiter

public String getSlotDelimiter()

getSlotValuesDelimiter

public String getSlotValuesDelimiter()

Protege 3.3.1

Submit a bug report or feature request