com.swfm.mica.mpoints
Class MiConnectionPointManager

java.lang.Object
  extended bycom.swfm.mica.renderers.MiPartRenderer
      extended bycom.swfm.mica.mpoints.MiManagedPointManager
          extended bycom.swfm.mica.mpoints.MiConnectionPointManager
All Implemented Interfaces:
MiiNames, MiiPartRenderer, MiiTypes

public class MiConnectionPointManager
extends MiManagedPointManager

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
static java.lang.String Mi_CONNECTION_POINT_STATUS_HELP_MSG
           
       
Constructor Summary
MiConnectionPointManager()
           
 
Method Summary
 MiManagedPointManager copy()
           
static MiPart getGlobalLook()
           
static MiConnectionPointRule getGlobalRule()
           
 MiPart getLook()
           
 MiPart getLook(MiManagedPoint point)
           
 MiManagedPointManager getManager(MiPart part)
           
 MiiManagedPointRule getRule()
           
 MiConnectionPointRule getRule(MiManagedPoint point)
           
static boolean isGloballyHidden()
           
static boolean isGloballyVisible()
           
 boolean isHidden()
           
 boolean isVisible()
           
static void setGlobalLook(MiPart look)
           
static void setGloballyHidden(boolean flag)
           
static void setGloballyVisible(boolean flag)
           
static void setGlobalRule(MiConnectionPointRule rule)
           
 
Methods inherited from class com.swfm.mica.mpoints.MiManagedPointManager
appendManagedPoint, appendManagedPoint, copy, getBounds, getClosestCommonPoint, getClosestManagedPoint, getClosestManagedPointIncludingAllParts, getCustomManagedPoint, getDefaultManagedPoint, getLocalLook, getLocalPoints, getLocalRule, getLocationOfCommonPoint, getLocationOfDefaultManagedPoint, getLocationOfDefaultManagedPointIncludingParts, getLocationOfManagedPoint, getManagedPoint, getManagedPoint, getManagedPoints, getManagedPointsDebugString, getManager, getStyledLookName, getStyledLooks, isEnabled, isLocallyAlwaysVisible, isLocallyHidden, isLocallyVisible, isMutable, makeStyledLook, pick, pickDeepList, pickPart, removeManagedPoint, render, setEnabled, setIsMutable, setLocalLook, setLocallyAlwaysVisible, setLocallyHidden, setLocallyVisible, setLocalPoints, setLocalRule, setManagedPoints, setManager, toString
 
Methods inherited from class com.swfm.mica.renderers.MiPartRenderer
getAttributes, getEnabled, setAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Mi_CONNECTION_POINT_STATUS_HELP_MSG

public static java.lang.String Mi_CONNECTION_POINT_STATUS_HELP_MSG
Constructor Detail

MiConnectionPointManager

public MiConnectionPointManager()
Method Detail

setGlobalLook

public static void setGlobalLook(MiPart look)

getGlobalLook

public static MiPart getGlobalLook()

setGlobalRule

public static void setGlobalRule(MiConnectionPointRule rule)

getGlobalRule

public static MiConnectionPointRule getGlobalRule()

setGloballyVisible

public static void setGloballyVisible(boolean flag)

isGloballyVisible

public static boolean isGloballyVisible()

setGloballyHidden

public static void setGloballyHidden(boolean flag)

isGloballyHidden

public static boolean isGloballyHidden()

isVisible

public boolean isVisible()
Specified by:
isVisible in class MiManagedPointManager

isHidden

public boolean isHidden()
Specified by:
isHidden in class MiManagedPointManager

getLook

public MiPart getLook()
Specified by:
getLook in class MiManagedPointManager

getLook

public MiPart getLook(MiManagedPoint point)

getRule

public MiiManagedPointRule getRule()
Specified by:
getRule in class MiManagedPointManager

getRule

public MiConnectionPointRule getRule(MiManagedPoint point)

getManager

public MiManagedPointManager getManager(MiPart part)
Specified by:
getManager in class MiManagedPointManager

copy

public MiManagedPointManager copy()
Specified by:
copy in class MiManagedPointManager