|
|||||||||||
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.ClassificationNodeEditor
This is an Editor for any Classification Node
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 static String |
CONSTRAINT_PARAM
|
static String |
CONTAINER_RESOURCE
|
protected static ResourceBundle |
containerResource
|
private static boolean |
debug
|
private String |
measurementSystem
|
protected ClassificationNodeDefaultView |
node
|
private ClassificationService |
service
|
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 | |
ClassificationNodeEditor()
Construct a Classification Node Editor |
Method Summary | |
protected void |
editorApply()
Implement this BaseEditor abstract method Throws ActionAbortedException |
private ClassificationNodeDefaultView |
getDefaultViewObject(Object obj)
|
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)
|
protected void |
resetItem()
Override this method the set and populate the main panel load the IBAHolder |
void |
setMeasurementSystem(String measurementSystem)
|
boolean |
updateEditor(Object obj,
boolean editable)
|
Methods inherited from class wt.clients.widgets.BaseEditor |
addEditorListener, broadcastUpdate, closeDialog, createButtonPanel, editorCancel, editorOk, getContext, getMainPanel, getStatusBarHost, isDirty, isEditable, popStatusMessage, pushStatusMessage, removeEditorListener, setBusy, setDirty, setEditable, setMainPanel, setStatusBarHost, showAsModalEditorDialog, showAsModalEditorDialog, showAsModalEditorDialog |
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 |
Field Detail |
public static final String CLASSIFICATION_RESOURCE
public static final String CONTAINER_RESOURCE
protected static ResourceBundle classificationResource
protected static ResourceBundle containerResource
private static final boolean debug
private ClassificationService service
private String measurementSystem
private static final String CONSTRAINT_PARAM
protected ClassificationNodeDefaultView node
Constructor Detail |
public ClassificationNodeEditor()
Method Detail |
protected void initResource()
initResource
in class BaseEditor
public String getTitle()
getTitle
in class BaseEditor
protected void editorApply() throws ActionAbortedException
editorApply
in class BaseEditor
ActionAbortedException
public boolean updateEditor(Object obj, boolean editable)
updateEditor
in interface EditorInterface
updateEditor
in class BaseEditor
protected void resetItem()
resetItem
in class BaseEditor
protected void loadItem(Object obj)
loadItem
in class BaseEditor
private ClassificationNodeDefaultView getDefaultViewObject(Object obj)
public void setMeasurementSystem(String measurementSystem)
setMeasurementSystem
in interface MeasurementSystemChangeListener
setMeasurementSystem
in class BaseEditor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |