com.inline.feature.ui
Interface MenuDisplayProperties

All Known Implementing Classes:
AbstractMenuDisplayProperties

public interface MenuDisplayProperties
extends DisplayProperties

DisplayProperties for a menu item.


Method Summary
 javax.swing.Icon getIcon()
           
 java.lang.String getPath()
          This string defines the position of this menu item in the overall menu hierarchy.
 
Methods inherited from interface com.inline.feature.ui.DisplayProperties
compareTo, getTitle, getTypeTitle
 

Method Detail

getIcon

public javax.swing.Icon getIcon()

getPath

public java.lang.String getPath()
This string defines the position of this menu item in the overall menu hierarchy. Example: "file.new"