Protege 3.4.6

edu.stanford.smi.protege.ui
Class ExportConfigurationPanel

java.lang.Object
  extended by edu.stanford.smi.protege.ui.ExportConfigurationPanel

public class ExportConfigurationPanel
extends Object


Constructor Summary
ExportConfigurationPanel(KnowledgeBase kb)
           
 
Method Summary
 JPanel getConfigPanel()
           
 Collection<Cls> getExportedClassesInPanel()
           
 File getExportedFile()
           
 Collection<Slot> getExportedSlots()
           
 String getExportMetadataText()
           
 Collection<Slot> getPossibleSlots()
           
 String getSlotDelimiter()
           
 String getSlotValuesDelimiter()
           
 boolean isExportBrowserTextEnabled()
           
 boolean isExportHeaderEnabled()
           
 boolean isExportMetadataEnabled()
           
 boolean isExportSuperclassEnabled()
           
 boolean isExportTypesEnabled()
           
protected  void onEditText()
           
 void setExportMetadata(String text)
           
 void setInitialExportClasses(Collection<Cls> initialExportClses)
          Give a chance to other parts of the code to set the intial classes that will show up in the exported classes list
 void setPossibleSlots(Collection<Slot> possibleSlots)
          Give a chance to other parts of the code to set the slots that will show up when clicking on the "Add Slot" button
 void setShowExportedClasses(boolean showExportClasses)
           
 void setShowExportSuperclasses(boolean showExportSuperclasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportConfigurationPanel

public ExportConfigurationPanel(KnowledgeBase kb)
Method Detail

getConfigPanel

public JPanel getConfigPanel()

onEditText

protected void onEditText()

isExportTypesEnabled

public boolean isExportTypesEnabled()

getExportedSlots

public Collection<Slot> getExportedSlots()

getExportedFile

public File getExportedFile()

isExportHeaderEnabled

public boolean isExportHeaderEnabled()

isExportBrowserTextEnabled

public boolean isExportBrowserTextEnabled()

isExportSuperclassEnabled

public boolean isExportSuperclassEnabled()

isExportMetadataEnabled

public boolean isExportMetadataEnabled()

getSlotDelimiter

public String getSlotDelimiter()

getSlotValuesDelimiter

public String getSlotValuesDelimiter()

getPossibleSlots

public Collection<Slot> getPossibleSlots()

setPossibleSlots

public void setPossibleSlots(Collection<Slot> possibleSlots)
Give a chance to other parts of the code to set the slots that will show up when clicking on the "Add Slot" button

Parameters:
possibleSlots -

setInitialExportClasses

public void setInitialExportClasses(Collection<Cls> initialExportClses)
Give a chance to other parts of the code to set the intial classes that will show up in the exported classes list

Parameters:
possibleSlots -

getExportedClassesInPanel

public Collection<Cls> getExportedClassesInPanel()

getExportMetadataText

public String getExportMetadataText()

setExportMetadata

public void setExportMetadata(String text)

setShowExportSuperclasses

public void setShowExportSuperclasses(boolean showExportSuperclasses)

setShowExportedClasses

public void setShowExportedClasses(boolean showExportClasses)

Protege 3.4.6

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2011 Stanford University.