| java.lang.Object org.netbeans.modules.vmd.midp.components.MidpDocumentSupport
MidpDocumentSupport | final public class MidpDocumentSupport (Code) | | author: David Kaspar |
Method Summary | |
public static void | addEventSource(DesignComponent component, String propertyName, DesignComponent eventSource) | public static DesignComponent | attachCommandToDisplayable(DesignComponent displayable, DesignComponent command) | public static DesignComponent | attachCommandToItem(DesignComponent item, DesignComponent command) | public static String | createDisplayNameFromTypeID(TypeID type) | public static Collection<DesignComponent> | getAvailableCommandsForComponent(DesignComponent component) | public static DesignComponent | getCategoryComponent(DesignDocument document, TypeID categoryType) | public static DesignComponent | getCommandListener(DesignDocument document, TypeID listenerType) | public static int | getMidpVersion(DesignDocument document) | public static DesignComponent | getSingletonCommand(DesignDocument document, TypeID typeID) | public static boolean | isCreatableEventHandlerTo(DesignComponent targetComponent) | public static DesignComponent | updateEventHandlerFromTarget(DesignComponent eventSource, DesignComponent targetComponent) | public static void | updateEventHandlerWithAlert(DesignComponent eventHandler, DesignComponent alert) | public static DesignComponent | updateEventHandlerWithNew(DesignComponent eventSource, DesignComponent newEventHandler) | public static void | updateSwitchDisplayableEventHandler(DesignComponent eventHandler, DesignComponent alert, DesignComponent displayable) |
PROJECT_TYPE_MIDP | final public static String PROJECT_TYPE_MIDP(Code) | | |
createDisplayNameFromTypeID | public static String createDisplayNameFromTypeID(TypeID type)(Code) | | |
isCreatableEventHandlerTo | public static boolean isCreatableEventHandlerTo(DesignComponent targetComponent)(Code) | | |
|
|