Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface OME.ViewLink


public abstract interface ViewLink
extends OMELink
ViewLink encapsulates links within views. Links are between two elements and have an optional name. Links to other links are not currently supported.


Method Summary
ViewLink createClone()
          Returns a clone of this element.
boolean isHidden()
          Returns whether this link is hidden.
void setHidden(boolean hide)
          Sets whether this link is hidden.
 

Method Detail

createClone

public ViewLink createClone()
Returns a clone of this element. This is a reasonable clone, rather than a bitwise one. by default it will be hidden, and it's links nullified.

isHidden

public boolean isHidden()
Returns whether this link is hidden.

setHidden

public void setHidden(boolean hide)
Sets whether this link is hidden.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD