|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--com.klg.jclass.beans.AbstractBeanEditor | +--com.klg.jclass.beans.AbstractListEditor | +--com.klg.jclass.field.beans.ListModelEditor
Inner classes inherited from class com.klg.jclass.beans.AbstractListEditor |
com.klg.jclass.beans.AbstractListEditor.Add,
com.klg.jclass.beans.AbstractListEditor.Remove |
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Field Summary | |
protected Class |
classType
|
static String |
LISTMODEL_HELP
|
protected ListModel |
model
|
Fields inherited from class com.klg.jclass.beans.AbstractListEditor |
list,
text |
Fields inherited from class com.klg.jclass.beans.AbstractBeanEditor |
editorString,
htmlPane,
support |
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 |
Constructor Summary | |
ListModelEditor(Class class_type)
|
Method Summary | |
String |
getJavaInitializationString()
Returns the code generation string. |
Object |
getValue()
Returns the value of the property. |
protected String |
getValueAsText()
Returns a text representation of the value. |
protected boolean |
hasListCellRenderer()
Determines if a custom list cell renderer is needed to display the list values in the list. |
protected Object |
parse(String text)
This method will convert the String value into an object. |
void |
setValue(Object o)
Sets the value of the property. |
Methods inherited from class com.klg.jclass.beans.AbstractListEditor |
getCellRenderer,
getEditorComponent,
getPreferredSize,
toArray |
Methods inherited from class com.klg.jclass.beans.AbstractBeanEditor |
addPropertyChangeListener,
getAsText,
getCustomEditor,
getTags,
isPaintable,
paintValue,
removePropertyChangeListener,
setAsText,
setHelpText,
setHTMLHelpText,
supportsCustomEditor |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setCursor,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final String LISTMODEL_HELP
protected ListModel model
protected Class classType
Constructor Detail |
public ListModelEditor(Class class_type)
Method Detail |
protected Object parse(String text)
protected boolean hasListCellRenderer()
public String getJavaInitializationString()
public Object getValue()
protected String getValueAsText()
public void setValue(Object o)
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |