org.w3c.rdfpic.ui
Class DCSubjectCboxMaker

java.lang.Object
  |
  +--org.w3c.rdfpic.ui.DCSubjectCboxMaker

public class DCSubjectCboxMaker
extends java.lang.Object
implements CboxMaker

This is a special purpose class to provide functionality for the Subject field of the DC schema.


Constructor Summary
DCSubjectCboxMaker()
           
 
Method Summary
 javax.swing.JComboBox newCbox(java.lang.String predName)
          Called by a SchemaTabbedPane upon encountering a field starting with an underscore in a schema with the builtin bit enabled.
 void newFileLoaded()
          Called by a SchemaTabbedPane whenever a new image file is (successfully) loaded.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DCSubjectCboxMaker

public DCSubjectCboxMaker()
Method Detail

newCbox

public javax.swing.JComboBox newCbox(java.lang.String predName)
Description copied from interface: CboxMaker
Called by a SchemaTabbedPane upon encountering a field starting with an underscore in a schema with the builtin bit enabled.
Specified by:
newCbox in interface CboxMaker

newFileLoaded

public void newFileLoaded()
Description copied from interface: CboxMaker
Called by a SchemaTabbedPane whenever a new image file is (successfully) loaded. It is not necessary to reset any JComboBoxes made, as setSelectedItem(null) will be called on them if necessary.
Specified by:
newFileLoaded in interface CboxMaker