Package com.luciad.projection
Class TLcdProjectionCustomEditor
java.lang.Object
com.luciad.beans.awt.TLcdMultiBeanEditorPanel
com.luciad.projection.TLcdProjectionCustomEditor
- All Implemented Interfaces:
ItemSelectable
Custom bean editor to select and edit the properties of
ILcdProjection objects.-
Constructor Summary
ConstructorsConstructorDescriptionTLcdProjectionCustomEditor(TLcdProjectionEditor aProjectionEditor) Constructs aTLcdProjectionCustomEditorwith a givenTLcdProjectionEditorfor individual projections. -
Method Summary
Modifier and TypeMethodDescriptionvoidRedefines theTLcdMultiBeanEditorPanel.addObject(Object) method in order to accept onlyILcdProjections.voidRedefines theTLcdMultiBeanEditorPanel.addObject(String,Object) method in order to accept onlyILcdProjections.Returns the property editor value.booleanDeprecated.This method has been deprecated.protected voidRegisters a number ofILcdProjectionobjects.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.Methods inherited from class com.luciad.beans.awt.TLcdMultiBeanEditorPanel
addItemListener, addPropertyChangeListener, editSelectedBean, fireItemSelectedEvents, getComponent, getCurrentEditedObject, getSelectedObjects, getWindowToPack, isAutoUpdateFromPropertyEditors, isButtonPanelVisible, isTopContainerVisible, isVisible, removeItemListener, removePropertyChangeListener, replaceObjectByClass, setAutoUpdateFromPropertyEditors, setButtonPanelVisible, setClassTraceOn, setTopContainerVisible, setVisible, setWindowToPack, updateChoice
-
Constructor Details
-
TLcdProjectionCustomEditor
Constructs aTLcdProjectionCustomEditorwith a givenTLcdProjectionEditorfor individual projections.- Parameters:
aProjectionEditor- projection editor.
-
-
Method Details
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Overrides:
setTraceOnin classTLcdMultiBeanEditorPanel- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Overrides:
isTraceOnin classTLcdMultiBeanEditorPanel- Returns:
- true if tracing is enabled for this class, false otherwise.
-
getPropertyEditor
Returns the property editor value.- Returns:
- the property editor value.
-
registerDefaultProjections
protected void registerDefaultProjections()Registers a number ofILcdProjectionobjects. -
addObject
Redefines theTLcdMultiBeanEditorPanel.addObject(String,Object) method in order to accept onlyILcdProjections.- Overrides:
addObjectin classTLcdMultiBeanEditorPanel
-
addObject
Redefines theTLcdMultiBeanEditorPanel.addObject(Object) method in order to accept onlyILcdProjections.- Overrides:
addObjectin classTLcdMultiBeanEditorPanel
-