com.sculley.jim.swjava
Class Configuration

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.Configuration

public class Configuration
extends CppPeer

Insert the type's description here. Creation date: (2/20/00 3:15:23 PM)


Constructor Summary
Configuration(long ptr)
          Configuration constructor comment.
 
Method Summary
 java.lang.String getAlternateName()
          Insert the method's description here.
 java.lang.String getComment()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 Component getRootComponent()
          Insert the method's description here.
 boolean hidesNewComponentModels()
          Insert the method's description here.
 boolean setAlternateName(java.lang.String name)
          Insert the method's description here.
 boolean setComment(java.lang.String comment)
          Insert the method's description here.
 boolean setHidesNewComponentModels(boolean hide)
          Insert the method's description here.
 boolean setName(java.lang.String name)
          Insert the method's description here.
 boolean setSuppressesNewComponentModels(boolean suppress)
          Insert the method's description here.
 boolean setSuppressesNewFeatures(boolean suppress)
          Insert the method's description here.
 boolean setUsesAlternateNameInBOM(boolean useAlternate)
          Insert the method's description here.
 boolean suppressesNewComponentModels()
          Insert the method's description here.
 boolean suppressesNewFeatures()
          Insert the method's description here.
 boolean usesAlternateNameInBOM()
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(long ptr)
              throws java.lang.IllegalArgumentException
Configuration constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

getAlternateName

public java.lang.String getAlternateName()
Insert the method's description here. Creation date: (2/20/00 3:17:48 PM)
Returns:
java.lang.String

getComment

public java.lang.String getComment()
Insert the method's description here. Creation date: (2/20/00 3:17:48 PM)
Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (2/20/00 3:17:48 PM)
Returns:
java.lang.String

getRootComponent

public Component getRootComponent()
Insert the method's description here. Creation date: (2/20/00 3:16:06 PM)
Returns:
com.sculley.jim.swjava.Component

hidesNewComponentModels

public boolean hidesNewComponentModels()
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Returns:
boolean

setAlternateName

public boolean setAlternateName(java.lang.String name)
Insert the method's description here. Creation date: (2/20/00 3:18:07 PM)
Parameters:
name - java.lang.String
Returns:
boolean

setComment

public boolean setComment(java.lang.String comment)
Insert the method's description here. Creation date: (2/20/00 3:18:07 PM)
Parameters:
comment - java.lang.String
Returns:
boolean

setHidesNewComponentModels

public boolean setHidesNewComponentModels(boolean hide)
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Parameters:
hide - boolean
Returns:
boolean

setName

public boolean setName(java.lang.String name)
Insert the method's description here. Creation date: (2/20/00 3:18:07 PM)
Parameters:
name - java.lang.String
Returns:
boolean

setSuppressesNewComponentModels

public boolean setSuppressesNewComponentModels(boolean suppress)
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Parameters:
suppress - boolean
Returns:
boolean

setSuppressesNewFeatures

public boolean setSuppressesNewFeatures(boolean suppress)
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Parameters:
suppress - boolean
Returns:
boolean

setUsesAlternateNameInBOM

public boolean setUsesAlternateNameInBOM(boolean useAlternate)
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Parameters:
useAlternate - boolean
Returns:
boolean

suppressesNewComponentModels

public boolean suppressesNewComponentModels()
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Returns:
boolean

suppressesNewFeatures

public boolean suppressesNewFeatures()
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Returns:
boolean

usesAlternateNameInBOM

public boolean usesAlternateNameInBOM()
Insert the method's description here. Creation date: (2/20/00 3:22:25 PM)
Returns:
boolean