HEADER

biouml.editor
Class SearchOptions

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--biouml.editor.SearchOptions

public class SearchOptions
extends Option


Field Summary
 final static intDEFAULT_DEPTH
           
 final static StringDIRECTION_PROPERTY
           
 final static StringIDENTIFIER_PROPERTY
           

Constructor Summary
SearchOptions(Module module)
           

Method Summary
 DataElementgetDataElement()
           
 intgetDepth()
           
 StringgetDiagramName()
           
 IntegergetDiagramType()
           
 Class[]getDiagramTypes()
           
 intgetDirection()
           
 IntegergetGraphLayout()
           
 GraphLayoutgetGraphLayoutAlg()
           
 GraphLayout[]getGraphLayouts()
           
 IntegergetIdentifier()
           
 String[]getIdentifiers()
           
 StringgetIdentifierStr()
           
 IntegergetNodeType()
           
 Class[]getNodeTypes()
           
 voidsetDepth(int depth)
           
 voidsetDiagramName(String diagramName)
           
 voidsetDiagramType(Integer diagramType)
           
 voidsetDiagramTypes(Class[] diagramTypes)
           
 voidsetDirection(int direction)
           
 voidsetGraphLayout(Integer graphLayout)
           
 voidsetIdentifier(Integer identifier)
           
 voidsetIdentifiers(String[] identifiers)
           
 voidsetNodeType(Integer nodeType)
           
 voidsetNodeTypes(Class[] nodeTypes)
           

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Field Detail

DEFAULT_DEPTH

public final static int DEFAULT_DEPTH

DIRECTION_PROPERTY

public final static String DIRECTION_PROPERTY

IDENTIFIER_PROPERTY

public final static String IDENTIFIER_PROPERTY
Constructor Detail

SearchOptions

public SearchOptions(Module module)
Method Detail

getDataElement

public DataElement getDataElement()

getDepth

public int getDepth()

getDiagramName

public String getDiagramName()

getDiagramType

public Integer getDiagramType()

getDiagramTypes

public Class[] getDiagramTypes()

getDirection

public int getDirection()

getGraphLayout

public Integer getGraphLayout()

getGraphLayoutAlg

public GraphLayout getGraphLayoutAlg()

getGraphLayouts

public GraphLayout[] getGraphLayouts()

getIdentifier

public Integer getIdentifier()

getIdentifiers

public String[] getIdentifiers()

getIdentifierStr

public String getIdentifierStr()

getNodeType

public Integer getNodeType()

getNodeTypes

public Class[] getNodeTypes()

setDepth

public void setDepth(int depth)

setDiagramName

public void setDiagramName(String diagramName)

setDiagramType

public void setDiagramType(Integer diagramType)

setDiagramTypes

public void setDiagramTypes(Class[] diagramTypes)

setDirection

public void setDirection(int direction)

setGraphLayout

public void setGraphLayout(Integer graphLayout)

setIdentifier

public void setIdentifier(Integer identifier)

setIdentifiers

public void setIdentifiers(String[] identifiers)

setNodeType

public void setNodeType(Integer nodeType)

setNodeTypes

public void setNodeTypes(Class[] nodeTypes)

Association Links

to Class java.lang.String

to Class java.lang.String

to Class org.apache.log4j.Category

to Class biouml.model.Module

to Class java.lang.String

to Class java.lang.Class

to Class java.lang.Class

to Class java.lang.String

to Class biouml.editor.graphlayout.GraphLayout


FOOTER

BOTTOM