com.levigo.jadice.document
Interface Item

All Superinterfaces:
PropertiesProvider
All Known Subinterfaces:
Document, Folder, UIDocument<C>
All Known Implementing Classes:
AbstractDocument, BasicDocument, SwingUIDocument

public interface Item
extends PropertiesProvider

An item represents an abstract entity providing just name and (by implementing PropertiesProvider) user properties.


Method Summary
 String getName()
          Gets the item's name.
 
Methods inherited from interface com.levigo.jadice.document.util.PropertiesProvider
getProperties
 

Method Detail

getName

String getName()
Gets the item's name.

Returns:
Returns a String


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.