no message
This commit is contained in:
@@ -52,15 +52,15 @@ public class ProjectArraysForm extends DataSetControlForm<ProjectArray> {
|
||||
@Override
|
||||
public Class getRendererClass() {
|
||||
//todo все настройки переделать в проперти(?)
|
||||
return Global.properties.ShowFullArraysDeclarations ? RendererHyperlinks.class : RendererHiddenList.class;
|
||||
return Global.normalProperties.ShowFullArraysDeclarations ? RendererHyperlinks.class : RendererHiddenList.class;
|
||||
}
|
||||
@Override
|
||||
public Class getEditorClass() {
|
||||
return Global.properties.ShowFullArraysDeclarations ? EditorFilesHyperlinks.class : null;
|
||||
return Global.normalProperties.ShowFullArraysDeclarations ? EditorFilesHyperlinks.class : null;
|
||||
}
|
||||
@Override
|
||||
public int getMaxWidth() {
|
||||
return Global.properties.ShowFullArraysDeclarations ? CommonConstants.Nan : 200;
|
||||
return Global.normalProperties.ShowFullArraysDeclarations ? CommonConstants.Nan : 200;
|
||||
}
|
||||
},
|
||||
new ColumnInfo<ProjectArray>("Размерность") {
|
||||
|
||||
Reference in New Issue
Block a user