org.archiviststoolkit.swing.jTreeDnD
Interface treeDnDSequencedObject
- All Known Implementing Classes: 
- DigitalObjects, Resources, ResourcesCommon, ResourcesComponents
- public interface treeDnDSequencedObject 
Archivists' Toolkit(TM) Copyright © 2005-2007 Regents of the University of California, New York University, & Five Colleges, Inc.
 All rights reserved.
 
 This software is free. You can redistribute it and / or modify it under the terms of the Educational Community License (ECL)
 version 1.0 (http://www.opensource.org/licenses/ecl1.php)
 
 This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ECL license for more details about permissions and limitations.
 
 
 Archivists' Toolkit(TM)
 http://www.archiviststoolkit.org
 info@archiviststoolkit.org
 
 Created by IntelliJ IDEA.
 User: Nathan Stevens
 Date: Aug 14, 2008
 Time: 10:05:46 AM
 To change this template use File | Settings | File Templates.
 
getParentObject
treeDnDSequencedObject getParentObject()
- 
 
setParentObject
void setParentObject(treeDnDSequencedObject parent)
- 
 
addChild
void addChild(treeDnDSequencedObject child)
- 
 
removeChild
void removeChild(treeDnDSequencedObject child)
                 throws ObjectNotRemovedException
- 
- Throws:
- ObjectNotRemovedException
 
getChildren
java.util.Set getChildren()
- 
 
getSequenceNumber
java.lang.Integer getSequenceNumber()
- 
 
setSequenceNumber
void setSequenceNumber(java.lang.Integer sequenceNumber)
-