com.inline.feature.standard
Class SimpleRemoveFeatureActionDisplayProperties

java.lang.Object
  |
  +--com.inline.feature.ui.AbstractDisplayProperties
        |
        +--com.inline.feature.ui.AbstractMenuDisplayProperties
              |
              +--com.inline.feature.standard.SimpleRemoveFeatureActionDisplayProperties

public class SimpleRemoveFeatureActionDisplayProperties
extends AbstractMenuDisplayProperties
implements EditorDisplayProperties


Fields inherited from class com.inline.feature.ui.AbstractDisplayProperties
object
 
Constructor Summary
SimpleRemoveFeatureActionDisplayProperties(Feature feature)
           
 
Method Summary
 java.lang.Class getEditorClass()
          Returns the property editor class which should be a subclass of JComponent.
 java.lang.String getPath()
          This string defines the position of this menu item in the overall menu hierarchy.
 java.lang.String getTitle()
          Returns a user-friendly name
 
Methods inherited from class com.inline.feature.ui.AbstractMenuDisplayProperties
getIcon
 
Methods inherited from class com.inline.feature.ui.AbstractDisplayProperties
compareTo, getGroupTitle, getObject, getTypeTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRemoveFeatureActionDisplayProperties

public SimpleRemoveFeatureActionDisplayProperties(Feature feature)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: DisplayProperties
Returns a user-friendly name

getPath

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

getEditorClass

public java.lang.Class getEditorClass()
Description copied from interface: EditorDisplayProperties
Returns the property editor class which should be a subclass of JComponent. The UI using this component should maintain one instance for each editor class.
Specified by:
getEditorClass in interface EditorDisplayProperties