|
S-PLUS Connect/Java v1.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.insightful.controls.SplusInvisibleControl
public class SplusInvisibleControl
Control implementing SplusControlMethods that has no visible control. Typically this stores a values used in a function call that is constructed based on the actions in other controls.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
SplusInvisibleControl(String value)
Create the control storing the specified value. |
Method Summary | |
---|---|
int |
getMnemonic()
Required method for SplusControlMethods interface. |
String[] |
getOptionList()
Required method for SplusControlMethods interface. |
String |
getText()
Required method for SplusControlMethods interface. |
String |
getValue()
Get the stored value. |
boolean |
isEnabled()
Required method for SplusControlMethods interface. |
void |
setEnabled(boolean b)
Required method for SplusControlMethods interface. |
void |
setMnemonic(char aChar)
Required method for SplusControlMethods interface. |
void |
setMnemonic(int key)
Required method for SplusControlMethods interface. |
void |
setOptionList(String[] listData)
Required method for SplusControlMethods interface. |
void |
setText(String text)
Required method for SplusControlMethods interface. |
void |
setValue(String value)
Set the stored value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SplusInvisibleControl(String value)
value
- Value to store.Method Detail |
---|
public String getValue()
getValue
in interface SplusControlMethods
public void setValue(String value)
setValue
in interface SplusControlMethods
value
- Value to store.public String[] getOptionList()
getOptionList
in interface SplusControlMethods
public void setOptionList(String[] listData)
setOptionList
in interface SplusControlMethods
listData
- String array of option list values.public String getText()
getText
in interface SplusControlMethods
public void setText(String text)
setText
in interface SplusControlMethods
text
- Label for control.public int getMnemonic()
getMnemonic
in interface SplusControlMethods
public void setMnemonic(char aChar)
setMnemonic
in interface SplusControlMethods
aChar
- mnemonic char.public void setMnemonic(int key)
setMnemonic
in interface SplusControlMethods
key
- mnemonic code.public boolean isEnabled()
isEnabled
in interface SplusControlMethods
isEnabled
in class Component
public void setEnabled(boolean b)
setEnabled
in interface SplusControlMethods
setEnabled
in class JComponent
b
-
|
S-PLUS Connect/Java v1.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |