|
|||||||||||
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
javax.swing.JPanel
wt.clients.widgets.BaseEditor
wt.clients.csm.classification.ClassificationStructureEditor
This is an Editor for any Classification Structure. It can be in Embedded/Standalone mode.
Nested Class Summary |
Nested classes inherited from class wt.clients.widgets.BaseEditor |
|
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
static String |
CLASSIFICATION_RESOURCE
|
protected static ResourceBundle |
classificationResource
|
private ClassificationService |
service
|
private ClassificationStructDefaultView |
structure
|
Fields inherited from class wt.clients.widgets.BaseEditor |
BASE_RESOURCE, COMBOBOX_WIDTH, currentItem, editorDialog, resource, saveFailed, saveStatus, saveSuccess, statusBarHost, statusUpdate, updateStatus |
Fields inherited from class javax.swing.JPanel |
|
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.Container |
|
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 | |
ClassificationStructureEditor()
Construct a Classification Structure Editor |
Method Summary | |
protected void |
createButtonPanel()
|
protected void |
editorApply()
Implement this BaseEditor abstract method Throws ActionAbortedException |
String |
getTitle()
Implement this BaseEditor abstract method to return the dialog title |
protected void |
initResource()
Override this to set the container resource bundle |
protected void |
loadItem(Object obj)
Override this method the set and populate the main panel load the IBAHolder |
Methods inherited from class wt.clients.widgets.BaseEditor |
addEditorListener, broadcastUpdate, closeDialog, editorCancel, editorOk, getContext, getMainPanel, getStatusBarHost, isDirty, isEditable, popStatusMessage, pushStatusMessage, removeEditorListener, resetItem, setBusy, setDirty, setEditable, setMainPanel, setMeasurementSystem, setStatusBarHost, showAsModalEditorDialog, showAsModalEditorDialog, showAsModalEditorDialog, updateEditor |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.clients.widgets.EditorInterface |
addEditorListener, isEditable, removeEditorListener, setEditable, setStatusBarHost, showAsModalEditorDialog, updateEditor |
Field Detail |
public static final String CLASSIFICATION_RESOURCE
protected static ResourceBundle classificationResource
private ClassificationService service
private ClassificationStructDefaultView structure
Constructor Detail |
public ClassificationStructureEditor()
Method Detail |
protected void createButtonPanel()
createButtonPanel
in class BaseEditor
protected void initResource()
initResource
in class BaseEditor
public String getTitle()
getTitle
in class BaseEditor
protected void editorApply() throws ActionAbortedException
editorApply
in class BaseEditor
ActionAbortedException
protected void loadItem(Object obj)
loadItem
in class BaseEditor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |